{"info":{"_postman_id":"4e3a4b46-d03c-4012-bcec-0b4eb5580a34","name":"WS:Core/Avia","description":"<html><head></head><body><p><a href=\"https://ws.company/\">WS:Core/Avia</a> API.</p>\n<h3 id=\"параметры-запроса\">Параметры запроса</h3>\n<p>Все запросы отправляются методом <code>POST</code>.\nТело запроса — структурированный <code>JSON</code>.</p>\n<p>⚠️ Тело запроса не должно содержать Byte Order Mark (BOM: <code>0xEF</code>, <code>0xBB</code>, <code>0xBF</code>). В противном случае вы будете получать ошибку <code>Exception/Parse error</code>.</p>\n<p>⚠️ Для уменьшения объема трафика — обязательно необходимо указывать заголовок\n<code>Accept-Encoding: gzip</code></p>\n<p>Пример запроса:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Auth\": {\n        \"Type\": \"Application\", // Тип авторизации\n        \"System\": \"Agent\", // Тип доступа\n        \"Key\": \"{{Auth_Key}}\", // Ключ Авторизации\n        \"UserIP\": \"11.22.33.44\", // IP адрес конечного пользователя (опционально)\n        \"UserUUID\": \"\" // Какой-то уникальный идентификатор пользователя (опционально)\n    },\n    \"Method\": \"Test\", // Запрашиваемый метод\n    \"Body\": { // Запрос\n    },\n    \"Params\": { // Дополнительные параметры запроса\n        \"Language\": \"RU\" // Язык выдачи (пока только RU)\n    }\n}\n</code></pre><h3 id=\"типы-полей\">Типы полей</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Код</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>M</td>\n<td>Обязательно к заполнению</td>\n</tr>\n<tr>\n<td>O</td>\n<td>Опционально</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"типы-авторизаций\">Типы авторизаций</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Код</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Site</td>\n<td>Сайт</td>\n</tr>\n<tr>\n<td>Application</td>\n<td>Приложение</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>⚠️ Обратите внимание!</strong>\nВ авторизации типа <code>Site</code> — доступ к депозиту не предоставляется.</p>\n<h3 id=\"типы-доступов\">Типы доступов</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Код</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Agent</td>\n<td>Субагент</td>\n</tr>\n<tr>\n<td>Corp</td>\n<td>Корпоративный клиент</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"типы-пассажиров\">Типы пассажиров</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Код</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ADT</td>\n<td>Взрослый (возраст: от 12 и старше)</td>\n</tr>\n<tr>\n<td>CHD</td>\n<td>Ребенок (возраст: от 2 и до 12 лет)</td>\n</tr>\n<tr>\n<td>INF</td>\n<td>Младенец (возраст: до 2 лет)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>⚠️ Обратите внимание!</strong>\nСсылка на пассажиров может содержать индекс пассажира, к примеру: <code>ADT:1</code>, <code>ADT:2</code>, <code>CHD:1</code> — это означает, что информация относится к конкретному пассажиру. В противном случае, <code>ADT</code>, <code>CHD</code>, <code>INF</code> — ко всем пассажирам категории.</p>\n<h3 id=\"стоимость\">Стоимость</h3>\n<p>В соответствии с ISO 4217 — все цены указаны в <strong>минимальной дробной денежной единице валюты</strong>. В случае RUB — копейки, USD — центы и т.д.</p>\n<h3 id=\"иконки-авиакомпаний\">Иконки авиакомпаний</h3>\n<p>CDN:\n<code>https://static.ws.run/images/airlines/icons/{IATA_CODE}.png</code></p>\n<p>Соответственно, вместо <code>{IATA_CODE}</code> необходимо подставить корректный 2х символьный IATA код авиакомпании, к примеру:\n<code>https://static.ws.run/images/airlines/icons/SU.png</code></p>\n<img src=\"https://static.ws.run/images/airlines/icons/SU.png\" alt=\"Aeroflot\" width=\"100\">\n\n<h3 id=\"условные-обозначения\">Условные обозначения</h3>\n<p>✔ — значение по умолчанию.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12074249","collectionId":"4e3a4b46-d03c-4012-bcec-0b4eb5580a34","publishedId":"Tz5wWECy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-21T16:03:23.000Z"},"item":[{"name":"Dictionary","item":[{"name":"LocationByQuery","id":"f8011b66-57ba-4582-b4f0-0ae5567de6b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"LocationByQuery\",\r\n    \"Body\": {\r\n        \"Query\": \"москва\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/dictionary/","description":"<p>Поиск города или аэропорта вылета/прилета.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Query</td>\n<td>Часть названия города/аэропорта или 3х буквенный код города/аэропорта</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","dictionary",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"534171a9-b00a-4497-abb7-314e1c20ef77","name":"LocationByQuery - Airport","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"LocationByQuery\",\r\n    \"Body\": {\r\n        \"Query\": \"домо\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/dictionary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Jul 2021 08:00:09 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-07-02T11:00:10+03:00\",\n    \"TimeStamp\": 1625212810,\n    \"Execution\": 0.0361,\n    \"Method\": \"LocationByQuery\",\n    \"Result\": {\n        \"Suggestions\": [\n            {\n                \"Region\": null,\n                \"Country\": {\n                    \"Region\": null,\n                    \"Code\": \"RU\",\n                    \"Name\": \"Россия\",\n                    \"IATA_Region_Code\": null,\n                    \"IATA_TC_Code\": null\n                },\n                \"State\": null,\n                \"City\": {\n                    \"Date\": 1624806449,\n                    \"DateUpdate\": 1624806449,\n                    \"Region\": null,\n                    \"Country\": \"RU\",\n                    \"State\": null,\n                    \"Code\": \"MOW\",\n                    \"Name\": \"Москва\",\n                    \"Lat\": 55.6556,\n                    \"Lon\": 37.5222,\n                    \"TimeZone\": \"EUROPE/MOSCOW\",\n                    \"Popularity\": 0,\n                    \"Visible\": true,\n                    \"Status\": \"Active\",\n                    \"Params\": []\n                },\n                \"Code\": \"DME\",\n                \"Name\": \"Домодедово\",\n                \"Lat\": 55.75,\n                \"Lon\": 37.62,\n                \"TimeZone\": null,\n                \"Type\": \"Airport\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"},{"id":"229bce80-5531-411f-ae56-03ccdf81ebe2","name":"LocationByQuery - City","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"LocationByQuery\",\r\n    \"Body\": {\r\n        \"Query\": \"москва\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/dictionary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Jul 2021 08:00:57 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-07-02T11:00:57+03:00\",\n    \"TimeStamp\": 1625212857,\n    \"Execution\": 0.0291,\n    \"Method\": \"LocationByQuery\",\n    \"Result\": {\n        \"Suggestions\": [\n            {\n                \"Date\": 1625122163,\n                \"DateUpdate\": 1625122163,\n                \"Region\": null,\n                \"Country\": {\n                    \"Region\": null,\n                    \"Code\": \"RU\",\n                    \"Name\": \"Россия\",\n                    \"IATA_Region_Code\": null,\n                    \"IATA_TC_Code\": null\n                },\n                \"State\": null,\n                \"Code\": \"MOW\",\n                \"Name\": \"Москва\",\n                \"Lat\": 55.6556,\n                \"Lon\": 37.5222,\n                \"TimeZone\": \"EUROPE/MOSCOW\",\n                \"Popularity\": 0,\n                \"Visible\": true,\n                \"Status\": \"Active\",\n                \"Params\": [],\n                \"Type\": \"City\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"f8011b66-57ba-4582-b4f0-0ae5567de6b6"},{"name":"AirlineByQuery","id":"1264441d-3ae2-43cf-8a51-d8a0d38392d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"AirlineByQuery\",\r\n    \"Body\": {\r\n        \"Query\": \"SU\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/dictionary/","description":"<p>Поиск авиакомпании.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Query</td>\n<td>Часть названия авиакомпании или 2х буквенный код авиакомпании</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","dictionary",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"d4681e66-d3ba-4408-a932-f27dcd6d9698","name":"AirlineByQuery","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"AirlineByQuery\",\r\n    \"Body\": {\r\n        \"Query\": \"SU\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/dictionary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Mar 2021 14:40:02 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-21T17:40:02+03:00\",\n    \"TimeStamp\": 1616337602,\n    \"Execution\": 0.0339,\n    \"Method\": \"AirlineByQuery\",\n    \"Result\": {\n        \"Suggestions\": [\n            {\n                \"Alliance\": \"S\",\n                \"Account\": \"555\",\n                \"Code\": \"SU\",\n                \"Name\": \"Аэрофлот\"\n            },\n            {\n                \"Alliance\": null,\n                \"Account\": null,\n                \"Code\": \"R9\",\n                \"Name\": \"Suasa Airlines\"\n            },\n            {\n                \"Alliance\": null,\n                \"Account\": null,\n                \"Code\": \"SD\",\n                \"Name\": \"Sudan Airways\"\n            },\n            {\n                \"Alliance\": null,\n                \"Account\": null,\n                \"Code\": \"EZ\",\n                \"Name\": \"Sun Air\"\n            },\n            {\n                \"Alliance\": null,\n                \"Account\": null,\n                \"Code\": \"2U\",\n                \"Name\": \"Sun d'Or\"\n            },\n            {\n                \"Alliance\": null,\n                \"Account\": \"564\",\n                \"Code\": \"XQ\",\n                \"Name\": \"SunExpress\"\n            },\n            {\n                \"Alliance\": null,\n                \"Account\": null,\n                \"Code\": \"AL\",\n                \"Name\": \"Air Leisure\"\n            },\n            {\n                \"Alliance\": \"\",\n                \"Account\": \"624\",\n                \"Code\": \"PC\",\n                \"Name\": \"Pegasus\"\n            },\n            {\n                \"Alliance\": null,\n                \"Account\": \"887\",\n                \"Code\": \"ZM\",\n                \"Name\": \"Pegasus Asia\"\n            },\n            {\n                \"Alliance\": null,\n                \"Account\": null,\n                \"Code\": \"PM\",\n                \"Name\": \"Prescott Support Company\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"1264441d-3ae2-43cf-8a51-d8a0d38392d5"}],"id":"d6587fe6-3d49-49d1-9cb2-28a163667c6b","description":"<p>Запросы к словарю.</p>\n","_postman_id":"d6587fe6-3d49-49d1-9cb2-28a163667c6b"},{"name":"Search","item":[{"name":"Search","id":"d2eaf3ef-db43-465b-8e34-58763fd04328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Logic\": \"\",\r\n        \"Stage\": \"Dev\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"MOW\",\r\n                \"Arrival\": \"DXB\",\r\n                \"Date\": \"2021-08-17\"\r\n            },\r\n            {\r\n                \"Departure\": \"DXB\",\r\n                \"Arrival\": \"MOW\",\r\n                \"Date\": \"2021-08-24\"\r\n            }\r\n        ],\r\n        \"Travellers\": {\r\n            \"ADT\": 1,\r\n            \"CHD\": 0,\r\n            \"INF\": 0\r\n        },\r\n        \"Airlines\": [\r\n            \"SU\", \"EK\"\r\n        ],\r\n        \"AirlinesLogic\": \"Include\",\r\n        \"Class\": \"Economy\",\r\n        \"Stops\": \"Direct\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Поиск доступных перелетов.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Logics <code>O</code></td>\n<td>Поисковые логики. Массив <code>['Logic1','Logic2',...]</code></td>\n</tr>\n<tr>\n<td>Stage <code>M</code></td>\n<td>Среда запроса <code>Dev</code> или <code>Prod</code></td>\n</tr>\n<tr>\n<td>Routes <code>M</code></td>\n<td>Список запрашиваемых маршрутов. Максимум 6 маршрутов</td>\n</tr>\n<tr>\n<td>Routes[] Departure <code>M</code></td>\n<td>Код города/аэропорта вылета</td>\n</tr>\n<tr>\n<td>Routes[] Arrival <code>M</code></td>\n<td>Код города/аэропорта назначения</td>\n</tr>\n<tr>\n<td>Routes[] Date <code>M</code></td>\n<td>Дата вылета в формате <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>Routes[] TimeFrom и TimeTo <code>O</code></td>\n<td>Интервал вылета в формате <code>20:00</code>(string), <code>2000</code>(string, без <code>:</code>), <code>1200</code>(integer, кол-во минут с начала суток). ⚠️ Обратите внимание: Этот фильтр работает только для шлюзов, которые поддерживают фильтр по времени! На текущий момент это только Amadeus и Sabre. Прорабатываем возможность фильтрации полностью на нашей стороне.</td>\n</tr>\n<tr>\n<td>Travellers <code>M</code></td>\n<td>Запрашиваемые пассажиры</td>\n</tr>\n<tr>\n<td>Travellers.ADT <code>M</code></td>\n<td>Кол-во взрослых (возраст: от 12 и старше)</td>\n</tr>\n<tr>\n<td>Travellers.CHD <code>M</code></td>\n<td>Кол-во детей (возраст: от 2 и до 12 лет)</td>\n</tr>\n<tr>\n<td>Travellers.INF <code>M</code></td>\n<td>Кол-во младенцев (возраст: до 2 лет)</td>\n</tr>\n<tr>\n<td>Airlines[] <code>O</code></td>\n<td>Список авиакомпаний. Массив: <code>['AA','EK']</code></td>\n</tr>\n<tr>\n<td>AirlinesLogic <code>O</code></td>\n<td>Логика списка авиакомпаний: <code>Include</code> или <code>Exclude</code></td>\n</tr>\n<tr>\n<td>Flights[] <code>O</code></td>\n<td>⚠️ Временно недоступно. Список номеров рейсов. Массив: <code>['112','768']</code></td>\n</tr>\n<tr>\n<td>FlightsLogic <code>O</code></td>\n<td>⚠️ Временно недоступно. Логика списка рейсов: <code>Include</code> или <code>Exclude</code></td>\n</tr>\n<tr>\n<td>Class <code>M</code></td>\n<td>Класс перелета: <code>Economy</code>, <code>Business</code>, <code>First</code></td>\n</tr>\n<tr>\n<td>Stops <code>O</code></td>\n<td><code>Any</code> — все перелеты, <code>Direct</code> — только прямые перелеты</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Language <code>O</code></td>\n<td>Язык результатов поиска <code>RU</code>, <code>EN</code></td>\n</tr>\n<tr>\n<td>Currency <code>O</code></td>\n<td>Массив валют выдачи. На текущий момент можно указать только одну валюту. Пример: <code>[\"RUB\"]</code></td>\n</tr>\n<tr>\n<td>Enhanced <code>O</code></td>\n<td>Выдача AI подготовленной информации. Доступные параметры: <code>All</code> — выдача AI&amp;Gate информации; <code>AI</code> — выдача только AI информации (если есть)</td>\n</tr>\n<tr>\n<td>Dictionary <code>O</code></td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n</tr>\n<tr>\n<td>Filters <code>O</code></td>\n<td>Массив с фильтрами. Boolean: <code>true</code> или <code>false</code></td>\n</tr>\n<tr>\n<td>TimeLimit <code>O</code></td>\n<td>Таймлимит ожидания ответа. Указывается в секундах</td>\n</tr>\n<tr>\n<td>ReturnOffset, ReturnLimit <code>O</code></td>\n<td>Укорачивание выдачи</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"6fb84138-8f04-4213-b111-72920cfc6a0d","name":"Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Logic\": \"\",\r\n        \"Stage\": \"Dev\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"MOW\",\r\n                \"Arrival\": \"DXB\",\r\n                \"Date\": \"2021-04-17\"\r\n            },\r\n            {\r\n                \"Departure\": \"DXB\",\r\n                \"Arrival\": \"MOW\",\r\n                \"Date\": \"2021-04-24\"\r\n            }\r\n        ],\r\n        \"Travellers\": {\r\n            \"ADT\": 1,\r\n            \"CHD\": 0,\r\n            \"INF\": 0\r\n        },\r\n        \"Airlines\": [\r\n            \"EK\",\r\n            \"SU\"\r\n        ],\r\n        \"AirlinesLogic\": \"Include\",\r\n        \"Class\": \"Economy\",\r\n        \"Stops\": \"Direct\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\",\r\n        \"Return\": \"ByTimelimit\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ],\r\n        \"TimeLimit\": 120,\r\n        \"ReturnLimit\": 200\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Mar 2021 14:53:40 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-21T17:53:43+03:00\",\n    \"TimeStamp\": 1616338423,\n    \"Execution\": 2.6841,\n    \"Method\": \"Search\",\n    \"Result\": {\n        \"ID\": \"6057-5DF4-9F0A-E21E-6F24-5E03\",\n        \"CombineTimer\": 0.0174,\n        \"Recommendations\": [\n            {\n                \"ID\": \"9968D748-14BA-4F43-845A-76C287BA6395\",\n                \"GateID\": \"1\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616619590,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"3EB3BA05-D772-4BF0-B9F2-CDF69AAA9AD1\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 310,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-04-17 23:20:00\",\n                                        \"DepartureDateStamp\": 1618690800,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-04-18 05:30:00\",\n                                        \"ArrivalDateStamp\": 1618713000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EK\",\n                                        \"OperatingFlightNumber\": \"132\",\n                                        \"MarketingAirline\": \"EK\",\n                                        \"MarketingFlightNumber\": \"132\",\n                                        \"Aircraft\": \"77W\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"9CDB2D8C-67D2-4C0C-97D7-8876CBF3F65C\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 315,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-04-24 16:15:00\",\n                                        \"DepartureDateStamp\": 1619270100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-04-24 20:30:00\",\n                                        \"ArrivalDateStamp\": 1619285400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EK\",\n                                        \"OperatingFlightNumber\": \"131\",\n                                        \"MarketingAirline\": \"EK\",\n                                        \"MarketingFlightNumber\": \"131\",\n                                        \"Aircraft\": \"77W\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25K\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"ECOSAVER\",\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B5\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0AX\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B3\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"058\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"09D\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B1\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0BN\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"FareVariants\": [\n                    {\n                        \"ID\": \"F99C1EF5-222D-498A-A6C8-226F2B09C2D4\",\n                        \"GateID\": \"2\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"EK\",\n                        \"ValidAirlines\": [\n                            \"EK\"\n                        ],\n                        \"SourceValidAirline\": \"EK\",\n                        \"SourceValidAirlines\": [\n                            \"EK\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1618693190,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"MOW-DXB\",\n                                    \"DXB-MOW\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"K\",\n                                \"FareBasisCode\": \"KKEESRU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    [\n                                        0\n                                    ],\n                                    [\n                                        0\n                                    ]\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Allowance\": \"30K\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"ECOFLEX\",\n                                \"GateID\": \"ECOFLEX\",\n                                \"GateData\": null,\n                                \"Name\": \"ECO FLEX\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECO FLEX\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"MOW-DXB\",\n                                    \"DXB-MOW\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BEVERAGE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0AX\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"MEAL\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B3\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"058\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"70 PERCENT MILES EARNED\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"05V\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"ENTERTAINMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B1\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"IE\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHAUFFEUR DRIVE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0BN\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"GT\",\n                                        \"Status\": \"NotOffered\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 5673000,\n                                \"Tax\": 930000,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Total\": 442600,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 442600,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Total\": 0,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Total\": 442500,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 442500,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 10000,\n                                \"FeeData\": \"\",\n                                \"Total\": 6613000,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 5673000,\n                            \"Tax\": 930000,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 10000,\n                            \"FeeData\": \"\",\n                            \"Total\": 6613000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    },\n                    {\n                        \"ID\": \"9539AA2F-C022-4DE0-A7F3-D467C43AFB97\",\n                        \"GateID\": \"5\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"EK\",\n                        \"ValidAirlines\": [\n                            \"EK\"\n                        ],\n                        \"SourceValidAirline\": \"EK\",\n                        \"SourceValidAirlines\": [\n                            \"EK\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1618693190,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"MOW-DXB\",\n                                    \"DXB-MOW\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"R\",\n                                \"FareBasisCode\": \"RKRZFRU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    [\n                                        0\n                                    ],\n                                    [\n                                        0\n                                    ]\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Allowance\": \"35K\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"ECOFLXPLUS\",\n                                \"GateID\": \"ECOFLXPLUS\",\n                                \"GateData\": null,\n                                \"Name\": \"ECO FLEXPLUS\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECO FLEXPLUS\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"MOW-DXB\",\n                                    \"DXB-MOW\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BEVERAGE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0AX\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"MEAL\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B3\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"058\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"100 PERCENT MILES EARNED\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"06D\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"ENTERTAINMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B1\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"IE\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHAUFFEUR DRIVE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0BN\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"GT\",\n                                        \"Status\": \"NotOffered\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 12310500,\n                                \"Tax\": 930000,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Total\": 442600,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 442600,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Total\": 0,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Total\": 442500,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 442500,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 10000,\n                                \"FeeData\": \"\",\n                                \"Total\": 13250500,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 12310500,\n                            \"Tax\": 930000,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 10000,\n                            \"FeeData\": \"\",\n                            \"Total\": 13250500,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4080000,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"YR\",\n                                \"Total\": 0,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"Q\",\n                                \"Total\": 442500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 5020000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1613341759,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    },\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1613341759,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1608057383,\n                                \"DateUpdate\": 1608057383,\n                                \"Key\": \"FeeTax\",\n                                \"Num\": 2,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_TAX\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"TravellerSegment\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 100\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"EUR\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Code\",\n                                        \"Value\": \"XX\"\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 4080000,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 5020000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"D7C7CD98-C1BD-427B-B9D9-A36A0AE91CAE\",\n                \"GateID\": \"3\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616619590,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"4BB1C28A-DD33-4A19-A0A2-8D915A3C712F\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 310,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-04-17 23:20:00\",\n                                        \"DepartureDateStamp\": 1618690800,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-04-18 05:30:00\",\n                                        \"ArrivalDateStamp\": 1618713000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EK\",\n                                        \"OperatingFlightNumber\": \"132\",\n                                        \"MarketingAirline\": \"EK\",\n                                        \"MarketingFlightNumber\": \"132\",\n                                        \"Aircraft\": \"77W\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"6D799D17-FCF3-47C2-B9EF-C90A36AB68DD\",\n                                \"GateID\": \"2\",\n                                \"GateData\": [],\n                                \"Duration\": 330,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"2\",\n                                        \"DepartureDate\": \"2021-04-24 19:35:00\",\n                                        \"DepartureDateStamp\": 1619282100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"VKO\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-04-25 00:05:00\",\n                                        \"ArrivalDateStamp\": 1619298300,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"FZ\",\n                                        \"OperatingFlightNumber\": \"2322\",\n                                        \"MarketingAirline\": \"EK\",\n                                        \"MarketingFlightNumber\": \"2322\",\n                                        \"Aircraft\": \"737\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"E\",\n                        \"FareBasisCode\": \"EKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25K\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35K\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"ECOSAVER\",\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B5\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0AX\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B3\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"058\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"09D\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B1\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0BN\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"ECOFLXPLUS\",\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B5\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0AX\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B3\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"058\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"06D\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B1\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0BN\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"FareVariants\": [\n                    {\n                        \"ID\": \"19F94CDA-FCBF-4D81-BBE4-4F312831D3C3\",\n                        \"GateID\": \"4\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"EK\",\n                        \"ValidAirlines\": [\n                            \"EK\"\n                        ],\n                        \"SourceValidAirline\": \"EK\",\n                        \"SourceValidAirlines\": [\n                            \"EK\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1618693190,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"MOW-DXB\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"K\",\n                                \"FareBasisCode\": \"KKEESRU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"DXB-MOW\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"E\",\n                                \"FareBasisCode\": \"EKRZFRU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    [\n                                        0\n                                    ]\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Allowance\": \"30K\",\n                                \"Description\": null\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": {\n                                    \"1\": [\n                                        0\n                                    ]\n                                },\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Allowance\": \"35K\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"ECOFLEX\",\n                                \"GateID\": \"ECOFLEX\",\n                                \"GateData\": null,\n                                \"Name\": \"ECO FLEX\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECO FLEX\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"MOW-DXB\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BEVERAGE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0AX\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"MEAL\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B3\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"058\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"70 PERCENT MILES EARNED\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"05V\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"ENTERTAINMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B1\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"IE\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHAUFFEUR DRIVE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0BN\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"GT\",\n                                        \"Status\": \"NotOffered\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"ECOFLXPLUS\",\n                                \"GateID\": \"ECOFLXPLUS\",\n                                \"GateData\": null,\n                                \"Name\": \"ECO FLEXPLUS\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECO FLEXPLUS\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"DXB-MOW\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BEVERAGE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0AX\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"MEAL\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B3\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"058\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"100 PERCENT MILES EARNED\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"06D\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"ENTERTAINMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B1\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"IE\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHAUFFEUR DRIVE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0BN\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"GT\",\n                                        \"Status\": \"NotOffered\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 11647000,\n                                \"Tax\": 968900,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Total\": 442600,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 442600,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Total\": 44300,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 44300,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Total\": 442500,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 442500,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 10000,\n                                \"FeeData\": \"\",\n                                \"Total\": 12625900,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 11647000,\n                            \"Tax\": 968900,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 10000,\n                            \"FeeData\": \"\",\n                            \"Total\": 12625900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    },\n                    {\n                        \"ID\": \"2F1C1143-58C2-43D3-B37A-B5176730ACCF\",\n                        \"GateID\": \"6\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"EK\",\n                        \"ValidAirlines\": [\n                            \"EK\"\n                        ],\n                        \"SourceValidAirline\": \"EK\",\n                        \"SourceValidAirlines\": [\n                            \"EK\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1618693190,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"MOW-DXB\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"R\",\n                                \"FareBasisCode\": \"RKRZFRU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"DXB-MOW\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"E\",\n                                \"FareBasisCode\": \"EKRZFRU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    [\n                                        0\n                                    ],\n                                    [\n                                        0\n                                    ]\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Allowance\": \"35K\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"ECOFLXPLUS\",\n                                \"GateID\": \"ECOFLXPLUS\",\n                                \"GateData\": null,\n                                \"Name\": \"ECO FLEXPLUS\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECO FLEXPLUS\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"MOW-DXB\",\n                                    \"DXB-MOW\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BEVERAGE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0AX\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"MEAL\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B3\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"058\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"100 PERCENT MILES EARNED\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"06D\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"ENTERTAINMENT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B1\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"IE\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHAUFFEUR DRIVE\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0BN\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"GT\",\n                                        \"Status\": \"NotOffered\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 14965500,\n                                \"Tax\": 968900,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Total\": 442600,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 442600,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Total\": 44300,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 44300,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Total\": 442500,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 442500,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 10000,\n                                \"FeeData\": \"\",\n                                \"Total\": 15944400,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 14965500,\n                            \"Tax\": 968900,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 10000,\n                            \"FeeData\": \"\",\n                            \"Total\": 15944400,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 10850500,\n                        \"Tax\": 968900,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"YR\",\n                                \"Total\": 44300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 44300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"Q\",\n                                \"Total\": 442500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 11829400,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1613341759,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    },\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1613341759,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1608057383,\n                                \"DateUpdate\": 1608057383,\n                                \"Key\": \"FeeTax\",\n                                \"Num\": 2,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_TAX\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"TravellerSegment\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 100\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"EUR\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Code\",\n                                        \"Value\": \"XX\"\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 10850500,\n                    \"Tax\": 968900,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 11829400,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"CFADADFD-DF4B-44E5-B9D8-FA51F1ADC942\",\n                \"GateID\": \"7\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"SU\",\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"SU\",\n                \"SourceValidAirlines\": [\n                    \"SU\",\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1618261190,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"F26615EF-D0F7-472A-8F03-569DE4C34D4B\",\n                                \"GateID\": \"2\",\n                                \"GateData\": [],\n                                \"Duration\": 315,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"SVO\",\n                                        \"DepartureTerminal\": \"D\",\n                                        \"DepartureDate\": \"2021-04-17 08:15:00\",\n                                        \"DepartureDateStamp\": 1618636500,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-04-17 14:30:00\",\n                                        \"ArrivalDateStamp\": 1618659000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"SU\",\n                                        \"OperatingFlightNumber\": \"520\",\n                                        \"MarketingAirline\": \"SU\",\n                                        \"MarketingFlightNumber\": \"520\",\n                                        \"Aircraft\": \"359\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"2020A8A8-BB48-4A1B-B3C5-D1984A0B8632\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 315,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-04-24 16:15:00\",\n                                        \"DepartureDateStamp\": 1619270100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-04-24 20:30:00\",\n                                        \"ArrivalDateStamp\": 1619285400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EK\",\n                                        \"OperatingFlightNumber\": \"131\",\n                                        \"MarketingAirline\": \"EK\",\n                                        \"MarketingFlightNumber\": \"131\",\n                                        \"Aircraft\": \"77W\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"Y\",\n                        \"FareBasisCode\": \"YFM\",\n                        \"AvailableSeats\": 7,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"Y\",\n                        \"FareBasisCode\": \"YRTRU7\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35K\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"2PC\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"EL\",\n                        \"GateID\": \"EL\",\n                        \"GateData\": null,\n                        \"Name\": \"ECONOMY FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECONOMY FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BASIC SEAT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"050\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"CHANGEABLE TICKET\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"059\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0CL\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE WITH MILES BONUS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0NI\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"UP\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"CHANGE IN CASE OF NO SHOW\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"CNS\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"150 TO 200 PCNT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"ME3\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"OPEN RETURN DATE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"ORD\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"ECOSPCL\",\n                        \"GateID\": \"ECOSPCL\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SPECIAL\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SPECIAL\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B5\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0AX\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B3\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"15 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"09C\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B1\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0BN\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0BX\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"FareVariants\": [],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 33019500,\n                        \"Tax\": 619700,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 221300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 221300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"YR\",\n                                \"Total\": 0,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"Q\",\n                                \"Total\": 485800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 485800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 33649200,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1613341759,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    },\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1613341759,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1608057383,\n                                \"DateUpdate\": 1608057383,\n                                \"Key\": \"FeeTax\",\n                                \"Num\": 2,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_TAX\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"TravellerSegment\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 100\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"EUR\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Code\",\n                                        \"Value\": \"XX\"\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 33019500,\n                    \"Tax\": 619700,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 33649200,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"d2eaf3ef-db43-465b-8e34-58763fd04328"},{"name":"Search [No Regroup]","id":"3dbe9000-b338-43dc-84d2-599ca593ed44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Logic\": \"\",\r\n        \"Stage\": \"Dev\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"MOW\",\r\n                \"Arrival\": \"DXB\",\r\n                \"Date\": \"2021-08-17\"\r\n            },\r\n            {\r\n                \"Departure\": \"DXB\",\r\n                \"Arrival\": \"MOW\",\r\n                \"Date\": \"2021-08-24\"\r\n            }\r\n        ],\r\n        \"Travellers\": {\r\n            \"ADT\": 1,\r\n            \"CHD\": 0,\r\n            \"INF\": 0\r\n        },\r\n        \"Airlines\": [\r\n            \"SU\", \"EK\"\r\n        ],\r\n        \"AirlinesLogic\": \"Include\",\r\n        \"Class\": \"Economy\",\r\n        \"Stops\": \"Direct\"\r\n    },\r\n    \"Params\": {\r\n        \"Regroup\": false,\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Специальный режим поиска без перегруппировки результатов поиска.<br />⚠️ Подключается по требованию.</p>\n","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dbe9000-b338-43dc-84d2-599ca593ed44"},{"name":"Search + Tariff Fee","id":"66e514f0-738b-4217-aaec-3472199a6cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Logic\": \"\",\r\n        \"Stage\": \"Dev\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"IEV\",\r\n                \"Arrival\": \"PRG\",\r\n                \"Date\": \"2021-08-14\"\r\n            },\r\n            {\r\n                \"Departure\": \"PRG\",\r\n                \"Arrival\": \"IEV\",\r\n                \"Date\": \"2021-08-21\"\r\n            }\r\n        ],\r\n        \"Travellers\": {\r\n            \"ADT\": 1,\r\n            \"CHD\": 0,\r\n            \"INF\": 0\r\n        },\r\n        \"Airlines\": [\r\n            \"PS\"\r\n        ],\r\n        \"AirlinesLogic\": \"Include\",\r\n        \"Class\": \"Economy\",\r\n        \"Stops\": \"Any\",\r\n        \"Calculation\": [\r\n            {\r\n                \"Type\": \"Avia\",\r\n                \"Results\": [\r\n                    {\r\n                        \"Key\": \"FeeTariff\",\r\n                        \"Values\": [\r\n                            {\r\n                                \"Key\": \"Category\",\r\n                                \"Value\": \"FEE_TARIFF\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Segments\",\r\n                                \"Value\": []\r\n                            },\r\n                            {\r\n                                \"Key\": \"Travellers\",\r\n                                \"Value\": []\r\n                            },\r\n                            {\r\n                                \"Key\": \"Calculation\",\r\n                                \"Value\": \"Traveller\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Apply\",\r\n                                \"Value\": \"Total\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Amount\",\r\n                                \"Value\": 10000\r\n                            },\r\n                            {\r\n                                \"Key\": \"Currency\",\r\n                                \"Value\": \"RUB\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"CurrencyRateType\",\r\n                                \"Value\": \"CBRF\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\",\r\n        \"Return\": \"ByTimelimit\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ],\r\n        \"TimeLimit\": 120,\r\n        \"ReturnLimit\": 200\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Поиск доступных перелетов с указанием дополнительного сбора в массиве <code>Calculation</code>.</p>\n<h4 id=\"массив-calculation\">Массив <code>Calculation</code></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>Всегда указывается <code>Avia</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Results</td>\n<td>Массив со сборами</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"массив-со-сборами-массива-results\">Массив со сборами (массива <code>Results</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Key</td>\n<td>Всегда указывается <code>FeeTariff</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Values</td>\n<td>Массив с параметрами сбора</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-сбора-массив-values\">Доступные параметры сбора (массив <code>Values</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Key</td>\n<td>Ключ</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Value</td>\n<td>Значение</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Ключ</th>\n<th>Значение</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Category</td>\n<td>Статья сбора. <code>FEE_TARIFF</code>, <code>FEE_TARIFF_2</code>, <code>FEE_TARIFF_3</code> или <code>FEE_TARIFF_4</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Segments</td>\n<td>Номера сегментов, для которых учитывается сбор (применяется при <code>Calculation=TravellerSegment</code>). <code>[]</code> или номера <code>[1,2,3,4]</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Travellers</td>\n<td>Типы пассажиров, для которых учитывается сбор. <code>[]</code> или указываем необходимых <code>['ADT','CHD','INF']</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Calculation</td>\n<td><code>Traveller</code> — сбор за пассажира, <code>TravellerSegment</code> — сбор за сегмент или <code>Total</code> — общий сбор (будет равномерно поделен между всеми пассажирами из параметра <code>Travellers</code>)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Apply</td>\n<td>В случае если сбор указывается в проценте — источник расчета: <code>Base</code>, <code>Tax</code> или <code>Total</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Сумма сбора</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Валюта сбора. <code>PRS</code> — процент</td>\n<td>M</td>\n</tr>\n<tr>\n<td>CurrencyRateType</td>\n<td>В случае если сбор указывается в валюте, отличной от валюты бронирования (к примеру, в <code>USD</code>) — указывается источник курса валют для конвертации сбора. <code>IATA</code> или <code>CBRF</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Vat</td>\n<td>НДС: <code>VAT20</code> – ставка НДС 20%; <code>VAT10</code> – ставка НДС 10%; <code>VAT0</code> – ставка НДС 0%; <code>NOVAT</code> – НДС не облагается</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Round</td>\n<td>Округление. Используется в случае указания в процентах. <code>Math</code> — математическое округление. <code>Up</code> — округление вверх. <code>Down</code> — округление вниз. Приставка <code>One</code> — до одного символа после запятой (0.10 €/$/...), <code>Two</code> — до двух символов (0.01 €/$/...). Доступные значения: <code>Math</code>, <code>MathOne</code>, <code>MathTwo</code>, <code>Up</code>, <code>UpOne</code>, <code>UpTwo</code>, <code>Down</code>, <code>DownOne</code>, <code>DownTwo</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"3326e206-2cca-4d98-a032-ca600283b269","name":"Search + Tariff Fee","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Logic\": \"\",\r\n        \"Stage\": \"Dev\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"IEV\",\r\n                \"Arrival\": \"PRG\",\r\n                \"Date\": \"2021-08-14\"\r\n            },\r\n            {\r\n                \"Departure\": \"PRG\",\r\n                \"Arrival\": \"IEV\",\r\n                \"Date\": \"2021-08-21\"\r\n            }\r\n        ],\r\n        \"Travellers\": {\r\n            \"ADT\": 1,\r\n            \"CHD\": 0,\r\n            \"INF\": 0\r\n        },\r\n        \"Airlines\": [\r\n            \"PS\"\r\n        ],\r\n        \"AirlinesLogic\": \"Include\",\r\n        \"Class\": \"Economy\",\r\n        \"Stops\": \"Any\",\r\n        \"Calculation\": [\r\n            {\r\n                \"Type\": \"Avia\",\r\n                \"Results\": [\r\n                    {\r\n                        \"Key\": \"FeeTariff\",\r\n                        \"Values\": [\r\n                            {\r\n                                \"Key\": \"Category\",\r\n                                \"Value\": \"FEE_TARIFF\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Segments\",\r\n                                \"Value\": []\r\n                            },\r\n                            {\r\n                                \"Key\": \"Travellers\",\r\n                                \"Value\": []\r\n                            },\r\n                            {\r\n                                \"Key\": \"Calculation\",\r\n                                \"Value\": \"Traveller\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Apply\",\r\n                                \"Value\": \"Total\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Amount\",\r\n                                \"Value\": 10000\r\n                            },\r\n                            {\r\n                                \"Key\": \"Currency\",\r\n                                \"Value\": \"RUB\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"CurrencyRateType\",\r\n                                \"Value\": \"CBRF\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\",\r\n        \"Return\": \"ByTimelimit\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ],\r\n        \"TimeLimit\": 120,\r\n        \"ReturnLimit\": 200\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jun 2021 23:17:17 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-06-18T02:17:19+03:00\",\n    \"TimeStamp\": 1623971839,\n    \"Execution\": 2.0965,\n    \"Method\": \"Search\",\n    \"Result\": {\n        \"ID\": \"60CB-D7FD-9F0A-E2A0-B910-41FD\",\n        \"CombineTimer\": 0.0125,\n        \"Recommendations\": [\n            {\n                \"ID\": \"90E15CDB-6115-4526-8ACF-F0DDC18930E0\",\n                \"GateID\": \"1\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"PS\",\n                \"ValidAirlines\": [\n                    \"PS\"\n                ],\n                \"SourceValidAirline\": \"PS\",\n                \"SourceValidAirlines\": [\n                    \"PS\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1628974790,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"2BA00A2B-7404-4B3A-9052-C93B61493785\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 120,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"IEV-PRG\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"UA\",\n                                        \"DepartureCity\": \"IEV\",\n                                        \"DepartureAirport\": \"KBP\",\n                                        \"DepartureTerminal\": \"D\",\n                                        \"DepartureDate\": \"2021-08-14 09:30:00\",\n                                        \"DepartureDateStamp\": 1628922600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"CZ\",\n                                        \"ArrivalCity\": \"PRG\",\n                                        \"ArrivalAirport\": \"PRG\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-08-14 10:30:00\",\n                                        \"ArrivalDateStamp\": 1628926200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"PS\",\n                                        \"OperatingFlightNumber\": \"807\",\n                                        \"MarketingAirline\": \"PS\",\n                                        \"MarketingFlightNumber\": \"807\",\n                                        \"Aircraft\": \"737\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"8DD7A52F-37C8-4739-950E-7D58A307953B\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 125,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"PRG-IEV\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"CZ\",\n                                        \"DepartureCity\": \"PRG\",\n                                        \"DepartureAirport\": \"PRG\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-08-21 13:15:00\",\n                                        \"DepartureDateStamp\": 1629540900,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"UA\",\n                                        \"ArrivalCity\": \"IEV\",\n                                        \"ArrivalAirport\": \"KBP\",\n                                        \"ArrivalTerminal\": \"D\",\n                                        \"ArrivalDate\": \"2021-08-21 16:20:00\",\n                                        \"ArrivalDateStamp\": 1629552000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"PS\",\n                                        \"OperatingFlightNumber\": \"808\",\n                                        \"MarketingAirline\": \"PS\",\n                                        \"MarketingFlightNumber\": \"808\",\n                                        \"Aircraft\": \"737\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"IEV-PRG\",\n                            \"PRG-IEV\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"X\",\n                        \"FareBasisCode\": \"X002LLU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"IEV-PRG\",\n                            \"PRG-IEV\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"LITE\",\n                        \"GateID\": \"LITE\",\n                        \"GateData\": null,\n                        \"Name\": \"ECONOMY LITE\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECONOMY LITE\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"IEV-PRG\",\n                            \"PRG-IEV\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"FRONT SEAT BAG 5KG 40X30X10CM\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0ML\",\n                                \"Classification\": \"C\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"FBY\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B5\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0LT\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BOARDINGPASS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"CBP\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"TS\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"REFUNDABLE TICKET\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"056\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BONUS MILES\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"057\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            }\n                        ]\n                    }\n                ],\n                \"FareVariants\": [\n                    {\n                        \"ID\": \"B34A5EAD-50B7-467F-B46E-3A471B7FFC04\",\n                        \"GateID\": \"2\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"PS\",\n                        \"ValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"SourceValidAirline\": \"PS\",\n                        \"SourceValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1628974790,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"X\",\n                                \"FareBasisCode\": \"X002SSU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Type\": \"Checked\",\n                                \"Allowance\": \"1PC\",\n                                \"Quantity\": null,\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"STANDARD\",\n                                \"GateID\": \"STANDARD\",\n                                \"GateData\": null,\n                                \"Name\": \"ECONOMY STANDARD\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECONOMY STANDARD\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"FBY\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"BG\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"MEAL\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0LT\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BOARDINGPASS\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"CBP\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"TS\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"REFUNDABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"056\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BONUS MILES\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"057\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHANGEABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"059\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 891000,\n                                \"Tax\": 722700,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 219000,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 219000,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 116800,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 116800,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 0,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 20000,\n                                \"FeeData\": \"\",\n                                \"Total\": 1633700,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 891000,\n                            \"Tax\": 722700,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 20000,\n                            \"FeeData\": \"\",\n                            \"Total\": 1633700,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    },\n                    {\n                        \"ID\": \"F91FD6A0-D774-45A1-B258-FAFB8FC95162\",\n                        \"GateID\": \"3\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"PS\",\n                        \"ValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"SourceValidAirline\": \"PS\",\n                        \"SourceValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1628974790,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"X\",\n                                \"FareBasisCode\": \"X002PPU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Type\": \"Checked\",\n                                \"Allowance\": \"2PC\",\n                                \"Quantity\": null,\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"PREMIUM\",\n                                \"GateID\": \"PREMIUM\",\n                                \"GateData\": null,\n                                \"Name\": \"ECONOMY PREMIUM\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECONOMY PREMIUM\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"FBP\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"BG\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRIORITY BOARDING PLUS 1BAG\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0G6\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"TS\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BOARDINGPASS\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"CBP\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"TS\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"REFUNDABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"056\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BONUS MILES\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"057\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHANGEABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"059\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 1183000,\n                                \"Tax\": 722700,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 219000,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 219000,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 116800,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 116800,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 0,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 20000,\n                                \"FeeData\": \"\",\n                                \"Total\": 1925700,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 1183000,\n                            \"Tax\": 722700,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 20000,\n                            \"FeeData\": \"\",\n                            \"Total\": 1925700,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 526000,\n                        \"Tax\": 722700,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 219000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 219000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"YR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 116800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 116800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"Q\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 0,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 20000,\n                        \"FeeData\": \"\",\n                        \"Total\": 1268700,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": null,\n                        \"DateUpdate\": null,\n                        \"ID\": null,\n                        \"SectionID\": null,\n                        \"Type\": null,\n                        \"ExternalID\": null,\n                        \"ExternalNumber\": null,\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1623971837,\n                                \"DateUpdate\": 1623971837,\n                                \"Key\": \"FeeTariff\",\n                                \"Num\": 0,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_TARIFF\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"CBRF\"\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    },\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 526000,\n                    \"Tax\": 722700,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 20000,\n                    \"FeeData\": \"\",\n                    \"Total\": 1268700,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"66e514f0-738b-4217-aaec-3472199a6cdd"},{"name":"Search + Tariff ID","id":"f71b377b-5ce2-4946-94cc-7c4a85056b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Logic\": \"GDSAmadeus\",\r\n        \"Stage\": \"Dev\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"IEV\",\r\n                \"Arrival\": \"PRG\",\r\n                \"Date\": \"2021-08-14\"\r\n            },\r\n            {\r\n                \"Departure\": \"PRG\",\r\n                \"Arrival\": \"IEV\",\r\n                \"Date\": \"2021-08-21\"\r\n            }\r\n        ],\r\n        \"Travellers\": {\r\n            \"ADT\": 1,\r\n            \"CHD\": 0,\r\n            \"INF\": 0\r\n        },\r\n        \"Airlines\": [\r\n            \"PS\"\r\n        ],\r\n        \"AirlinesLogic\": \"Include\",\r\n        \"Class\": \"Economy\",\r\n        \"Stops\": \"Any\",\r\n        \"Calculation\": [\r\n            {\r\n                \"ID\": \"60CA-6CD3-9F0A-E2FE-3A37-FAC5\",\r\n                \"Type\": \"Tariff\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\",\r\n        \"Return\": \"ByTimelimit\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ],\r\n        \"TimeLimit\": 120,\r\n        \"ReturnLimit\": 200\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Поиск доступных перелетов с указанием <code>ID</code> тарифного плана в массиве <code>Calculation</code>.</p>\n<h4 id=\"массив-calculation\">Массив <code>Calculation</code></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Уникальный идентификатор тарифного плана для расчета</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Всегда указывается <code>Tariff</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"65e7eee3-a592-49aa-8d81-2ee3a4e8dbb5","name":"Search + Tariff ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Logic\": \"GDSAmadeus\",\r\n        \"Stage\": \"Dev\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"IEV\",\r\n                \"Arrival\": \"PRG\",\r\n                \"Date\": \"2021-08-14\"\r\n            },\r\n            {\r\n                \"Departure\": \"PRG\",\r\n                \"Arrival\": \"IEV\",\r\n                \"Date\": \"2021-08-21\"\r\n            }\r\n        ],\r\n        \"Travellers\": {\r\n            \"ADT\": 1,\r\n            \"CHD\": 0,\r\n            \"INF\": 0\r\n        },\r\n        \"Airlines\": [\r\n            \"PS\"\r\n        ],\r\n        \"AirlinesLogic\": \"Include\",\r\n        \"Class\": \"Economy\",\r\n        \"Stops\": \"Any\",\r\n        \"Calculation\": [\r\n            {\r\n                \"ID\": \"60CA-6CD3-9F0A-E2FE-3A37-FAC5\",\r\n                \"Type\": \"Tariff\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\",\r\n        \"Return\": \"ByTimelimit\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ],\r\n        \"TimeLimit\": 120,\r\n        \"ReturnLimit\": 200\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 19 Jun 2021 15:55:28 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-06-19T18:55:30+03:00\",\n    \"TimeStamp\": 1624118130,\n    \"Execution\": 2.0054,\n    \"Method\": \"Search\",\n    \"Result\": {\n        \"ID\": \"60CE-1370-9F0A-E257-0817-71E3\",\n        \"CombineTimer\": 0.0133,\n        \"Recommendations\": [\n            {\n                \"ID\": \"B6196270-56A5-4A12-838D-C33813C53274\",\n                \"GateID\": \"1\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"PS\",\n                \"ValidAirlines\": [\n                    \"PS\"\n                ],\n                \"SourceValidAirline\": \"PS\",\n                \"SourceValidAirlines\": [\n                    \"PS\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1628974790,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"E7D2DC3E-ACE7-4D47-BEA4-0A6C6F8FA7F2\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 120,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"IEV-PRG\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"UA\",\n                                        \"DepartureCity\": \"IEV\",\n                                        \"DepartureAirport\": \"KBP\",\n                                        \"DepartureTerminal\": \"D\",\n                                        \"DepartureDate\": \"2021-08-14 09:30:00\",\n                                        \"DepartureDateStamp\": 1628922600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"CZ\",\n                                        \"ArrivalCity\": \"PRG\",\n                                        \"ArrivalAirport\": \"PRG\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-08-14 10:30:00\",\n                                        \"ArrivalDateStamp\": 1628926200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"PS\",\n                                        \"OperatingFlightNumber\": \"807\",\n                                        \"MarketingAirline\": \"PS\",\n                                        \"MarketingFlightNumber\": \"807\",\n                                        \"Aircraft\": \"737\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"42F12F21-5F3A-4AC8-904D-AC51DF439849\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 125,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"PRG-IEV\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"CZ\",\n                                        \"DepartureCity\": \"PRG\",\n                                        \"DepartureAirport\": \"PRG\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-08-21 13:15:00\",\n                                        \"DepartureDateStamp\": 1629540900,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"UA\",\n                                        \"ArrivalCity\": \"IEV\",\n                                        \"ArrivalAirport\": \"KBP\",\n                                        \"ArrivalTerminal\": \"D\",\n                                        \"ArrivalDate\": \"2021-08-21 16:20:00\",\n                                        \"ArrivalDateStamp\": 1629552000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"PS\",\n                                        \"OperatingFlightNumber\": \"808\",\n                                        \"MarketingAirline\": \"PS\",\n                                        \"MarketingFlightNumber\": \"808\",\n                                        \"Aircraft\": \"737\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"IEV-PRG\",\n                            \"PRG-IEV\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"X\",\n                        \"FareBasisCode\": \"X002LLU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"IEV-PRG\",\n                            \"PRG-IEV\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"LITE\",\n                        \"GateID\": \"LITE\",\n                        \"GateData\": null,\n                        \"Name\": \"ECONOMY LITE\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECONOMY LITE\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"IEV-PRG\",\n                            \"PRG-IEV\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"FRONT SEAT BAG 5KG 40X30X10CM\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0ML\",\n                                \"Classification\": \"C\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"FBY\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B5\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0LT\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BOARDINGPASS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"CBP\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"TS\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"REFUNDABLE TICKET\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"056\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BONUS MILES\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"057\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            }\n                        ]\n                    }\n                ],\n                \"FareVariants\": [\n                    {\n                        \"ID\": \"15733A18-A0DF-485E-AE21-C63F21CCD2EC\",\n                        \"GateID\": \"2\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"PS\",\n                        \"ValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"SourceValidAirline\": \"PS\",\n                        \"SourceValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1628974790,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"X\",\n                                \"FareBasisCode\": \"X002SSU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Type\": \"Checked\",\n                                \"Allowance\": \"1PC\",\n                                \"Quantity\": null,\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"STANDARD\",\n                                \"GateID\": \"STANDARD\",\n                                \"GateData\": null,\n                                \"Name\": \"ECONOMY STANDARD\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECONOMY STANDARD\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"FBY\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"BG\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"MEAL\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0LT\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BOARDINGPASS\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"CBP\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"TS\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"REFUNDABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"056\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BONUS MILES\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"057\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHANGEABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"059\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 891000,\n                                \"Tax\": 722700,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 219000,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 219000,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 116800,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 116800,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 0,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 20000,\n                                \"FeeData\": \"\",\n                                \"Total\": 1633700,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 891000,\n                            \"Tax\": 722700,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 20000,\n                            \"FeeData\": \"\",\n                            \"Total\": 1633700,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    },\n                    {\n                        \"ID\": \"F873F022-80C5-4F10-AA16-D31F5124A944\",\n                        \"GateID\": \"3\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"PS\",\n                        \"ValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"SourceValidAirline\": \"PS\",\n                        \"SourceValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1628974790,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"X\",\n                                \"FareBasisCode\": \"X002PPU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Type\": \"Checked\",\n                                \"Allowance\": \"2PC\",\n                                \"Quantity\": null,\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"PREMIUM\",\n                                \"GateID\": \"PREMIUM\",\n                                \"GateData\": null,\n                                \"Name\": \"ECONOMY PREMIUM\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECONOMY PREMIUM\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"FBP\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"BG\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRIORITY BOARDING PLUS 1BAG\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0G6\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"TS\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BOARDINGPASS\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"CBP\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"TS\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"REFUNDABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"056\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BONUS MILES\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"057\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHANGEABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"059\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 1183000,\n                                \"Tax\": 722700,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 219000,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 219000,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 116800,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 116800,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 0,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 20000,\n                                \"FeeData\": \"\",\n                                \"Total\": 1925700,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 1183000,\n                            \"Tax\": 722700,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 20000,\n                            \"FeeData\": \"\",\n                            \"Total\": 1925700,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 526000,\n                        \"Tax\": 722700,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 219000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 219000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"YR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 116800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 116800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"Q\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 0,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 20000,\n                        \"FeeData\": \"\",\n                        \"Total\": 1268700,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1623882992,\n                        \"DateUpdate\": 1623962790,\n                        \"ID\": \"60ca6cd39f0ae2fe3a37fac5\",\n                        \"SectionID\": \"60ca7cf09f0ae29a7e2ebc64\",\n                        \"Type\": \"\",\n                        \"ExternalID\": null,\n                        \"ExternalNumber\": null,\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1623884600,\n                                \"DateUpdate\": 1623884600,\n                                \"Key\": \"FeeTariff\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_TARIFF\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"\"\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    },\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 526000,\n                    \"Tax\": 722700,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 20000,\n                    \"FeeData\": \"\",\n                    \"Total\": 1268700,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"f71b377b-5ce2-4946-94cc-7c4a85056b86"},{"name":"SearchFilter","id":"1f60c9a9-1f67-40a9-a014-c3756acb1916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"SearchFilter\",\r\n    \"Body\": {\r\n        \"ID\": \"60CD-DD8C-9F0A-E262-F321-27E5\",\r\n        \"Switch\": [\r\n            0,\r\n            1\r\n        ],\r\n        \"Airline\": [\r\n            \"LO\",\r\n            \"OK\"\r\n        ],\r\n        \"FlightNumber\": \"807\",\r\n        \"Itinerary\": [\r\n            {\r\n                \"FlightNumber\": \"\",\r\n                \"SwitchTime\": {\r\n                    \"Min\": \"2\",\r\n                    \"Max\": \"22\"\r\n                },\r\n                \"DepartureTime\": {\r\n                    \"Min\": \"3\",\r\n                    \"Max\": \"21\"\r\n                },\r\n                \"ArrivalTime\": {\r\n                    \"Min\": \"3\",\r\n                    \"Max\": \"22\"\r\n                },\r\n                \"Departure\": [\r\n                    \"KBP\",\r\n                    \"IEV\"\r\n                ],\r\n                \"Arrival\": [\r\n                    \"PRG\"\r\n                ],\r\n                \"SwitchLocation\": [\r\n                    \"FRA\",\r\n                    \"AMS\",\r\n                    \"CDG\"\r\n                ]\r\n            },\r\n            {\r\n                \"FlightNumber\": \"\",\r\n                \"SwitchTime\": {\r\n                    \"Min\": \"0\",\r\n                    \"Max\": \"24\"\r\n                },\r\n                \"DepartureTime\": {\r\n                    \"Min\": \"0\",\r\n                    \"Max\": \"24\"\r\n                },\r\n                \"ArrivalTime\": {\r\n                    \"Min\": \"0\",\r\n                    \"Max\": \"24\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\",\r\n        \"TimeLimit\": 120\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Метод фильтрации полученных результатов поиска по <code>ID</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td><code>ID</code> результата поиска</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Switch</td>\n<td>Массив кол-ва пересадок <code>[0, 1, 2]</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Airline</td>\n<td>Массив участвующих авиакомпаний <code>[\"LO\", \"OK\"]</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>FlightNumber</td>\n<td>Номер рейса на любом из сегментов</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Itinerary</td>\n<td>Помаршрутный фильтр</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"параметры-массива-itinerary\">Параметры массива <code>Itinerary</code></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FlightNumber</td>\n<td>Номер рейса на любом из сегментов</td>\n<td>O</td>\n</tr>\n<tr>\n<td>SwitchTime</td>\n<td>Длительность пересадки в часах</td>\n<td>O</td>\n</tr>\n<tr>\n<td>DepartureTime, ArrivalTime</td>\n<td>Час вылета/прилета. 0 — это 00:00:00, 1 — это 00:00:00,..., 24 — это 23:59:59</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Departure, Arrival</td>\n<td>Аэропорт вылета/прилета</td>\n<td>O</td>\n</tr>\n<tr>\n<td>SwitchLocation</td>\n<td>Город/Аэропорт пересадки</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"8311b5fc-653c-4fc0-8fa1-edf08206a70b","name":"SearchFilter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"SearchFilter\",\r\n    \"Body\": {\r\n        \"ID\": \"60CD-DD8C-9F0A-E262-F321-27E5\",\r\n        \"Switch\": [\r\n            0,\r\n            1\r\n        ],\r\n        \"Airline\": [\r\n            \"LO\",\r\n            \"OK\"\r\n        ],\r\n        \"FlightNumber\": \"\",\r\n        \"Itinerary\": [\r\n            {\r\n                \"FlightNumber\": \"\",\r\n                \"SwitchTime\": {\r\n                    \"Min\": \"2\",\r\n                    \"Max\": \"22\"\r\n                },\r\n                \"DepartureTime\": {\r\n                    \"Min\": \"3\",\r\n                    \"Max\": \"21\"\r\n                },\r\n                \"ArrivalTime\": {\r\n                    \"Min\": \"3\",\r\n                    \"Max\": \"22\"\r\n                },\r\n                \"Departure\": [\r\n                ],\r\n                \"Arrival\": [\r\n                ],\r\n                \"SwitchLocation\": [\r\n\r\n                ]\r\n            },\r\n            {\r\n                \"FlightNumber\": \"\",\r\n                \"SwitchTime\": {\r\n                    \"Min\": \"0\",\r\n                    \"Max\": \"24\"\r\n                },\r\n                \"DepartureTime\": {\r\n                    \"Min\": \"0\",\r\n                    \"Max\": \"24\"\r\n                },\r\n                \"ArrivalTime\": {\r\n                    \"Min\": \"0\",\r\n                    \"Max\": \"24\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\",\r\n        \"TimeLimit\": 120\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 19 Jun 2021 12:43:01 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-06-19T15:43:02+03:00\",\n    \"TimeStamp\": 1624106582,\n    \"Execution\": 0.3142,\n    \"Method\": \"SearchFilter\",\n    \"Result\": {\n        \"ID\": \"60CD-DD8C-9F0A-E262-F321-27E5\",\n        \"Rules\": {\n            \"Switch\": [\n                0,\n                1\n            ],\n            \"Airline\": [\n                \"LO\",\n                \"OK\"\n            ],\n            \"FlightNumber\": [],\n            \"Itinerary\": [\n                {\n                    \"FlightNumber\": [],\n                    \"SwitchTime\": {\n                        \"Min\": 2,\n                        \"Max\": 22\n                    },\n                    \"DepartureTime\": {\n                        \"Min\": 3,\n                        \"Max\": 21\n                    },\n                    \"ArrivalTime\": {\n                        \"Min\": 3,\n                        \"Max\": 22\n                    },\n                    \"Departure\": [],\n                    \"Arrival\": [],\n                    \"SwitchLocation\": []\n                },\n                {\n                    \"FlightNumber\": [],\n                    \"SwitchTime\": {\n                        \"Min\": 0,\n                        \"Max\": 24\n                    },\n                    \"DepartureTime\": {\n                        \"Min\": 0,\n                        \"Max\": 24\n                    },\n                    \"ArrivalTime\": {\n                        \"Min\": 0,\n                        \"Max\": 24\n                    },\n                    \"Departure\": [],\n                    \"Arrival\": [],\n                    \"SwitchLocation\": []\n                }\n            ]\n        },\n        \"Recommendations\": [\n            {\n                \"ID\": \"6A8DC1E1-3BE4-471B-948A-2E096C4178F4\",\n                \"Variants\": [\n                    \"39514EDC-B357-42B9-8E1A-15AC9174F236\",\n                    \"666D7841-D3A4-4B07-BF56-AFE5A6A675CD\",\n                    \"9A3D9CDC-EBB2-400D-9979-65649A4DF2AE\"\n                ]\n            },\n            {\n                \"ID\": \"4AD2E403-1A32-4874-A627-FCDFFE4771F4\",\n                \"Variants\": [\n                    \"3A7E3089-789C-4CDF-A2B0-B716A798805F\",\n                    \"9DAE719B-03F2-4634-814E-F6A74DEE0240\",\n                    \"94B1EF4F-C3B1-49F3-A321-6B48758703C4\"\n                ]\n            },\n            {\n                \"ID\": \"A8770A4F-1EE3-4B76-8883-773AFBD3A37E\",\n                \"Variants\": [\n                    \"E8DCD1E1-E2EF-416E-9DDB-588F0EE7E19E\",\n                    \"B863B3D2-1496-4B61-90F3-6F1C82E0BA27\"\n                ]\n            },\n            {\n                \"ID\": \"E2915123-75D4-4B64-B467-C98315EEBAF1\",\n                \"Variants\": [\n                    \"F6FBB69A-6EA2-47A1-B961-DCF33117D770\",\n                    \"A58E764C-8F49-4204-A9D2-73E9346B1987\",\n                    \"714F60DA-198E-4BB2-8ED2-1949FFC9AA26\"\n                ]\n            },\n            {\n                \"ID\": \"4AF4B6E8-24B5-4E6B-9137-32001FEB6FEB\",\n                \"Variants\": [\n                    \"C2FFDE05-B90D-412C-8263-FB7F6ED0E1C4\",\n                    \"AA9B4840-FD43-44C8-8DA7-89019A25BD6F\",\n                    \"06970758-1467-41B3-AB92-954EF31148E9\",\n                    \"04B16F92-91D6-4484-92A5-C76CECB37ECB\"\n                ]\n            },\n            {\n                \"ID\": \"3F7ADAFE-710C-48C8-9878-C0452C9F18C8\",\n                \"Variants\": [\n                    \"9276CE8E-246A-4E1C-B65F-282DBA34B2CE\",\n                    \"51C07088-094C-425C-ACB8-E11DD74215E9\"\n                ]\n            },\n            {\n                \"ID\": \"30A5758A-FE73-42E1-B86F-B39132AF0904\",\n                \"Variants\": [\n                    \"BD1A02DB-7BF3-4845-BE78-3A54F49291CB\",\n                    \"F532BECF-676B-4F63-864E-656B9087380A\"\n                ]\n            },\n            {\n                \"ID\": \"87B2C20D-DDC9-4C14-97E5-497BCC293B7E\",\n                \"Variants\": [\n                    \"E3C7B1FB-EF87-46EA-B7E2-AA56EFBBA776\",\n                    \"1E19DA86-6171-4EBC-8607-402CD865D442\",\n                    \"9E6AEA09-A83A-4449-AD5E-906E95D1D858\"\n                ]\n            },\n            {\n                \"ID\": \"107D0494-01F1-4235-8DBE-CA2C7D9F4672\",\n                \"Variants\": [\n                    \"53D6776D-80CA-4AC4-8EEF-C572AEC2A29F\",\n                    \"1BB8FF58-988C-4538-AFF7-A381C63EAD48\"\n                ]\n            },\n            {\n                \"ID\": \"7DA1BE2C-5A6B-496B-A125-78ACB4766FB1\",\n                \"Variants\": [\n                    \"301562A3-F198-4C67-A326-0EA8BAE40898\",\n                    \"8CEC1F6F-04E0-4593-9F6F-5881C14891B0\"\n                ]\n            },\n            {\n                \"ID\": \"5BB88C26-1EBB-4ACE-AAE4-409216C6500B\",\n                \"Variants\": [\n                    \"F54FCDBC-08A5-4270-8C57-99BD8DC3C3E9\",\n                    \"9B42FAF6-0FD3-4367-B119-B99BA0D29AE9\"\n                ]\n            },\n            {\n                \"ID\": \"32E7CBF8-5140-45EF-B602-AAE8AF4B1368\",\n                \"Variants\": [\n                    \"7ED98E3A-74D7-4706-9661-8A9D6914C849\",\n                    \"0FA49C67-EBAD-4DE5-AEEB-7EB70D7CDBD6\",\n                    \"7ADAF60E-2117-42B6-BDC5-DC70F2C617B9\"\n                ]\n            },\n            {\n                \"ID\": \"77AA6A46-CC78-4F2A-B12A-490FAA8D771E\",\n                \"Variants\": [\n                    \"B187F5FE-042C-4BFA-A892-285E6259EC74\",\n                    \"FC43A206-9BAA-4896-A0B1-5C1B1AFEA01E\",\n                    \"A2F7B747-1CE2-45AE-9270-29ADC71C837D\"\n                ]\n            },\n            {\n                \"ID\": \"8B141332-9332-4C03-8B94-8A5FB8F4481F\",\n                \"Variants\": [\n                    \"1D05245A-A12F-43DA-A54B-573CEF25121A\",\n                    \"F8958149-447C-4D91-91BE-5030A107EE6D\",\n                    \"72D468C0-8CA4-4E11-B448-13A4A299DA8D\"\n                ]\n            },\n            {\n                \"ID\": \"ECC6F92B-2715-42D8-A116-D0E4F151CB03\",\n                \"Variants\": [\n                    \"148105A3-094E-45C8-9A2A-6285C610589C\",\n                    \"90109BB5-CF17-410D-9F03-6E796055B5D6\",\n                    \"3FBA2113-3F57-4D9E-A1F2-124B13E9CF0D\"\n                ]\n            },\n            {\n                \"ID\": \"2A78F1A6-07A9-4399-9CC6-276C0E252664\",\n                \"Variants\": [\n                    \"852383B2-079F-4A13-9EFF-617ED639F56F\",\n                    \"E6DADD11-4438-478E-A6B8-4A4941F82D61\",\n                    \"754F8D4A-F061-4AA5-BE9A-5385F500035A\",\n                    \"7B2D8E5B-9A2E-436D-BF37-5295AA71AEC7\"\n                ]\n            },\n            {\n                \"ID\": \"83B9A0A0-7E73-41C0-8E67-33AE23364A93\",\n                \"Variants\": [\n                    \"890801E0-B523-477F-A66D-CD2613F88F06\",\n                    \"08D712A1-3578-4744-8A9C-8B2FD076FCC2\",\n                    \"AA04367B-AC52-42F0-B2CF-1E7C5A6A6AEA\"\n                ]\n            },\n            {\n                \"ID\": \"E695117D-8448-4EDE-AC80-420C347A1E5D\",\n                \"Variants\": [\n                    \"6C75FAC8-96BA-4B34-93CF-CA7E72ED5ABD\",\n                    \"60EAE4F7-9FB3-4AE7-B2E1-A805C35FDE20\"\n                ]\n            },\n            {\n                \"ID\": \"C4E544D8-3440-49E2-A8DC-782BD874430A\",\n                \"Variants\": [\n                    \"8B249315-358B-473E-BA44-F23D535BA6B1\",\n                    \"EFBE7257-5F45-4282-A19B-B3FD622A0DA7\"\n                ]\n            },\n            {\n                \"ID\": \"884009AB-5A2A-4678-B679-24B3439ECB7E\",\n                \"Variants\": [\n                    \"1CE2C171-9B87-45C0-BF1A-A93673286AAF\",\n                    \"CDAFB5CA-8205-4C50-B6E1-E5C8C7746F42\"\n                ]\n            },\n            {\n                \"ID\": \"843D4730-32E2-4916-837B-4816BF95C416\",\n                \"Variants\": [\n                    \"9FA0FB89-7CA4-4C2A-B9E2-D03FF4223FFA\",\n                    \"C2A32057-39BD-4885-9681-9876BE97D481\"\n                ]\n            },\n            {\n                \"ID\": \"42D07D8B-D3C0-450E-BE7A-7B41812D2264\",\n                \"Variants\": [\n                    \"868D337D-BBA1-498B-8CF5-A9815FE00F70\",\n                    \"F567A684-2E8F-4EA4-87A9-1D9238FAACDF\"\n                ]\n            },\n            {\n                \"ID\": \"2DED34B6-824A-4D3E-858F-0EEF663F3270\",\n                \"Variants\": [\n                    \"BFABD422-AAF4-4ADB-A26B-DD8923F8B0EB\",\n                    \"3FBB9D0E-7077-45AD-872A-8A8CDFE2EC10\"\n                ]\n            },\n            {\n                \"ID\": \"6EA6D496-5D9E-4E3B-A545-E93497AC1C6B\",\n                \"Variants\": [\n                    \"0DD414B5-61D7-4BC5-BDF1-9E3D5F1149AC\",\n                    \"69A18701-14CB-4538-8C1B-B35A4D0DE248\"\n                ]\n            },\n            {\n                \"ID\": \"A41ED167-1E76-42B7-A213-E46605F31F46\",\n                \"Variants\": [\n                    \"B027B862-6471-4E71-B5DE-74D77D86582E\",\n                    \"2E742A21-374D-4C50-96E9-0679FD97139D\",\n                    \"F2DB3F26-A160-4DD4-9F7D-6B10B682835F\"\n                ]\n            },\n            {\n                \"ID\": \"75C0F7C9-C6F3-47F0-91C0-82EC00ED5137\",\n                \"Variants\": [\n                    \"625F265E-F34D-4282-A967-D3E9365C371D\",\n                    \"E20299A4-E0A2-43B1-8E08-4503B2535D48\",\n                    \"3282DF22-E15D-4E02-A1B6-5479EAFB8068\"\n                ]\n            },\n            {\n                \"ID\": \"D6421FFA-0E64-46C9-8AC9-CEAF8CD87832\",\n                \"Variants\": [\n                    \"2C33D28A-51F8-47DA-9474-18520387A097\",\n                    \"29C11EDA-7718-401E-A8C0-972D7746FF3C\",\n                    \"85876A0D-36F9-461F-86E8-90B127C8D75D\"\n                ]\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"1f60c9a9-1f67-40a9-a014-c3756acb1916"},{"name":"SearchRetreive","id":"ea9db68e-a2c4-48dc-809b-1905ec158bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"SearchRetreive\",\r\n    \"Body\": {\r\n        \"ID\": \"60CE-1370-9F0A-E257-0817-71E3\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Повторное чтение результатов поиска по <code>ID</code> результатов поиска.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>ID результата поиска</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Compress</td>\n<td>Компрессия выдачи. Доступен только вариант <code>GZip</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Language</td>\n<td>Язык результатов поиска <code>RU</code>, <code>EN</code> — должен соответствовать запрашиваемому при поиске</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Filters</td>\n<td>Массив с фильтрами. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>ReturnOffset, ReturnLimit</td>\n<td>Укорачивание выдачи</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"d3f9058b-ed62-4c4d-aff8-66b3a8b2080a","name":"SearchRetreive","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"SearchRetreive\",\r\n    \"Body\": {\r\n        \"ID\": \"60CE-1370-9F0A-E257-0817-71E3\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Jun 2021 16:26:43 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-06-21T19:26:43+03:00\",\n    \"TimeStamp\": 1624292803,\n    \"Execution\": 0.0725,\n    \"Method\": \"SearchRetreive\",\n    \"Result\": {\n        \"ID\": \"60CE-1370-9F0A-E257-0817-71E3\",\n        \"Recommendations\": [\n            {\n                \"ID\": \"B6196270-56A5-4A12-838D-C33813C53274\",\n                \"GateID\": \"1\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"PS\",\n                \"ValidAirlines\": [\n                    \"PS\"\n                ],\n                \"SourceValidAirline\": \"PS\",\n                \"SourceValidAirlines\": [\n                    \"PS\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1628974790,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"E7D2DC3E-ACE7-4D47-BEA4-0A6C6F8FA7F2\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 120,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"IEV-PRG\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"UA\",\n                                        \"DepartureCity\": \"IEV\",\n                                        \"DepartureAirport\": \"KBP\",\n                                        \"DepartureTerminal\": \"D\",\n                                        \"DepartureDate\": \"2021-08-14 09:30:00\",\n                                        \"DepartureDateStamp\": 1628922600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"CZ\",\n                                        \"ArrivalCity\": \"PRG\",\n                                        \"ArrivalAirport\": \"PRG\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-08-14 10:30:00\",\n                                        \"ArrivalDateStamp\": 1628926200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"PS\",\n                                        \"OperatingFlightNumber\": \"807\",\n                                        \"MarketingAirline\": \"PS\",\n                                        \"MarketingFlightNumber\": \"807\",\n                                        \"Aircraft\": \"737\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"Itin0\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"42F12F21-5F3A-4AC8-904D-AC51DF439849\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 125,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"PRG-IEV\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"DepartureCountry\": \"CZ\",\n                                        \"DepartureCity\": \"PRG\",\n                                        \"DepartureAirport\": \"PRG\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-08-21 13:15:00\",\n                                        \"DepartureDateStamp\": 1629540900,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"UA\",\n                                        \"ArrivalCity\": \"IEV\",\n                                        \"ArrivalAirport\": \"KBP\",\n                                        \"ArrivalTerminal\": \"D\",\n                                        \"ArrivalDate\": \"2021-08-21 16:20:00\",\n                                        \"ArrivalDateStamp\": 1629552000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"PS\",\n                                        \"OperatingFlightNumber\": \"808\",\n                                        \"MarketingAirline\": \"PS\",\n                                        \"MarketingFlightNumber\": \"808\",\n                                        \"Aircraft\": \"737\",\n                                        \"FlightTime\": 0,\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"IEV-PRG\",\n                            \"PRG-IEV\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"X\",\n                        \"FareBasisCode\": \"X002LLU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"IEV-PRG\",\n                            \"PRG-IEV\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"LITE\",\n                        \"GateID\": \"LITE\",\n                        \"GateData\": null,\n                        \"Name\": \"ECONOMY LITE\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECONOMY LITE\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"IEV-PRG\",\n                            \"PRG-IEV\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"FRONT SEAT BAG 5KG 40X30X10CM\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0ML\",\n                                \"Classification\": \"C\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"FBY\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0B5\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"0LT\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BOARDINGPASS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"CBP\",\n                                \"Classification\": \"F\",\n                                \"Group\": \"TS\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"REFUNDABLE TICKET\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"056\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"BONUS MILES\",\n                                \"Description\": \"\",\n                                \"GateName\": \"\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"057\",\n                                \"Classification\": \"Z\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            }\n                        ]\n                    }\n                ],\n                \"FareVariants\": [\n                    {\n                        \"ID\": \"15733A18-A0DF-485E-AE21-C63F21CCD2EC\",\n                        \"GateID\": \"2\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"PS\",\n                        \"ValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"SourceValidAirline\": \"PS\",\n                        \"SourceValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1628974790,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"X\",\n                                \"FareBasisCode\": \"X002SSU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Type\": \"Checked\",\n                                \"Allowance\": \"1PC\",\n                                \"Quantity\": null,\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"STANDARD\",\n                                \"GateID\": \"STANDARD\",\n                                \"GateData\": null,\n                                \"Name\": \"ECONOMY STANDARD\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECONOMY STANDARD\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"FBY\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"BG\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"MEAL\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0LT\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"ML\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BOARDINGPASS\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"CBP\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"TS\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"REFUNDABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"056\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Charge\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BONUS MILES\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"057\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHANGEABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"059\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 891000,\n                                \"Tax\": 722700,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 219000,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 219000,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 116800,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 116800,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 0,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 20000,\n                                \"FeeData\": \"\",\n                                \"Total\": 1633700,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 891000,\n                            \"Tax\": 722700,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 20000,\n                            \"FeeData\": \"\",\n                            \"Total\": 1633700,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    },\n                    {\n                        \"ID\": \"F873F022-80C5-4F10-AA16-D31F5124A944\",\n                        \"GateID\": \"3\",\n                        \"GateData\": {\n                            \"TravellerMap\": {\n                                \"ADT\": \"ADT\"\n                            }\n                        },\n                        \"Type\": \"Regular\",\n                        \"Stage\": \"Dev\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"Credential\": \"MOWZ000ZZ\",\n                        \"Version\": \"\",\n                        \"Clearing\": \"\",\n                        \"ValidAirline\": \"PS\",\n                        \"ValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"SourceValidAirline\": \"PS\",\n                        \"SourceValidAirlines\": [\n                            \"PS\"\n                        ],\n                        \"Latin\": true,\n                        \"Extended\": false,\n                        \"RecordExpireDate\": 1628974790,\n                        \"RecordExpireFareDate\": null,\n                        \"FareRules\": [],\n                        \"FareRulesParams\": [],\n                        \"Fares\": [\n                            {\n                                \"ID\": null,\n                                \"Type\": \"Public\",\n                                \"GateID\": null,\n                                \"GateType\": \"RP\",\n                                \"GateData\": [],\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Traveller\": \"\",\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Cabin\": \"M\",\n                                \"FareCode\": \"X\",\n                                \"FareBasisCode\": \"X002PPU1\",\n                                \"AvailableSeats\": 9,\n                                \"Description\": \"\"\n                            }\n                        ],\n                        \"Baggage\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Type\": \"Checked\",\n                                \"Allowance\": \"2PC\",\n                                \"Quantity\": null,\n                                \"Description\": null\n                            }\n                        ],\n                        \"FareFamilies\": [\n                            {\n                                \"ID\": \"PREMIUM\",\n                                \"GateID\": \"PREMIUM\",\n                                \"GateData\": null,\n                                \"Name\": \"ECONOMY PREMIUM\",\n                                \"Description\": \"\",\n                                \"Text\": \"\",\n                                \"GateName\": \"ECONOMY PREMIUM\",\n                                \"GateDescription\": \"\",\n                                \"GateText\": \"\",\n                                \"GateProgramID\": \"\",\n                                \"GateProgramCode\": \"\",\n                                \"GateProgramName\": \"\",\n                                \"GateProgramDescription\": \"\",\n                                \"GateProgramSystemCode\": \"\",\n                                \"Segments\": [\n                                    \"IEV-PRG\",\n                                    \"PRG-IEV\"\n                                ],\n                                \"Travellers\": [\n                                    \"ADT\"\n                                ],\n                                \"Class\": \"\",\n                                \"Services\": [\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"FBP\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"BG\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRE RESERVED SEAT\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0B5\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"SA\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"PRIORITY BOARDING PLUS 1BAG\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"0G6\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"TS\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BOARDINGPASS\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"CBP\",\n                                        \"Classification\": \"F\",\n                                        \"Group\": \"TS\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"REFUNDABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"056\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"BONUS MILES\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"057\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    },\n                                    {\n                                        \"ID\": null,\n                                        \"GateID\": null,\n                                        \"GateData\": null,\n                                        \"Name\": \"CHANGEABLE TICKET\",\n                                        \"Description\": \"\",\n                                        \"GateName\": \"\",\n                                        \"GateDescription\": \"\",\n                                        \"Type\": \"059\",\n                                        \"Classification\": \"Z\",\n                                        \"Group\": \"BF\",\n                                        \"Status\": \"Included\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"Penalties\": [],\n                        \"Pricing\": [\n                            {\n                                \"Type\": \"ADT\",\n                                \"GateType\": \"ADT\",\n                                \"Base\": 1183000,\n                                \"Tax\": 722700,\n                                \"Taxes\": [\n                                    {\n                                        \"Code\": \"YQ\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 219000,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 219000,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"YR\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 116800,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 116800,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"Q\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 0,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"RUB\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    },\n                                    {\n                                        \"Code\": \"XX\",\n                                        \"Extension\": null,\n                                        \"Identifier\": null,\n                                        \"Total\": 8750,\n                                        \"Currency\": \"RUB\",\n                                        \"SourceTotal\": 0,\n                                        \"SourceCurrency\": \"\",\n                                        \"EquivalentTotal\": 0,\n                                        \"EquivalentCurrency\": \"\",\n                                        \"Description\": null\n                                    }\n                                ],\n                                \"Vat\": 0,\n                                \"Vats\": [],\n                                \"Fee\": 20000,\n                                \"FeeData\": \"\",\n                                \"Total\": 1925700,\n                                \"Currency\": \"RUB\",\n                                \"SourceBase\": 0,\n                                \"SourceTax\": 0,\n                                \"SourceTaxes\": [],\n                                \"SourceVat\": 0,\n                                \"SourceVats\": [],\n                                \"SourceFee\": 0,\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentBase\": 0,\n                                \"EquivalentTax\": 0,\n                                \"EquivalentTaxes\": [],\n                                \"EquivalentVat\": 0,\n                                \"EquivalentVats\": [],\n                                \"EquivalentFee\": 0,\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Endorsement\": null\n                            }\n                        ],\n                        \"PricingExtended\": [],\n                        \"TotalPrice\": {\n                            \"Base\": 1183000,\n                            \"Tax\": 722700,\n                            \"Taxes\": [],\n                            \"Vat\": 0,\n                            \"Vats\": [],\n                            \"Fee\": 20000,\n                            \"FeeData\": \"\",\n                            \"Total\": 1925700,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceTax\": 0,\n                            \"SourceTaxes\": [],\n                            \"SourceVat\": 0,\n                            \"SourceVats\": [],\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentTax\": 0,\n                            \"EquivalentTaxes\": [],\n                            \"EquivalentVat\": 0,\n                            \"EquivalentVats\": [],\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"PaymentOptions\": []\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 526000,\n                        \"Tax\": 722700,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 219000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 219000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"YR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 116800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 116800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"Q\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 0,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 20000,\n                        \"FeeData\": \"\",\n                        \"Total\": 1268700,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1623882992,\n                        \"DateUpdate\": 1623962790,\n                        \"ID\": \"60ca6cd39f0ae2fe3a37fac5\",\n                        \"SectionID\": \"60ca7cf09f0ae29a7e2ebc64\",\n                        \"Type\": \"\",\n                        \"ExternalID\": null,\n                        \"ExternalNumber\": null,\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1623884600,\n                                \"DateUpdate\": 1623884600,\n                                \"Key\": \"FeeTariff\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_TARIFF\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"\"\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    },\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 526000,\n                    \"Tax\": 722700,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 20000,\n                    \"FeeData\": \"\",\n                    \"Total\": 1268700,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"ea9db68e-a2c4-48dc-809b-1905ec158bf0"},{"name":"Calendar","id":"ca87f0dd-0f14-4003-9714-e1008c1ecfd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Calendar\",\r\n    \"Body\": {\r\n        \"Logic\": \"\",\r\n        \"Stage\": \"Dev\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"MOW\",\r\n                \"Arrival\": \"DXB\",\r\n                \"Date\": \"2021-11-13\"\r\n            },\r\n            {\r\n                \"Departure\": \"DXB\",\r\n                \"Arrival\": \"MOW\",\r\n                \"Date\": \"2021-11-27\"\r\n            }\r\n        ],\r\n        \"Travellers\": {\r\n            \"ADT\": 1,\r\n            \"CHD\": 0,\r\n            \"INF\": 0\r\n        },\r\n        \"Class\": \"Economy\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Календарь цен +/-3 дня от запрашиваемой даты.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Logic</td>\n<td>Поисковая логика</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Stage</td>\n<td>Среда запроса <code>Dev</code> или <code>Prod</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes</td>\n<td>Список запрашиваемых маршрутов. Максимум 2 маршрута</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes[] Departure</td>\n<td>Код города/аэропорта вылета</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes[] Arrival</td>\n<td>Код города/аэропорта назначения</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes[] Date</td>\n<td>Дата вылета в формате <code>YYYY-MM-DD</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Travellers</td>\n<td>Запрашиваемые пассажиры</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Travellers.ADT</td>\n<td>Кол-во взрослых (возраст: от 12 и старше)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Travellers.CHD</td>\n<td>Кол-во детей (возраст: от 2 и до 12 лет)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Travellers.INF</td>\n<td>Кол-во младенцев (возраст: до 2 лет)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Class</td>\n<td>Класс перелета: <code>Economy</code>, <code>Business</code>, <code>First</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Stops</td>\n<td><code>Any</code> — все перелеты, <code>Direct</code> — только прямые перелеты</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Compress</td>\n<td>Компрессия выдачи. Boolean: ✔<code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Language</td>\n<td>Язык результатов поиска <code>RU</code>, <code>EN</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Массив валют выдачи. На текущий момент можно указать только одну валюту. Пример: <code>[\"RUB\"]</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>TimeLimit</td>\n<td>Таймлимит ожидания ответа от GDS. Указывается в секундах</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"6668199b-535e-4c76-8c45-f6bfaa4aa196","name":"Calendar","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Calendar\",\r\n    \"Body\": {\r\n        \"Logic\": \"\",\r\n        \"Stage\": \"Dev\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"MOW\",\r\n                \"Arrival\": \"DXB\",\r\n                \"Date\": \"2021-11-13\"\r\n            },\r\n            {\r\n                \"Departure\": \"DXB\",\r\n                \"Arrival\": \"MOW\",\r\n                \"Date\": \"2021-11-27\"\r\n            }\r\n        ],\r\n        \"Travellers\": {\r\n            \"ADT\": 1,\r\n            \"CHD\": 0,\r\n            \"INF\": 0\r\n        },\r\n        \"Class\": \"Economy\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Oct 2021 13:05:51 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-10-25T16:06:00+03:00\",\n    \"TimeStamp\": 1635167160,\n    \"Execution\": 9.5959,\n    \"Method\": \"Calendar\",\n    \"Result\": {\n        \"ID\": \"6176-ABAF-9F0A-E206-A667-F4B3\",\n        \"CombineTimer\": 0.0435,\n        \"Recommendations\": [\n            {\n                \"ID\": \"5512553E-591C-44F2-8A24-CCC8A2984401\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"GF\",\n                \"ValidAirlines\": [\n                    \"GF\"\n                ],\n                \"SourceValidAirline\": \"GF\",\n                \"SourceValidAirlines\": [\n                    \"GF\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": null,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"03F86A04-2A04-400A-A1A2-A2AA79F3FBDA\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 740,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 14:50:00\",\n                                        \"DepartureDateStamp\": 1636631400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-11 20:10:00\",\n                                        \"ArrivalDateStamp\": 1636650600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"15\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"15\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 320,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-DXB\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-12 01:55:00\",\n                                        \"DepartureDateStamp\": 1636671300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-12 04:10:00\",\n                                        \"ArrivalDateStamp\": 1636679400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"500\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"500\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 75,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"04796BD9-ED2D-4591-835A-5B1B15ADB554\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 940,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-24 23:35:00\",\n                                        \"DepartureDateStamp\": 1637786100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 23:59:00\",\n                                        \"ArrivalDateStamp\": 1637787540,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"513\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"513\",\n                                        \"Aircraft\": \"31N\",\n                                        \"FlightTime\": 84,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-MOW\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-25 09:00:00\",\n                                        \"DepartureDateStamp\": 1637820000,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-25 14:15:00\",\n                                        \"ArrivalDateStamp\": 1637838900,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"14\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"14\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 315,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"W\",\n                        \"FareBasisCode\": \"WCLIT4RU\",\n                        \"AvailableSeats\": 6,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"1PC\",\n                        \"Quantity\": null,\n                        \"Description\": \"UP TO 50 POUNDS/23 KILOGRAMS\\nUP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 41500,\n                        \"Tax\": 1846300,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 52200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 52200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 730,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SECURITY CHARGE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 1897800,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 500,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 41500,\n                    \"Tax\": 1846300,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 1897800,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 41500,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"87DFEFB8-A543-412C-A23C-CAFC35F97B9C\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"GF\",\n                \"ValidAirlines\": [\n                    \"GF\"\n                ],\n                \"SourceValidAirline\": \"GF\",\n                \"SourceValidAirlines\": [\n                    \"GF\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": null,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"552E4228-E81E-4DD5-900D-3B5F7DF9907D\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 740,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 14:50:00\",\n                                        \"DepartureDateStamp\": 1636631400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-11 20:10:00\",\n                                        \"ArrivalDateStamp\": 1636650600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"15\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"15\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 320,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-DXB\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-12 01:55:00\",\n                                        \"DepartureDateStamp\": 1636671300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-12 04:10:00\",\n                                        \"ArrivalDateStamp\": 1636679400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"500\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"500\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 75,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"09D79277-7619-4B0C-8001-D552B1DA47E9\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 450,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-24 07:45:00\",\n                                        \"DepartureDateStamp\": 1637729100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 08:05:00\",\n                                        \"ArrivalDateStamp\": 1637730300,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"501\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"501\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 80,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-MOW\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-24 09:00:00\",\n                                        \"DepartureDateStamp\": 1637733600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 14:15:00\",\n                                        \"ArrivalDateStamp\": 1637752500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"14\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"14\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 315,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"W\",\n                        \"FareBasisCode\": \"WCLIT4RU\",\n                        \"AvailableSeats\": 4,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"1PC\",\n                        \"Quantity\": null,\n                        \"Description\": \"UP TO 50 POUNDS/23 KILOGRAMS\\nUP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 41500,\n                        \"Tax\": 1846300,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 52200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 52200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 730,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SECURITY CHARGE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 1897800,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 500,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 41500,\n                    \"Tax\": 1846300,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 1897800,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 41500,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"1A2720AE-EEC6-4FEB-895C-641E2AB9CE76\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"GF\",\n                \"ValidAirlines\": [\n                    \"GF\"\n                ],\n                \"SourceValidAirline\": \"GF\",\n                \"SourceValidAirlines\": [\n                    \"GF\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": null,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"9CFDFE5D-1C16-4B25-A464-D91318698ADC\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 740,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 14:50:00\",\n                                        \"DepartureDateStamp\": 1636631400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-11 20:10:00\",\n                                        \"ArrivalDateStamp\": 1636650600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"15\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"15\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 320,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-DXB\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-12 01:55:00\",\n                                        \"DepartureDateStamp\": 1636671300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-12 04:10:00\",\n                                        \"ArrivalDateStamp\": 1636679400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"500\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"500\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 75,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"4E9C0F8D-0FF6-491A-B9C0-336D3D9AA024\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 475,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-24 23:35:00\",\n                                        \"DepartureDateStamp\": 1637786100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 23:59:00\",\n                                        \"ArrivalDateStamp\": 1637787540,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"513\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"513\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 84,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-MOW\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-25 01:15:00\",\n                                        \"DepartureDateStamp\": 1637792100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-25 06:30:00\",\n                                        \"ArrivalDateStamp\": 1637811000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"12\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"12\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 315,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"W\",\n                        \"FareBasisCode\": \"WCLIT4RU\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"1PC\",\n                        \"Quantity\": null,\n                        \"Description\": \"UP TO 50 POUNDS/23 KILOGRAMS\\nUP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 41500,\n                        \"Tax\": 1846300,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 52200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 52200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 730,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SECURITY CHARGE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 1897800,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 500,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 41500,\n                    \"Tax\": 1846300,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 1897800,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 41500,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"D43E79A4-3CBE-4FDC-8E7A-401CBFD64C2C\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"U6\",\n                \"ValidAirlines\": [\n                    \"U6\"\n                ],\n                \"SourceValidAirline\": \"U6\",\n                \"SourceValidAirlines\": [\n                    \"U6\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1635454740,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"872AB191-6DE8-4B66-99C3-9C9F75AABA7A\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 320,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-DXB\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 09:50:00\",\n                                        \"DepartureDateStamp\": 1636613400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-11 16:10:00\",\n                                        \"ArrivalDateStamp\": 1636636200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"U6\",\n                                        \"OperatingFlightNumber\": \"797\",\n                                        \"MarketingAirline\": \"U6\",\n                                        \"MarketingFlightNumber\": \"797\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 320,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"2EBF14DE-F464-4963-865D-83A2DDB61ED6\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 340,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-MOW\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-24 15:30:00\",\n                                        \"DepartureDateStamp\": 1637757000,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"ZIA\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 20:10:00\",\n                                        \"ArrivalDateStamp\": 1637773800,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"U6\",\n                                        \"OperatingFlightNumber\": \"868\",\n                                        \"MarketingAirline\": \"U6\",\n                                        \"MarketingFlightNumber\": \"868\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 340,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"A\",\n                        \"FareBasisCode\": \"APRIOW\",\n                        \"AvailableSeats\": 4,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"10kg\",\n                        \"Quantity\": null,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 1444000,\n                        \"Tax\": 726000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 165000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 165000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 2000,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 165000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 165000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 2000,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 49500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 49500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 600,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 49500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 49500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 600,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 19500,\n                                \"EquivalentCurrency\": \"RUB\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 19500,\n                                \"EquivalentCurrency\": \"RUB\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2180000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 17500,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 1444000,\n                    \"Tax\": 726000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2180000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 1444000,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"6CE0B31F-2C7B-4253-8FAF-41662DEB46CA\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"U6\",\n                \"ValidAirlines\": [\n                    \"U6\"\n                ],\n                \"SourceValidAirline\": \"U6\",\n                \"SourceValidAirlines\": [\n                    \"U6\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1635454740,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"9CD2B4E0-B697-4DCE-87E1-86A7F0D3505A\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 315,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-DXB\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"ZIA\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 08:15:00\",\n                                        \"DepartureDateStamp\": 1636607700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-11 14:30:00\",\n                                        \"ArrivalDateStamp\": 1636630200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"U6\",\n                                        \"OperatingFlightNumber\": \"867\",\n                                        \"MarketingAirline\": \"U6\",\n                                        \"MarketingFlightNumber\": \"867\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 315,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"811DE507-663D-49B5-8347-70494445CFC5\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 335,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-MOW\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-24 17:10:00\",\n                                        \"DepartureDateStamp\": 1637763000,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 21:45:00\",\n                                        \"ArrivalDateStamp\": 1637779500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"U6\",\n                                        \"OperatingFlightNumber\": \"798\",\n                                        \"MarketingAirline\": \"U6\",\n                                        \"MarketingFlightNumber\": \"798\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 335,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"A\",\n                        \"FareBasisCode\": \"APRIOW\",\n                        \"AvailableSeats\": 4,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"10kg\",\n                        \"Quantity\": null,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 1444000,\n                        \"Tax\": 726000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 165000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 165000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 2000,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 165000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 165000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 2000,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 49500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 49500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 600,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 49500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 49500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 600,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 19500,\n                                \"EquivalentCurrency\": \"RUB\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 19500,\n                                \"EquivalentCurrency\": \"RUB\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2180000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 17500,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 1444000,\n                    \"Tax\": 726000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2180000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 1444000,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"2E17F1F4-877F-4AD0-B7A6-226F90717E3F\",\n                \"GateID\": \"1\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"AY\",\n                \"ValidAirlines\": [\n                    \"AY\"\n                ],\n                \"SourceValidAirline\": \"AY\",\n                \"SourceValidAirlines\": [\n                    \"AY\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1635454790,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"BB67C3B0-7ECA-4D15-8611-1C1499BA2266\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 800,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-HEL\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"SVO\",\n                                        \"DepartureTerminal\": \"D\",\n                                        \"DepartureDate\": \"2021-11-11 14:35:00\",\n                                        \"DepartureDateStamp\": 1636630500,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"FI\",\n                                        \"ArrivalCity\": \"HEL\",\n                                        \"ArrivalAirport\": \"HEL\",\n                                        \"ArrivalTerminal\": \"2\",\n                                        \"ArrivalDate\": \"2021-11-11 15:25:00\",\n                                        \"ArrivalDateStamp\": 1636633500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"716\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"716\",\n                                        \"Aircraft\": \"E90\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"HEL-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"FI\",\n                                        \"DepartureCity\": \"HEL\",\n                                        \"DepartureAirport\": \"HEL\",\n                                        \"DepartureTerminal\": \"2\",\n                                        \"DepartureDate\": \"2021-11-11 20:40:00\",\n                                        \"DepartureDateStamp\": 1636652400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-12 04:55:00\",\n                                        \"ArrivalDateStamp\": 1636682100,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"1969\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"1969\",\n                                        \"Aircraft\": \"32B\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"23F6119B-F8AC-4F23-8AD9-EE7D53E716B0\",\n                                \"GateID\": \"2\",\n                                \"GateData\": [],\n                                \"Duration\": 800,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-HEL\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"SVO\",\n                                        \"DepartureTerminal\": \"D\",\n                                        \"DepartureDate\": \"2021-11-14 14:35:00\",\n                                        \"DepartureDateStamp\": 1636889700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"FI\",\n                                        \"ArrivalCity\": \"HEL\",\n                                        \"ArrivalAirport\": \"HEL\",\n                                        \"ArrivalTerminal\": \"2\",\n                                        \"ArrivalDate\": \"2021-11-14 15:25:00\",\n                                        \"ArrivalDateStamp\": 1636892700,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"716\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"716\",\n                                        \"Aircraft\": \"E90\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"HEL-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"FI\",\n                                        \"DepartureCity\": \"HEL\",\n                                        \"DepartureAirport\": \"HEL\",\n                                        \"DepartureTerminal\": \"2\",\n                                        \"DepartureDate\": \"2021-11-14 20:40:00\",\n                                        \"DepartureDateStamp\": 1636911600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-15 04:55:00\",\n                                        \"ArrivalDateStamp\": 1636941300,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"1969\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"1969\",\n                                        \"Aircraft\": \"32B\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"5BDD6D01-0791-4B16-9098-8E976F5589CC\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 905,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-HEL\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-29 06:05:00\",\n                                        \"DepartureDateStamp\": 1638155100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"FI\",\n                                        \"ArrivalCity\": \"HEL\",\n                                        \"ArrivalAirport\": \"HEL\",\n                                        \"ArrivalTerminal\": \"2\",\n                                        \"ArrivalDate\": \"2021-11-29 10:35:00\",\n                                        \"ArrivalDateStamp\": 1638171300,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"1970\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"1970\",\n                                        \"Aircraft\": \"32B\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"HEL-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"FI\",\n                                        \"DepartureCity\": \"HEL\",\n                                        \"DepartureAirport\": \"HEL\",\n                                        \"DepartureTerminal\": \"2\",\n                                        \"DepartureDate\": \"2021-11-29 17:20:00\",\n                                        \"DepartureDateStamp\": 1638195600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"SVO\",\n                                        \"ArrivalTerminal\": \"D\",\n                                        \"ArrivalDate\": \"2021-11-29 20:10:00\",\n                                        \"ArrivalDateStamp\": 1638205800,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"713\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"713\",\n                                        \"Aircraft\": \"E90\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-HEL\",\n                            \"HEL-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"Q\",\n                        \"FareBasisCode\": \"QNN0S9BZ\",\n                        \"AvailableSeats\": 0,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-HEL\",\n                            \"HEL-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"Z\",\n                        \"FareBasisCode\": \"ZNN0S9BZ\",\n                        \"AvailableSeats\": 0,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-HEL\",\n                            \"HEL-DXB\",\n                            \"DXB-HEL\",\n                            \"HEL-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 1560500,\n                        \"Tax\": 710400,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2280900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 1560500,\n                    \"Tax\": 710400,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2280900,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"C3903714-1C9F-473B-BF07-74CDFC8F3D67\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"U6\",\n                \"ValidAirlines\": [\n                    \"U6\"\n                ],\n                \"SourceValidAirline\": \"U6\",\n                \"SourceValidAirlines\": [\n                    \"U6\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1635454740,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"FD3E0C4C-88E7-462C-A509-3F9842929E43\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 320,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-DXB\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 09:50:00\",\n                                        \"DepartureDateStamp\": 1636613400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-11 16:10:00\",\n                                        \"ArrivalDateStamp\": 1636636200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"U6\",\n                                        \"OperatingFlightNumber\": \"797\",\n                                        \"MarketingAirline\": \"U6\",\n                                        \"MarketingFlightNumber\": \"797\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 320,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"E57296EE-4985-4CD3-A71C-76254D578B6E\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 335,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-MOW\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-24 17:10:00\",\n                                        \"DepartureDateStamp\": 1637763000,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 21:45:00\",\n                                        \"ArrivalDateStamp\": 1637779500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"U6\",\n                                        \"OperatingFlightNumber\": \"798\",\n                                        \"MarketingAirline\": \"U6\",\n                                        \"MarketingFlightNumber\": \"798\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 335,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"P\",\n                        \"FareBasisCode\": \"PPRIRT\",\n                        \"AvailableSeats\": 4,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"10kg\",\n                        \"Quantity\": null,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 1600500,\n                        \"Tax\": 726000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 165000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 165000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 2000,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 165000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 165000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 2000,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 49500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 49500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 600,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 49500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 49500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 600,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 19500,\n                                \"EquivalentCurrency\": \"RUB\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 19500,\n                                \"EquivalentCurrency\": \"RUB\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2336500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 19400,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 1600500,\n                    \"Tax\": 726000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2336500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 1600500,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"FBC9DCCB-97DA-4041-8F3A-45CE10DAFF10\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"U6\",\n                \"ValidAirlines\": [\n                    \"U6\"\n                ],\n                \"SourceValidAirline\": \"U6\",\n                \"SourceValidAirlines\": [\n                    \"U6\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1635454740,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"D231E8C6-5063-47DC-B780-77A066AE4088\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 315,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-DXB\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"ZIA\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 08:15:00\",\n                                        \"DepartureDateStamp\": 1636607700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-11 14:30:00\",\n                                        \"ArrivalDateStamp\": 1636630200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"U6\",\n                                        \"OperatingFlightNumber\": \"867\",\n                                        \"MarketingAirline\": \"U6\",\n                                        \"MarketingFlightNumber\": \"867\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 315,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"2E25BE66-34B4-4AE2-886C-AF7CE796FEF6\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 340,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-MOW\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-24 15:30:00\",\n                                        \"DepartureDateStamp\": 1637757000,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"ZIA\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 20:10:00\",\n                                        \"ArrivalDateStamp\": 1637773800,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"U6\",\n                                        \"OperatingFlightNumber\": \"868\",\n                                        \"MarketingAirline\": \"U6\",\n                                        \"MarketingFlightNumber\": \"868\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 340,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"P\",\n                        \"FareBasisCode\": \"PPRIRT\",\n                        \"AvailableSeats\": 4,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"10kg\",\n                        \"Quantity\": null,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 1600500,\n                        \"Tax\": 726000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 165000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 165000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 2000,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 165000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 165000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 2000,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 49500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 49500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 600,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 49500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 49500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 600,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 19500,\n                                \"EquivalentCurrency\": \"RUB\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 19500,\n                                \"EquivalentCurrency\": \"RUB\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2336500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 19400,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 1600500,\n                    \"Tax\": 726000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2336500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 1600500,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"6EAEC4E2-5CE9-46F3-88BE-E58D6001E782\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"GF\",\n                \"ValidAirlines\": [\n                    \"GF\"\n                ],\n                \"SourceValidAirline\": \"GF\",\n                \"SourceValidAirlines\": [\n                    \"GF\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": null,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"83615793-2661-4BBF-866D-0C939352A2AB\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 475,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 07:20:00\",\n                                        \"DepartureDateStamp\": 1636604400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-11 12:40:00\",\n                                        \"ArrivalDateStamp\": 1636623600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"13\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"13\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 320,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-DXB\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 13:55:00\",\n                                        \"DepartureDateStamp\": 1636628100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-11 16:15:00\",\n                                        \"ArrivalDateStamp\": 1636636500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"506\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"506\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 80,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"B5A2390B-798F-4BD2-8C64-199B63369375\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 450,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-24 07:45:00\",\n                                        \"DepartureDateStamp\": 1637729100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 08:05:00\",\n                                        \"ArrivalDateStamp\": 1637730300,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"501\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"501\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 80,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-MOW\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-24 09:00:00\",\n                                        \"DepartureDateStamp\": 1637733600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 14:15:00\",\n                                        \"ArrivalDateStamp\": 1637752500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"14\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"14\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 315,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"W\",\n                        \"FareBasisCode\": \"WCLIT1RU\",\n                        \"AvailableSeats\": 1,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"1PC\",\n                        \"Quantity\": null,\n                        \"Description\": \"UP TO 50 POUNDS/23 KILOGRAMS\\nUP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 495000,\n                        \"Tax\": 1846300,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 52200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 52200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 730,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SECURITY CHARGE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2351300,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 6000,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 495000,\n                    \"Tax\": 1846300,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2351300,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 495000,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"E28E8515-2199-4040-9D67-6E5F58A9D85A\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"GF\",\n                \"ValidAirlines\": [\n                    \"GF\"\n                ],\n                \"SourceValidAirline\": \"GF\",\n                \"SourceValidAirlines\": [\n                    \"GF\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": null,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"86C7D193-EF1B-4A69-A9DA-B4A0CFDA808D\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 475,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 07:20:00\",\n                                        \"DepartureDateStamp\": 1636604400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-11 12:40:00\",\n                                        \"ArrivalDateStamp\": 1636623600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"13\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"13\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 320,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-DXB\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 13:55:00\",\n                                        \"DepartureDateStamp\": 1636628100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-11 16:15:00\",\n                                        \"ArrivalDateStamp\": 1636636500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"506\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"506\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 80,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"6A76CFC4-4D9E-4EF6-8CA7-7D18CD6DFC77\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 940,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-24 23:35:00\",\n                                        \"DepartureDateStamp\": 1637786100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 23:59:00\",\n                                        \"ArrivalDateStamp\": 1637787540,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"513\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"513\",\n                                        \"Aircraft\": \"31N\",\n                                        \"FlightTime\": 84,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-MOW\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-25 09:00:00\",\n                                        \"DepartureDateStamp\": 1637820000,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-25 14:15:00\",\n                                        \"ArrivalDateStamp\": 1637838900,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"14\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"14\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 315,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"W\",\n                        \"FareBasisCode\": \"WCLIT1RU\",\n                        \"AvailableSeats\": 5,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"1PC\",\n                        \"Quantity\": null,\n                        \"Description\": \"UP TO 50 POUNDS/23 KILOGRAMS\\nUP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 495000,\n                        \"Tax\": 1846300,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 52200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 52200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 730,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SECURITY CHARGE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2351300,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 6000,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 495000,\n                    \"Tax\": 1846300,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2351300,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 495000,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"805155BB-D76A-457E-9107-1151332A3ACE\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SabreWS\",\n                \"Credential\": \"0ABC\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"GF\",\n                \"ValidAirlines\": [\n                    \"GF\"\n                ],\n                \"SourceValidAirline\": \"GF\",\n                \"SourceValidAirlines\": [\n                    \"GF\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": null,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 1,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"0C1B25E4-1B20-4F59-A48E-374347FDC51F\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 475,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 07:20:00\",\n                                        \"DepartureDateStamp\": 1636604400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-11 12:40:00\",\n                                        \"ArrivalDateStamp\": 1636623600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"13\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"13\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 320,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-DXB\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 13:55:00\",\n                                        \"DepartureDateStamp\": 1636628100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-11 16:15:00\",\n                                        \"ArrivalDateStamp\": 1636636500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"506\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"506\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 80,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 2,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"4960AEBB-F3A3-4738-8055-16317CA37259\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 475,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-BAH\",\n                                        \"Num\": 1,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-24 23:35:00\",\n                                        \"DepartureDateStamp\": 1637786100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-24 23:59:00\",\n                                        \"ArrivalDateStamp\": 1637787540,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"513\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"513\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 84,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-MOW\",\n                                        \"Num\": 2,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-25 01:15:00\",\n                                        \"DepartureDateStamp\": 1637792100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-25 06:30:00\",\n                                        \"ArrivalDateStamp\": 1637811000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"12\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"12\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 315,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [\n                            {\n                                \"Segment\": \"MOW-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-DXB\",\n                                \"Marriage\": \"I\"\n                            },\n                            {\n                                \"Segment\": \"DXB-BAH\",\n                                \"Marriage\": \"O\"\n                            },\n                            {\n                                \"Segment\": \"BAH-MOW\",\n                                \"Marriage\": \"I\"\n                            }\n                        ],\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"Y\",\n                        \"FareCode\": \"W\",\n                        \"FareBasisCode\": \"WCLIT1RU\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"1PC\",\n                        \"Quantity\": null,\n                        \"Description\": \"UP TO 50 POUNDS/23 KILOGRAMS\\nUP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS\"\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 495000,\n                        \"Tax\": 1846300,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YQF\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 536300,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 536300,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 6500,\n                                \"EquivalentCurrency\": \"EUR\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED FUEL\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"YRI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 64400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 64400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 900,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SERVICE FEE - CARRIER-IMPOSED MISC\"\n                            },\n                            {\n                                \"Code\": \"AE4\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 144800,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 144800,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 7500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SERVICE CHARGE INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"F62\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 67600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 67600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 3500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER FACILITIES CHARGE\"\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"PASSENGER SECURITY AND SAFETY FEE\"\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE ARRIVALS\"\n                            },\n                            {\n                                \"Code\": \"ZR2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 9700,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 9700,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 500,\n                                \"EquivalentCurrency\": \"AED\",\n                                \"Description\": \"INTERNATIONAL ADVANCED PASSENGER INFORMATION FEE DEPARTURES\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"BH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 19100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 19100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 1000,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER SERVICE FEE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"HM\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 7600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 7600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 400,\n                                \"EquivalentCurrency\": \"BHD\",\n                                \"Description\": \"PASSENGER FACILITY FEE\"\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL DEPARTURE\"\n                            },\n                            {\n                                \"Code\": \"RI2\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 68000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 68000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 950,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"TERMINAL USE CHARGE INTERNATIONAL ARRIVAL\"\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 52200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 52200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 730,\n                                \"EquivalentCurrency\": \"USD\",\n                                \"Description\": \"SECURITY CHARGE  INTERNATIONAL\"\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 8250,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2351300,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 6000,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 495000,\n                    \"Tax\": 1846300,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2351300,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 495000,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"RUB\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"321B0A10-1142-4AE5-A61A-0B1644DCEA85\",\n                \"GateID\": \"2\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"GF\",\n                \"ValidAirlines\": [\n                    \"GF\"\n                ],\n                \"SourceValidAirline\": \"GF\",\n                \"SourceValidAirlines\": [\n                    \"GF\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1636664390,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"C40DCF06-1E24-416E-815B-7865230BCF03\",\n                                \"GateID\": \"3\",\n                                \"GateData\": [],\n                                \"Duration\": 740,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-BAH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 14:50:00\",\n                                        \"DepartureDateStamp\": 1636631400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-11 20:10:00\",\n                                        \"ArrivalDateStamp\": 1636650600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"15\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"15\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-12 01:55:00\",\n                                        \"DepartureDateStamp\": 1636671300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-12 04:10:00\",\n                                        \"ArrivalDateStamp\": 1636679400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"500\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"500\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"72941BE4-AA92-4673-A36E-451BEE2247A8\",\n                                \"GateID\": \"4\",\n                                \"GateData\": [],\n                                \"Duration\": 740,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-BAH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-13 14:50:00\",\n                                        \"DepartureDateStamp\": 1636804200,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-13 20:10:00\",\n                                        \"ArrivalDateStamp\": 1636823400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"15\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"15\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-14 01:55:00\",\n                                        \"DepartureDateStamp\": 1636844100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-14 04:10:00\",\n                                        \"ArrivalDateStamp\": 1636852200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"500\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"500\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"DC16F2EA-5610-4D3C-A70A-165F9565590F\",\n                                \"GateID\": \"5\",\n                                \"GateData\": [],\n                                \"Duration\": 855,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-BAH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-15 07:20:00\",\n                                        \"DepartureDateStamp\": 1636950000,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-15 12:40:00\",\n                                        \"ArrivalDateStamp\": 1636969200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"13\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"13\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-15 20:20:00\",\n                                        \"DepartureDateStamp\": 1636996800,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-15 22:35:00\",\n                                        \"ArrivalDateStamp\": 1637004900,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"512\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"512\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"BD705F9B-D5D7-44C3-A4D3-3C25B5FF03C1\",\n                                \"GateID\": \"2\",\n                                \"GateData\": [],\n                                \"Duration\": 450,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-BAH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-27 07:45:00\",\n                                        \"DepartureDateStamp\": 1637988300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-27 08:05:00\",\n                                        \"ArrivalDateStamp\": 1637989500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"501\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"501\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-27 09:00:00\",\n                                        \"DepartureDateStamp\": 1637992800,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-27 14:15:00\",\n                                        \"ArrivalDateStamp\": 1638011700,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"14\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"14\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"F4C035C3-BA65-49E0-93D8-8AE0CAA056B8\",\n                                \"GateID\": \"3\",\n                                \"GateData\": [],\n                                \"Duration\": 475,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-BAH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-28 23:35:00\",\n                                        \"DepartureDateStamp\": 1638131700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"BH\",\n                                        \"ArrivalCity\": \"BAH\",\n                                        \"ArrivalAirport\": \"BAH\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-28 23:59:00\",\n                                        \"ArrivalDateStamp\": 1638133140,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"513\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"513\",\n                                        \"Aircraft\": \"320\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"BAH-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"BH\",\n                                        \"DepartureCity\": \"BAH\",\n                                        \"DepartureAirport\": \"BAH\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-29 01:15:00\",\n                                        \"DepartureDateStamp\": 1638137700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-29 06:30:00\",\n                                        \"ArrivalDateStamp\": 1638156600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"GF\",\n                                        \"OperatingFlightNumber\": \"12\",\n                                        \"MarketingAirline\": \"GF\",\n                                        \"MarketingFlightNumber\": \"12\",\n                                        \"Aircraft\": \"32N\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"W\",\n                        \"FareBasisCode\": \"WCLIT1RU\",\n                        \"AvailableSeats\": 0,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-BAH\",\n                            \"BAH-DXB\",\n                            \"DXB-BAH\",\n                            \"BAH-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"1PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 498000,\n                        \"Tax\": 1858200,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2366200,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 498000,\n                    \"Tax\": 1858200,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2366200,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"846BC163-471F-4C04-A79B-296D1AD48AD7\",\n                \"GateID\": \"3\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"AY\",\n                \"ValidAirlines\": [\n                    \"AY\"\n                ],\n                \"SourceValidAirline\": \"AY\",\n                \"SourceValidAirlines\": [\n                    \"AY\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1635454790,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"B86BDA3B-6970-4442-93D6-BF54ED323B28\",\n                                \"GateID\": \"1\",\n                                \"GateData\": [],\n                                \"Duration\": 800,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-HEL\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"SVO\",\n                                        \"DepartureTerminal\": \"D\",\n                                        \"DepartureDate\": \"2021-11-11 14:35:00\",\n                                        \"DepartureDateStamp\": 1636630500,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"FI\",\n                                        \"ArrivalCity\": \"HEL\",\n                                        \"ArrivalAirport\": \"HEL\",\n                                        \"ArrivalTerminal\": \"2\",\n                                        \"ArrivalDate\": \"2021-11-11 15:25:00\",\n                                        \"ArrivalDateStamp\": 1636633500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"716\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"716\",\n                                        \"Aircraft\": \"E90\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"HEL-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"FI\",\n                                        \"DepartureCity\": \"HEL\",\n                                        \"DepartureAirport\": \"HEL\",\n                                        \"DepartureTerminal\": \"2\",\n                                        \"DepartureDate\": \"2021-11-11 20:40:00\",\n                                        \"DepartureDateStamp\": 1636652400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-12 04:55:00\",\n                                        \"ArrivalDateStamp\": 1636682100,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"1969\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"1969\",\n                                        \"Aircraft\": \"32B\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"B3750926-9B51-4D37-85ED-674D4F378410\",\n                                \"GateID\": \"2\",\n                                \"GateData\": [],\n                                \"Duration\": 800,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-HEL\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"SVO\",\n                                        \"DepartureTerminal\": \"D\",\n                                        \"DepartureDate\": \"2021-11-14 14:35:00\",\n                                        \"DepartureDateStamp\": 1636889700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"FI\",\n                                        \"ArrivalCity\": \"HEL\",\n                                        \"ArrivalAirport\": \"HEL\",\n                                        \"ArrivalTerminal\": \"2\",\n                                        \"ArrivalDate\": \"2021-11-14 15:25:00\",\n                                        \"ArrivalDateStamp\": 1636892700,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"716\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"716\",\n                                        \"Aircraft\": \"E90\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"HEL-DXB\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"FI\",\n                                        \"DepartureCity\": \"HEL\",\n                                        \"DepartureAirport\": \"HEL\",\n                                        \"DepartureTerminal\": \"2\",\n                                        \"DepartureDate\": \"2021-11-14 20:40:00\",\n                                        \"DepartureDateStamp\": 1636911600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"DXB\",\n                                        \"ArrivalAirport\": \"DXB\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-15 04:55:00\",\n                                        \"ArrivalDateStamp\": 1636941300,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"1969\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"1969\",\n                                        \"Aircraft\": \"32B\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"65504D92-8F32-4CDA-913B-B20A3790B616\",\n                                \"GateID\": \"4\",\n                                \"GateData\": [],\n                                \"Duration\": 905,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-HEL\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-26 06:05:00\",\n                                        \"DepartureDateStamp\": 1637895900,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"FI\",\n                                        \"ArrivalCity\": \"HEL\",\n                                        \"ArrivalAirport\": \"HEL\",\n                                        \"ArrivalTerminal\": \"2\",\n                                        \"ArrivalDate\": \"2021-11-26 10:35:00\",\n                                        \"ArrivalDateStamp\": 1637912100,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"1970\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"1970\",\n                                        \"Aircraft\": \"32B\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"HEL-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"FI\",\n                                        \"DepartureCity\": \"HEL\",\n                                        \"DepartureAirport\": \"HEL\",\n                                        \"DepartureTerminal\": \"2\",\n                                        \"DepartureDate\": \"2021-11-26 17:20:00\",\n                                        \"DepartureDateStamp\": 1637936400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"SVO\",\n                                        \"ArrivalTerminal\": \"D\",\n                                        \"ArrivalDate\": \"2021-11-26 20:10:00\",\n                                        \"ArrivalDateStamp\": 1637946600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"713\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"713\",\n                                        \"Aircraft\": \"E90\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"78CE495B-0048-498C-8A4C-3AD96CED768B\",\n                                \"GateID\": \"5\",\n                                \"GateData\": [],\n                                \"Duration\": 905,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"DXB-HEL\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"DXB\",\n                                        \"DepartureAirport\": \"DXB\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-28 06:05:00\",\n                                        \"DepartureDateStamp\": 1638068700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"FI\",\n                                        \"ArrivalCity\": \"HEL\",\n                                        \"ArrivalAirport\": \"HEL\",\n                                        \"ArrivalTerminal\": \"2\",\n                                        \"ArrivalDate\": \"2021-11-28 10:35:00\",\n                                        \"ArrivalDateStamp\": 1638084900,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"1970\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"1970\",\n                                        \"Aircraft\": \"32B\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"HEL-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"FI\",\n                                        \"DepartureCity\": \"HEL\",\n                                        \"DepartureAirport\": \"HEL\",\n                                        \"DepartureTerminal\": \"2\",\n                                        \"DepartureDate\": \"2021-11-28 17:20:00\",\n                                        \"DepartureDateStamp\": 1638109200,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"SVO\",\n                                        \"ArrivalTerminal\": \"D\",\n                                        \"ArrivalDate\": \"2021-11-28 20:10:00\",\n                                        \"ArrivalDateStamp\": 1638119400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"AY\",\n                                        \"OperatingFlightNumber\": \"713\",\n                                        \"MarketingAirline\": \"AY\",\n                                        \"MarketingFlightNumber\": \"713\",\n                                        \"Aircraft\": \"E90\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-HEL\",\n                            \"HEL-DXB\",\n                            \"DXB-HEL\",\n                            \"HEL-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"Q\",\n                        \"FareBasisCode\": \"QNN0S9BZ\",\n                        \"AvailableSeats\": 0,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-HEL\",\n                            \"HEL-DXB\",\n                            \"DXB-HEL\",\n                            \"HEL-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 1793000,\n                        \"Tax\": 710400,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2513400,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 1793000,\n                    \"Tax\": 710400,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2513400,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            },\n            {\n                \"ID\": \"25A407B6-50B3-4A9E-BA60-52A0DBD13EC5\",\n                \"GateID\": \"4\",\n                \"GateData\": {\n                    \"TravellerMap\": {\n                        \"ADT\": \"ADT\"\n                    }\n                },\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EY\",\n                \"ValidAirlines\": [\n                    \"EY\"\n                ],\n                \"SourceValidAirline\": \"EY\",\n                \"SourceValidAirlines\": [\n                    \"EY\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1635713990,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"84FF26E8-208F-418B-9E29-65A9632EB264\",\n                                \"GateID\": \"6\",\n                                \"GateData\": [],\n                                \"Duration\": 515,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-10 12:15:00\",\n                                        \"DepartureDateStamp\": 1636535700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-10 18:40:00\",\n                                        \"ArrivalDateStamp\": 1636558800,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"68\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"68\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-10 20:30:00\",\n                                        \"DepartureDateStamp\": 1636565400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"\",\n                                        \"ArrivalCity\": \"\",\n                                        \"ArrivalAirport\": \"\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-10 21:50:00\",\n                                        \"ArrivalDateStamp\": 1636570200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5426\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5426\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"5F6D9C20-7549-4AB2-AE76-3A6A77D7731D\",\n                                \"GateID\": \"7\",\n                                \"GateData\": [],\n                                \"Duration\": 515,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-11 12:15:00\",\n                                        \"DepartureDateStamp\": 1636622100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-11 18:40:00\",\n                                        \"ArrivalDateStamp\": 1636645200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"68\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"68\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-11 20:30:00\",\n                                        \"DepartureDateStamp\": 1636651800,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"\",\n                                        \"ArrivalCity\": \"\",\n                                        \"ArrivalAirport\": \"\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-11 21:50:00\",\n                                        \"ArrivalDateStamp\": 1636656600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5426\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5426\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"76221373-2DD2-49F6-98BA-9A55B2E4307F\",\n                                \"GateID\": \"8\",\n                                \"GateData\": [],\n                                \"Duration\": 515,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-12 12:15:00\",\n                                        \"DepartureDateStamp\": 1636708500,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-12 18:40:00\",\n                                        \"ArrivalDateStamp\": 1636731600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"68\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"68\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-12 20:30:00\",\n                                        \"DepartureDateStamp\": 1636738200,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"\",\n                                        \"ArrivalCity\": \"\",\n                                        \"ArrivalAirport\": \"\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-12 21:50:00\",\n                                        \"ArrivalDateStamp\": 1636743000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5426\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5426\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"97EBEE01-B81D-4A88-B80F-49AC4EA65EF5\",\n                                \"GateID\": \"9\",\n                                \"GateData\": [],\n                                \"Duration\": 515,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-13 12:15:00\",\n                                        \"DepartureDateStamp\": 1636794900,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-13 18:40:00\",\n                                        \"ArrivalDateStamp\": 1636818000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"68\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"68\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-13 20:30:00\",\n                                        \"DepartureDateStamp\": 1636824600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"\",\n                                        \"ArrivalCity\": \"\",\n                                        \"ArrivalAirport\": \"\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-13 21:50:00\",\n                                        \"ArrivalDateStamp\": 1636829400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5426\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5426\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"F76F345F-0305-4682-B439-E91EEFF9C76A\",\n                                \"GateID\": \"10\",\n                                \"GateData\": [],\n                                \"Duration\": 515,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-14 12:15:00\",\n                                        \"DepartureDateStamp\": 1636881300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-14 18:40:00\",\n                                        \"ArrivalDateStamp\": 1636904400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"68\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"68\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-14 20:30:00\",\n                                        \"DepartureDateStamp\": 1636911000,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"\",\n                                        \"ArrivalCity\": \"\",\n                                        \"ArrivalAirport\": \"\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-14 21:50:00\",\n                                        \"ArrivalDateStamp\": 1636915800,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5426\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5426\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"CE3C94FC-B3B9-4931-8CC8-7B6DC4EE6CA1\",\n                                \"GateID\": \"11\",\n                                \"GateData\": [],\n                                \"Duration\": 515,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-15 12:15:00\",\n                                        \"DepartureDateStamp\": 1636967700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-15 18:40:00\",\n                                        \"ArrivalDateStamp\": 1636990800,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"68\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"68\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-15 20:30:00\",\n                                        \"DepartureDateStamp\": 1636997400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"\",\n                                        \"ArrivalCity\": \"\",\n                                        \"ArrivalAirport\": \"\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-15 21:50:00\",\n                                        \"ArrivalDateStamp\": 1637002200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5426\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5426\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"11E873A5-4739-45F6-AF32-90B0CC61E095\",\n                                \"GateID\": \"12\",\n                                \"GateData\": [],\n                                \"Duration\": 515,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"DME\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-16 12:15:00\",\n                                        \"DepartureDateStamp\": 1637054100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"3\",\n                                        \"ArrivalDate\": \"2021-11-16 18:40:00\",\n                                        \"ArrivalDateStamp\": 1637077200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"68\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"68\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2021-11-16 20:30:00\",\n                                        \"DepartureDateStamp\": 1637083800,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"\",\n                                        \"ArrivalCity\": \"\",\n                                        \"ArrivalAirport\": \"\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-16 21:50:00\",\n                                        \"ArrivalDateStamp\": 1637088600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5426\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5426\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"3933A724-0008-4CCF-9AE9-F1E96265BB77\",\n                                \"GateID\": \"6\",\n                                \"GateData\": [],\n                                \"Duration\": 565,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"\",\n                                        \"DepartureCity\": \"\",\n                                        \"DepartureAirport\": \"\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-24 22:30:00\",\n                                        \"DepartureDateStamp\": 1637782200,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-24 23:50:00\",\n                                        \"ArrivalDateStamp\": 1637787000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5427\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5427\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-25 02:15:00\",\n                                        \"DepartureDateStamp\": 1637795700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-25 06:55:00\",\n                                        \"ArrivalDateStamp\": 1637812500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"65\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"65\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"BEB57818-56A6-4A12-AD77-FF6CED1A780A\",\n                                \"GateID\": \"7\",\n                                \"GateData\": [],\n                                \"Duration\": 565,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"\",\n                                        \"DepartureCity\": \"\",\n                                        \"DepartureAirport\": \"\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-25 22:30:00\",\n                                        \"DepartureDateStamp\": 1637868600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-25 23:50:00\",\n                                        \"ArrivalDateStamp\": 1637873400,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5427\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5427\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-26 02:15:00\",\n                                        \"DepartureDateStamp\": 1637882100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-26 06:55:00\",\n                                        \"ArrivalDateStamp\": 1637898900,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"65\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"65\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"323E8D2B-DFB2-449B-9936-E0FACB4F6A95\",\n                                \"GateID\": \"8\",\n                                \"GateData\": [],\n                                \"Duration\": 565,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"\",\n                                        \"DepartureCity\": \"\",\n                                        \"DepartureAirport\": \"\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-26 22:30:00\",\n                                        \"DepartureDateStamp\": 1637955000,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-26 23:50:00\",\n                                        \"ArrivalDateStamp\": 1637959800,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5427\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5427\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-27 02:15:00\",\n                                        \"DepartureDateStamp\": 1637968500,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-27 06:55:00\",\n                                        \"ArrivalDateStamp\": 1637985300,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"65\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"65\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"5FAAA9B3-9016-48A6-AD9A-385CC3EE7769\",\n                                \"GateID\": \"9\",\n                                \"GateData\": [],\n                                \"Duration\": 565,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"\",\n                                        \"DepartureCity\": \"\",\n                                        \"DepartureAirport\": \"\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-27 22:30:00\",\n                                        \"DepartureDateStamp\": 1638041400,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-27 23:50:00\",\n                                        \"ArrivalDateStamp\": 1638046200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5427\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5427\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-28 02:15:00\",\n                                        \"DepartureDateStamp\": 1638054900,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-28 06:55:00\",\n                                        \"ArrivalDateStamp\": 1638071700,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"65\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"65\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"F0D89F1F-8423-4D48-93D6-53A234C705B0\",\n                                \"GateID\": \"10\",\n                                \"GateData\": [],\n                                \"Duration\": 565,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"\",\n                                        \"DepartureCity\": \"\",\n                                        \"DepartureAirport\": \"\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-28 22:30:00\",\n                                        \"DepartureDateStamp\": 1638127800,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-28 23:50:00\",\n                                        \"ArrivalDateStamp\": 1638132600,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5427\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5427\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-29 02:15:00\",\n                                        \"DepartureDateStamp\": 1638141300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-29 06:55:00\",\n                                        \"ArrivalDateStamp\": 1638158100,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"65\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"65\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"26D89692-39A8-4440-9A9C-C2E3DA948455\",\n                                \"GateID\": \"11\",\n                                \"GateData\": [],\n                                \"Duration\": 565,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"\",\n                                        \"DepartureCity\": \"\",\n                                        \"DepartureAirport\": \"\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-29 22:30:00\",\n                                        \"DepartureDateStamp\": 1638214200,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-29 23:50:00\",\n                                        \"ArrivalDateStamp\": 1638219000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5427\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5427\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-11-30 02:15:00\",\n                                        \"DepartureDateStamp\": 1638227700,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-11-30 06:55:00\",\n                                        \"ArrivalDateStamp\": 1638244500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"65\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"65\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"ID\": \"79C51521-B408-44B2-A711-9CBC2E080B4D\",\n                                \"GateID\": \"12\",\n                                \"GateData\": [],\n                                \"Duration\": 855,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"-AUH\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"\",\n                                        \"DepartureCity\": \"\",\n                                        \"DepartureAirport\": \"\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2021-11-30 17:40:00\",\n                                        \"DepartureDateStamp\": 1638283200,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"AE\",\n                                        \"ArrivalCity\": \"AUH\",\n                                        \"ArrivalAirport\": \"AUH\",\n                                        \"ArrivalTerminal\": \"1\",\n                                        \"ArrivalDate\": \"2021-11-30 19:00:00\",\n                                        \"ArrivalDateStamp\": 1638288000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"5421\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"5421\",\n                                        \"Aircraft\": \"BUS\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    },\n                                    {\n                                        \"ID\": \"AUH-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"AE\",\n                                        \"DepartureCity\": \"AUH\",\n                                        \"DepartureAirport\": \"AUH\",\n                                        \"DepartureTerminal\": \"3\",\n                                        \"DepartureDate\": \"2021-12-01 02:15:00\",\n                                        \"DepartureDateStamp\": 1638314100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"DME\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2021-12-01 06:55:00\",\n                                        \"ArrivalDateStamp\": 1638330900,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"EY\",\n                                        \"OperatingFlightNumber\": \"65\",\n                                        \"MarketingAirline\": \"EY\",\n                                        \"MarketingFlightNumber\": \"65\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 0,\n                                        \"Connection\": \"\",\n                                        \"Legs\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": \"Public\",\n                        \"GateID\": null,\n                        \"GateType\": \"RP\",\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-AUH\",\n                            \"AUH-\",\n                            \"-AUH\",\n                            \"AUH-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"E\",\n                        \"FareBasisCode\": \"ETH2RU\",\n                        \"AvailableSeats\": 0,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-AUH\",\n                            \"AUH-\",\n                            \"-AUH\",\n                            \"AUH-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0K\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 1345000,\n                        \"Tax\": 1186200,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 2541200,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Calculation\": [\n                    {\n                        \"Date\": 1605822863,\n                        \"DateUpdate\": 1623949747,\n                        \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                        \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                        \"Type\": \"Avia\",\n                        \"ExternalID\": \"\",\n                        \"ExternalNumber\": \"\",\n                        \"Rules\": [],\n                        \"Results\": [\n                            {\n                                \"Date\": 1605822905,\n                                \"DateUpdate\": 1605822905,\n                                \"Key\": \"Fee\",\n                                \"Num\": 1,\n                                \"Values\": [\n                                    {\n                                        \"Key\": \"Category\",\n                                        \"Value\": \"FEE_BASE\"\n                                    },\n                                    {\n                                        \"Key\": \"Amount\",\n                                        \"Value\": 10000\n                                    },\n                                    {\n                                        \"Key\": \"Currency\",\n                                        \"Value\": \"RUB\"\n                                    },\n                                    {\n                                        \"Key\": \"CurrencyRateType\",\n                                        \"Value\": \"IATA\"\n                                    },\n                                    {\n                                        \"Key\": \"Calculation\",\n                                        \"Value\": \"Traveller\"\n                                    },\n                                    {\n                                        \"Key\": \"Apply\",\n                                        \"Value\": \"Total\"\n                                    },\n                                    {\n                                        \"Key\": \"Segments\",\n                                        \"Value\": []\n                                    },\n                                    {\n                                        \"Key\": \"Travellers\",\n                                        \"Value\": [\n                                            \"ADT\",\n                                            \"CHD\",\n                                            \"INF\"\n                                        ]\n                                    }\n                                ],\n                                \"Status\": \"Active\"\n                            }\n                        ],\n                        \"Params\": []\n                    }\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 1345000,\n                    \"Tax\": 1186200,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 10000,\n                    \"FeeData\": \"\",\n                    \"Total\": 2541200,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"PaymentOptions\": []\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"ca87f0dd-0f14-4003-9714-e1008c1ecfd3"},{"name":"Schedule","id":"4dd9f329-51a5-4c00-94c5-4982e858aa4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Schedule\",\r\n    \"Body\": {\r\n        \"Logic\": \"\",\r\n        \"Stage\": \"Dev\",\r\n        \"Route\": {\r\n            \"Departure\": \"MOW\",\r\n            \"Arrival\": \"DXB\",\r\n            \"Date\": \"2022-04-16\"\r\n        }\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Расписание рейсов.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Logics</td>\n<td>Поисковые логики. Массив <code>['Logic1','Logic2',...]</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Stage</td>\n<td>Среда запроса <code>Dev</code> или <code>Prod</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Route</td>\n<td>Запрашиваемый маршрут</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Route\\Departure</td>\n<td>Код города/аэропорта вылета</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Route\\Arrival</td>\n<td>Код города/аэропорта назначения</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Route\\Date</td>\n<td>Дата вылета в формате <code>YYYY-MM-DD</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Compress</td>\n<td>Компрессия выдачи. Boolean: ✔<code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Language</td>\n<td>Язык результатов поиска <code>RU</code>, <code>EN</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"e03a5693-7d3f-4f7f-85c0-f958cfaef87f","name":"Schedule","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Schedule\",\r\n    \"Body\": {\r\n        \"Logic\": \"\",\r\n        \"Stage\": \"Dev\",\r\n        \"Route\": {\r\n            \"Departure\": \"MOW\",\r\n            \"Arrival\": \"DXB\",\r\n            \"Date\": \"2022-04-16\"\r\n        }\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Feb 2022 09:55:09 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2022-02-21T12:55:09+03:00\",\n    \"TimeStamp\": 1645437309,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.4082,\n    \"Method\": \"Schedule\",\n    \"Result\": {\n        \"ID\": \"6213-617D-9F0A-E29B-6A70-7FCA\",\n        \"CombineTimer\": 0.0369,\n        \"Recommendations\": [\n            {\n                \"ID\": \"6C395B2A-34DD-4152-8133-369F82546CE9\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SirenaWS\",\n                \"Credential\": \"DEMO\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"Extended\": false,\n                \"Segments\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"DME\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureTime\": \"00:05\",\n                        \"DepartureTimeStamp\": 5,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"3\",\n                        \"ArrivalTime\": \"06:20\",\n                        \"ArrivalTimeStamp\": 380,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"EK\",\n                        \"OperatingFlightNumber\": \"132\",\n                        \"MarketingAirline\": \"EK\",\n                        \"MarketingFlightNumber\": \"132\",\n                        \"Aircraft\": \"773\",\n                        \"FlightTime\": 375,\n                        \"Classes\": {\n                            \"Economy\": true,\n                            \"Business\": true,\n                            \"First\": true\n                        },\n                        \"Period\": {\n                            \"DateFrom\": \"2012-03-26\",\n                            \"DateFromStamp\": 15425,\n                            \"DateTo\": \"2049-12-31\",\n                            \"DateToStamp\": 29219,\n                            \"Days\": \"1\"\n                        }\n                    }\n                ],\n                \"Classes\": {\n                    \"Economy\": true,\n                    \"Business\": true,\n                    \"First\": true\n                },\n                \"Period\": {\n                    \"DateFrom\": \"2012-03-26\",\n                    \"DateFromStamp\": 15425,\n                    \"DateTo\": \"2049-12-31\",\n                    \"DateToStamp\": 29219,\n                    \"Days\": \"1\"\n                }\n            },\n            {\n                \"ID\": \"41B68ECE-90B4-446D-A9CB-7432BBC30284\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SirenaWS\",\n                \"Credential\": \"DEMO\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"Extended\": false,\n                \"Segments\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"DME\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureTime\": \"00:05\",\n                        \"DepartureTimeStamp\": 5,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"3\",\n                        \"ArrivalTime\": \"06:20\",\n                        \"ArrivalTimeStamp\": 380,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"EK\",\n                        \"OperatingFlightNumber\": \"132\",\n                        \"MarketingAirline\": \"EK\",\n                        \"MarketingFlightNumber\": \"132\",\n                        \"Aircraft\": \"77W\",\n                        \"FlightTime\": 375,\n                        \"Classes\": {\n                            \"Economy\": true,\n                            \"Business\": true,\n                            \"First\": true\n                        },\n                        \"Period\": {\n                            \"DateFrom\": \"2012-03-27\",\n                            \"DateFromStamp\": 15426,\n                            \"DateTo\": \"2049-12-31\",\n                            \"DateToStamp\": 29219,\n                            \"Days\": \"234567\"\n                        }\n                    }\n                ],\n                \"Classes\": {\n                    \"Economy\": true,\n                    \"Business\": true,\n                    \"First\": true\n                },\n                \"Period\": {\n                    \"DateFrom\": \"2012-03-27\",\n                    \"DateFromStamp\": 15426,\n                    \"DateTo\": \"2049-12-31\",\n                    \"DateToStamp\": 29219,\n                    \"Days\": \"234567\"\n                }\n            },\n            {\n                \"ID\": \"AB32D143-1B32-4FEA-811E-0C13CA6F6A4F\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SirenaWS\",\n                \"Credential\": \"DEMO\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"Extended\": false,\n                \"Segments\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"VKO\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureTime\": \"03:20\",\n                        \"DepartureTimeStamp\": 200,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalTime\": \"07:25\",\n                        \"ArrivalTimeStamp\": 445,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"FV\",\n                        \"OperatingFlightNumber\": \"5733\",\n                        \"MarketingAirline\": \"FV\",\n                        \"MarketingFlightNumber\": \"5733\",\n                        \"Aircraft\": \"738\",\n                        \"FlightTime\": 185,\n                        \"Classes\": {\n                            \"Economy\": true,\n                            \"Business\": true,\n                            \"First\": true\n                        },\n                        \"Period\": {\n                            \"DateFrom\": \"2022-04-01\",\n                            \"DateFromStamp\": 19083,\n                            \"DateTo\": \"2049-12-31\",\n                            \"DateToStamp\": 29219,\n                            \"Days\": \"5\"\n                        }\n                    }\n                ],\n                \"Classes\": {\n                    \"Economy\": true,\n                    \"Business\": true,\n                    \"First\": true\n                },\n                \"Period\": {\n                    \"DateFrom\": \"2022-04-01\",\n                    \"DateFromStamp\": 19083,\n                    \"DateTo\": \"2049-12-31\",\n                    \"DateToStamp\": 29219,\n                    \"Days\": \"5\"\n                }\n            },\n            {\n                \"ID\": \"1F64F833-518C-4C57-83BF-AFA20AE970AF\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SirenaWS\",\n                \"Credential\": \"DEMO\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"Extended\": false,\n                \"Segments\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"SVO\",\n                        \"DepartureTerminal\": \"D\",\n                        \"DepartureTime\": \"14:15\",\n                        \"DepartureTimeStamp\": 855,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"2\",\n                        \"ArrivalTime\": \"20:30\",\n                        \"ArrivalTimeStamp\": 1230,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"FV\",\n                        \"OperatingFlightNumber\": \"7733\",\n                        \"MarketingAirline\": \"FV\",\n                        \"MarketingFlightNumber\": \"7733\",\n                        \"Aircraft\": \"744\",\n                        \"FlightTime\": 315,\n                        \"Classes\": {\n                            \"Economy\": true,\n                            \"Business\": true,\n                            \"First\": false\n                        },\n                        \"Period\": {\n                            \"DateFrom\": \"2021-06-12\",\n                            \"DateFromStamp\": 18790,\n                            \"DateTo\": \"2022-12-31\",\n                            \"DateToStamp\": 19357,\n                            \"Days\": \"1234567\"\n                        }\n                    }\n                ],\n                \"Classes\": {\n                    \"Economy\": true,\n                    \"Business\": true,\n                    \"First\": false\n                },\n                \"Period\": {\n                    \"DateFrom\": \"2021-06-12\",\n                    \"DateFromStamp\": 18790,\n                    \"DateTo\": \"2022-12-31\",\n                    \"DateToStamp\": 19357,\n                    \"Days\": \"1234567\"\n                }\n            },\n            {\n                \"ID\": \"9D6F9C5B-3470-40DB-8290-121825B13356\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SirenaWS\",\n                \"Credential\": \"DEMO\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"Extended\": false,\n                \"Segments\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"DME\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureTime\": \"16:55\",\n                        \"DepartureTimeStamp\": 1015,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"3\",\n                        \"ArrivalTime\": \"23:00\",\n                        \"ArrivalTimeStamp\": 1380,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"EK\",\n                        \"OperatingFlightNumber\": \"134\",\n                        \"MarketingAirline\": \"EK\",\n                        \"MarketingFlightNumber\": \"134\",\n                        \"Aircraft\": \"345\",\n                        \"FlightTime\": 365,\n                        \"Classes\": {\n                            \"Economy\": true,\n                            \"Business\": true,\n                            \"First\": true\n                        },\n                        \"Period\": {\n                            \"DateFrom\": \"2012-03-25\",\n                            \"DateFromStamp\": 15424,\n                            \"DateTo\": \"2049-12-31\",\n                            \"DateToStamp\": 29219,\n                            \"Days\": \"1234567\"\n                        }\n                    }\n                ],\n                \"Classes\": {\n                    \"Economy\": true,\n                    \"Business\": true,\n                    \"First\": true\n                },\n                \"Period\": {\n                    \"DateFrom\": \"2012-03-25\",\n                    \"DateFromStamp\": 15424,\n                    \"DateTo\": \"2049-12-31\",\n                    \"DateToStamp\": 29219,\n                    \"Days\": \"1234567\"\n                }\n            },\n            {\n                \"ID\": \"11B4F164-0AB3-4419-9AFD-D2F4820197B1\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SirenaWS\",\n                \"Credential\": \"DEMO\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"Extended\": false,\n                \"Segments\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"DME\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureTime\": \"18:00\",\n                        \"DepartureTimeStamp\": 1080,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalTime\": \"23:00\",\n                        \"ArrivalTimeStamp\": 1380,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"UL\",\n                        \"OperatingFlightNumber\": \"532\",\n                        \"MarketingAirline\": \"UL\",\n                        \"MarketingFlightNumber\": \"532\",\n                        \"Aircraft\": \"320\",\n                        \"FlightTime\": 300,\n                        \"Classes\": {\n                            \"Economy\": true,\n                            \"Business\": true,\n                            \"First\": true\n                        },\n                        \"Period\": {\n                            \"DateFrom\": \"2011-09-15\",\n                            \"DateFromStamp\": 15232,\n                            \"DateTo\": \"2049-12-31\",\n                            \"DateToStamp\": 29219,\n                            \"Days\": \"46\"\n                        }\n                    }\n                ],\n                \"Classes\": {\n                    \"Economy\": true,\n                    \"Business\": true,\n                    \"First\": true\n                },\n                \"Period\": {\n                    \"DateFrom\": \"2011-09-15\",\n                    \"DateFromStamp\": 15232,\n                    \"DateTo\": \"2049-12-31\",\n                    \"DateToStamp\": 29219,\n                    \"Days\": \"46\"\n                }\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"4dd9f329-51a5-4c00-94c5-4982e858aa4f"}],"id":"44c7f1c8-7d28-4c48-ba40-aaf416cedcba","_postman_id":"44c7f1c8-7d28-4c48-ba40-aaf416cedcba","description":""},{"name":"Cache","item":[{"name":"Search","id":"0bf48ea2-7651-4bb8-8e7a-82eca72ff8f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Stage\": \"Dev\",\r\n        \"Interval\": \"-7 DAYS\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"MOW\",\r\n                \"Arrival\": \"AER\",\r\n                \"DateFrom\": \"2022-10-15\",\r\n                \"DateTo\": \"2022-10-22\"\r\n            },\r\n            {\r\n                \"Departure\": \"AER\",\r\n                \"Arrival\": \"MOW\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\",\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ],\r\n        \"ReturnLimit\": 5\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/cache/","description":"<p>Выгрузка информации из кеша.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Stage</td>\n<td>Среда запроса <code>Dev</code> или <code>Prod</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Interval</td>\n<td>Интервал актуальности результатов. Указывается текстом, к примеру: <code>-3 DAYS</code> или <code>-7 HOURS</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes</td>\n<td>Список запрашиваемых маршрутов. Максимум 2 маршрута (только <code>OW</code> и <code>RT</code>)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes[] Departure</td>\n<td>Код города/аэропорта вылета</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes[] Arrival</td>\n<td>Код города/аэропорта назначения</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes[] DateFrom</td>\n<td>Дата вылета «с...» в формате <code>YYYY-MM-DD</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes[] DateTo</td>\n<td>Дата вылета «по...» в формате <code>YYYY-MM-DD</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Language</td>\n<td>Язык результатов поиска <code>RU</code>, <code>EN</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Simple</td>\n<td>Указатель упрощенной выдачи (boolean)✔<code>true</code>, <code>false</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Массив валют выдачи. На текущий момент можно указать только одну валюту. Пример: <code>[\"RUB\"]</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>ReturnLimit</td>\n<td>Укорачивание выдачи</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","cache",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"bae1ca57-6b83-403e-88e1-50b83d342e19","name":"Search (Simple)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Stage\": \"Dev\",\r\n        \"Interval\": \"-7 DAYS\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"MOW\",\r\n                \"Arrival\": \"AER\",\r\n                \"DateFrom\": \"2022-10-15\",\r\n                \"DateTo\": \"2022-10-22\"\r\n            },\r\n            {\r\n                \"Departure\": \"AER\",\r\n                \"Arrival\": \"MOW\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ],\r\n        \"ReturnLimit\": 5\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/cache/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Oct 2022 19:04:20 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2022-10-03T22:04:21+03:00\",\n    \"TimeStamp\": 1664823861,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.4304,\n    \"Method\": \"Search\",\n    \"Result\": {\n        \"Interval\": 10080,\n        \"Recommendations\": [\n            {\n                \"Route\": {\n                    \"Type\": \"RoundTrip\",\n                    \"DepartureCountry\": \"RU\",\n                    \"DepartureCity\": \"MOW\",\n                    \"DepartureAirport\": \"\",\n                    \"DepartureDate\": \"2022-10-21\",\n                    \"DepartureDateStamp\": 1666299600,\n                    \"ArrivalCountry\": \"RU\",\n                    \"ArrivalCity\": \"AER\",\n                    \"ArrivalAirport\": \"AER\",\n                    \"ArrivalDate\": \"2022-10-25\",\n                    \"ArrivalDateStamp\": 1666645200,\n                    \"Days\": 4\n                },\n                \"Price\": {\n                    \"Type\": \"ADT\",\n                    \"Base\": 489800,\n                    \"Tax\": 55000,\n                    \"Fee\": 0,\n                    \"Total\": 544800,\n                    \"Currency\": \"RUB\"\n                }\n            },\n            {\n                \"Route\": {\n                    \"Type\": \"RoundTrip\",\n                    \"DepartureCountry\": \"RU\",\n                    \"DepartureCity\": \"MOW\",\n                    \"DepartureAirport\": \"\",\n                    \"DepartureDate\": \"2022-10-21\",\n                    \"DepartureDateStamp\": 1666299600,\n                    \"ArrivalCountry\": \"RU\",\n                    \"ArrivalCity\": \"AER\",\n                    \"ArrivalAirport\": \"AER\",\n                    \"ArrivalDate\": \"2022-10-29\",\n                    \"ArrivalDateStamp\": 1666990800,\n                    \"Days\": 8\n                },\n                \"Price\": {\n                    \"Type\": \"ADT\",\n                    \"Base\": 496000,\n                    \"Tax\": 60000,\n                    \"Fee\": 0,\n                    \"Total\": 556000,\n                    \"Currency\": \"RUB\"\n                }\n            },\n            {\n                \"Route\": {\n                    \"Type\": \"RoundTrip\",\n                    \"DepartureCountry\": \"RU\",\n                    \"DepartureCity\": \"MOW\",\n                    \"DepartureAirport\": \"\",\n                    \"DepartureDate\": \"2022-10-17\",\n                    \"DepartureDateStamp\": 1665954000,\n                    \"ArrivalCountry\": \"RU\",\n                    \"ArrivalCity\": \"AER\",\n                    \"ArrivalAirport\": \"AER\",\n                    \"ArrivalDate\": \"2022-10-22\",\n                    \"ArrivalDateStamp\": 1666386000,\n                    \"Days\": 5\n                },\n                \"Price\": {\n                    \"Type\": \"ADT\",\n                    \"Base\": 520000,\n                    \"Tax\": 109800,\n                    \"Fee\": 0,\n                    \"Total\": 629800,\n                    \"Currency\": \"RUB\"\n                }\n            },\n            {\n                \"Route\": {\n                    \"Type\": \"RoundTrip\",\n                    \"DepartureCountry\": \"RU\",\n                    \"DepartureCity\": \"MOW\",\n                    \"DepartureAirport\": \"\",\n                    \"DepartureDate\": \"2022-10-22\",\n                    \"DepartureDateStamp\": 1666386000,\n                    \"ArrivalCountry\": \"RU\",\n                    \"ArrivalCity\": \"AER\",\n                    \"ArrivalAirport\": \"AER\",\n                    \"ArrivalDate\": \"2022-10-26\",\n                    \"ArrivalDateStamp\": 1666731600,\n                    \"Days\": 4\n                },\n                \"Price\": {\n                    \"Type\": \"ADT\",\n                    \"Base\": 5272500,\n                    \"Tax\": 127000,\n                    \"Fee\": 0,\n                    \"Total\": 5399500,\n                    \"Currency\": \"RUB\"\n                }\n            },\n            {\n                \"Route\": {\n                    \"Type\": \"RoundTrip\",\n                    \"DepartureCountry\": \"RU\",\n                    \"DepartureCity\": \"MOW\",\n                    \"DepartureAirport\": \"\",\n                    \"DepartureDate\": \"2022-10-22\",\n                    \"DepartureDateStamp\": 1666386000,\n                    \"ArrivalCountry\": \"RU\",\n                    \"ArrivalCity\": \"AER\",\n                    \"ArrivalAirport\": \"AER\",\n                    \"ArrivalDate\": \"2022-10-28\",\n                    \"ArrivalDateStamp\": 1666904400,\n                    \"Days\": 6\n                },\n                \"Price\": {\n                    \"Type\": \"ADT\",\n                    \"Base\": 489800,\n                    \"Tax\": 55000,\n                    \"Fee\": 0,\n                    \"Total\": 544800,\n                    \"Currency\": \"RUB\"\n                }\n            }\n        ]\n    },\n    \"Errors\": null\n}"},{"id":"8481bcfc-1634-4547-bdb1-2a54636ffe3f","name":"Search (Full)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"Stage\": \"Dev\",\r\n        \"Interval\": \"-7 DAYS\",\r\n        \"Routes\": [\r\n            {\r\n                \"Departure\": \"MOW\",\r\n                \"Arrival\": \"AER\",\r\n                \"DateFrom\": \"2022-10-15\",\r\n                \"DateTo\": \"2022-10-22\"\r\n            },\r\n            {\r\n                \"Departure\": \"AER\",\r\n                \"Arrival\": \"MOW\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\",\r\n        \"Simple\": false,\r\n        \"Currency\": [\r\n            \"RUB\"\r\n        ],\r\n        \"ReturnLimit\": 5\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/cache/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Oct 2022 19:14:36 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2022-10-03T22:14:36+03:00\",\n    \"TimeStamp\": 1664824476,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.3881,\n    \"Method\": \"Search\",\n    \"Result\": {\n        \"Interval\": 10080,\n        \"Recommendations\": [\n            {\n                \"Type\": \"Regular\",\n                \"Stage\": \"Prod\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"SourceValidAirline\": \"SU\",\n                \"SourceValidAirlines\": [],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1664862481,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-AER\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"8A6BC33F-DB31-4C72-8C13-74A9194665D7\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 215,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AER\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"SVO\",\n                                        \"DepartureTerminal\": \"B\",\n                                        \"DepartureDate\": \"2022-10-15 16:30:00\",\n                                        \"DepartureDateStamp\": 1665840600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"AER\",\n                                        \"ArrivalAirport\": \"AER\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2022-10-15 20:05:00\",\n                                        \"ArrivalDateStamp\": 1665853500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"SU\",\n                                        \"OperatingFlightNumber\": \"1130\",\n                                        \"MarketingAirline\": \"SU\",\n                                        \"MarketingFlightNumber\": \"1130\",\n                                        \"Aircraft\": \"359\",\n                                        \"FlightTime\": 215,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"AER-MOW\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"21998608-EB4F-4100-93C9-3585D44AF862\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 215,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"AER-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"AER\",\n                                        \"DepartureAirport\": \"AER\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2022-10-18 14:35:00\",\n                                        \"DepartureDateStamp\": 1666092900,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"SVO\",\n                                        \"ArrivalTerminal\": \"B\",\n                                        \"ArrivalDate\": \"2022-10-18 18:10:00\",\n                                        \"ArrivalDateStamp\": 1666105800,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"SU\",\n                                        \"OperatingFlightNumber\": \"1117\",\n                                        \"MarketingAirline\": \"SU\",\n                                        \"MarketingFlightNumber\": \"1117\",\n                                        \"Aircraft\": \"359\",\n                                        \"FlightTime\": 215,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-AER\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"G\",\n                        \"FareCode\": \"G\",\n                        \"FareBasisCode\": \"GNBR\",\n                        \"AvailableSeats\": 7,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"AER-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"R\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RNBR\",\n                        \"AvailableSeats\": 7,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"CarryOn\",\n                        \"Allowance\": \"1PC (10Kg)\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"NB\",\n                        \"GateID\": \"NB\",\n                        \"GateData\": [],\n                        \"Name\": \"ECONOMY LITE\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECONOMY LITE\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [],\n                        \"Travellers\": [],\n                        \"Class\": \"\",\n                        \"Services\": []\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"adt\",\n                        \"Base\": 800000,\n                        \"Tax\": 64800,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 864800,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"Price\": {\n                    \"Base\": 800000,\n                    \"Tax\": 64800,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 879800,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"Type\": \"Regular\",\n                \"Stage\": \"Prod\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"N4\",\n                \"ValidAirlines\": [],\n                \"SourceValidAirline\": \"N4\",\n                \"SourceValidAirlines\": [],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1664777700,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-AER\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"E513C97D-52C3-4373-A6CF-430E5870B8E3\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 230,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AER\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"SVO\",\n                                        \"DepartureTerminal\": \"B\",\n                                        \"DepartureDate\": \"2022-10-15 12:15:00\",\n                                        \"DepartureDateStamp\": 1665825300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"AER\",\n                                        \"ArrivalAirport\": \"AER\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2022-10-15 16:05:00\",\n                                        \"ArrivalDateStamp\": 1665839100,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"N4\",\n                                        \"OperatingFlightNumber\": \"229\",\n                                        \"MarketingAirline\": \"N4\",\n                                        \"MarketingFlightNumber\": \"229\",\n                                        \"Aircraft\": \"332\",\n                                        \"FlightTime\": 230,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"AER-MOW\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"5D895088-E750-4D40-A31E-5A0E2D54F37C\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 235,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"AER-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"AER\",\n                                        \"DepartureAirport\": \"AER\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2022-10-18 15:25:00\",\n                                        \"DepartureDateStamp\": 1666095900,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"SVO\",\n                                        \"ArrivalTerminal\": \"B\",\n                                        \"ArrivalDate\": \"2022-10-18 19:20:00\",\n                                        \"ArrivalDateStamp\": 1666110000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"N4\",\n                                        \"OperatingFlightNumber\": \"230\",\n                                        \"MarketingAirline\": \"N4\",\n                                        \"MarketingFlightNumber\": \"230\",\n                                        \"Aircraft\": \"321\",\n                                        \"FlightTime\": 235,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-AER\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"E\",\n                        \"FareCode\": \"E\",\n                        \"FareBasisCode\": \"ELTRT\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"AER-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"R\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RLTRT\",\n                        \"AvailableSeats\": 5,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"CarryOn\",\n                        \"Allowance\": \"1PC (10Kg)\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"YLT\",\n                        \"GateID\": \"YLT\",\n                        \"GateData\": [],\n                        \"Name\": \"LITE ECONOMY\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"LITE ECONOMY\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [],\n                        \"Travellers\": [],\n                        \"Class\": \"\",\n                        \"Services\": []\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"adt\",\n                        \"Base\": 540000,\n                        \"Tax\": 101800,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 641800,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"Price\": {\n                    \"Base\": 540000,\n                    \"Tax\": 101800,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 650100,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"Type\": \"Regular\",\n                \"Stage\": \"Prod\",\n                \"Clearing\": \"TCH\",\n                \"ValidAirline\": \"N4\",\n                \"ValidAirlines\": [\n                    \"N4\"\n                ],\n                \"SourceValidAirline\": \"N4\",\n                \"SourceValidAirlines\": [\n                    \"N4\"\n                ],\n                \"Latin\": false,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1664517840,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-AER\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"60F2CE3A-4DCA-426C-9C19-03631934AE73\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 230,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AER\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"3b5c6750-1324-4020-93e0-bd2ebd6b50e8\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"SVO\",\n                                        \"DepartureTerminal\": \"B\",\n                                        \"DepartureDate\": \"2022-10-15 12:15:00\",\n                                        \"DepartureDateStamp\": 1665825300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"AER\",\n                                        \"ArrivalAirport\": \"AER\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2022-10-15 16:05:00\",\n                                        \"ArrivalDateStamp\": 1665839100,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"N4\",\n                                        \"OperatingFlightNumber\": \"229\",\n                                        \"MarketingAirline\": \"N4\",\n                                        \"MarketingFlightNumber\": \"229\",\n                                        \"Aircraft\": \"332\",\n                                        \"FlightTime\": 230,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"AER-MOW\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"FDB02FCF-4081-4D74-932A-EDD918C31CAB\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 230,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"AER-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"879a39a9-23b8-41db-ad49-1bbaef922f1e\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"AER\",\n                                        \"DepartureAirport\": \"AER\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2022-10-19 17:05:00\",\n                                        \"DepartureDateStamp\": 1666188300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"SVO\",\n                                        \"ArrivalTerminal\": \"B\",\n                                        \"ArrivalDate\": \"2022-10-19 20:55:00\",\n                                        \"ArrivalDateStamp\": 1666202100,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"N4\",\n                                        \"OperatingFlightNumber\": \"230\",\n                                        \"MarketingAirline\": \"N4\",\n                                        \"MarketingFlightNumber\": \"230\",\n                                        \"Aircraft\": \"332\",\n                                        \"FlightTime\": 230,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"Economy\",\n                        \"Cabin\": \"E\",\n                        \"FareCode\": \"E\",\n                        \"FareBasisCode\": \"ELTRT/AD15\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"INF\"\n                        ],\n                        \"Class\": \"Economy\",\n                        \"Cabin\": \"E\",\n                        \"FareCode\": \"E\",\n                        \"FareBasisCode\": \"ELTRT/IN00\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"AER-MOW\",\n                            \"MOW-AER\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\",\n                            \"INF\"\n                        ],\n                        \"Type\": \"CarryOn\",\n                        \"Allowance\": \"10Kg\",\n                        \"Quantity\": 0,\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"AER-MOW\",\n                            \"MOW-AER\"\n                        ],\n                        \"Travellers\": [\n                            \"INF\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"1PC\",\n                        \"Quantity\": 1,\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"YLT\",\n                        \"GateData\": [],\n                        \"Name\": \"ЭКОНОМ ЛАЙТ\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ЭКОНОМ ЛАЙТ\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\",\n                            \"INF\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"РУЧ КЛАДЬ ДО 10КГ 40X30X20СМ (09O)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"РУЧ КЛАДЬ ДО 10КГ 40X30X20СМ (09O)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"РУЧ КЛАДЬ ДО 10КГ 55Х40Х20СМ (0MJ)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"РУЧ КЛАДЬ ДО 10КГ 55Х40Х20СМ (0MJ)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ДО 20КГ ДО 203СМ (0C2)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ДО 20КГ ДО 203СМ (0C2)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ДО 30КГ И ДО 203СМ (0FL)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ДО 30КГ И ДО 203СМ (0FL)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ВЫБОР ПИТАНИЯ (0LO)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ВЫБОР ПИТАНИЯ (0LO)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ПИТАНИЕ И НАПИТКИ (MLS)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ПИТАНИЕ И НАПИТКИ (MLS)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ВЫБОР ПРЕМИАЛЬНОГО МЕСТА (05Z)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ВЫБОР ПРЕМИАЛЬНОГО МЕСТА (05Z)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ВЫБОР СТАНДАРТНОГО МЕСТА (050)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ВЫБОР СТАНДАРТНОГО МЕСТА (050)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ДОП БАГАЖ ДО 10КГ ДО 203СМ (02S)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ДОП БАГАЖ ДО 10КГ ДО 203СМ (02S)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ДОП БАГАЖ ДО 20КГ ДО 203СМ (0LL)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ДОП БАГАЖ ДО 20КГ ДО 203СМ (0LL)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ДОП БАГАЖ ДО 30КГ ДО 203СМ (0FJ)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ДОП БАГАЖ ДО 30КГ ДО 203СМ (0FJ)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": null,\n                                \"GateData\": null,\n                                \"Name\": \"ДОП БАГАЖ ДО 50КГ ДО 203СМ (0JW)\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ДОП БАГАЖ ДО 50КГ ДО 203СМ (0JW)\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"\",\n                                \"Classification\": \"\",\n                                \"Group\": \"\",\n                                \"Status\": \"\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"\",\n                        \"Base\": 442000,\n                        \"Tax\": 115000,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 557000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    },\n                    {\n                        \"Type\": \"INF\",\n                        \"GateType\": \"\",\n                        \"Base\": 0,\n                        \"Tax\": 0,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"Price\": {\n                    \"Base\": 442000,\n                    \"Tax\": 115000,\n                    \"Taxes\": [\n                        {\n                            \"Code\": \"Q\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 13000,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 13000,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"ZZ\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 37200,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 37200,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 64800,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 64800,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        }\n                    ],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 557000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"Type\": \"Regular\",\n                \"Stage\": \"Prod\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"SourceValidAirline\": \"SU\",\n                \"SourceValidAirlines\": [],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1664868421,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-AER\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"6B84EA0C-0F70-41BD-8819-F2AC50310232\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 215,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AER\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"SVO\",\n                                        \"DepartureTerminal\": \"B\",\n                                        \"DepartureDate\": \"2022-10-15 16:30:00\",\n                                        \"DepartureDateStamp\": 1665840600,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"AER\",\n                                        \"ArrivalAirport\": \"AER\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2022-10-15 20:05:00\",\n                                        \"ArrivalDateStamp\": 1665853500,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"SU\",\n                                        \"OperatingFlightNumber\": \"1130\",\n                                        \"MarketingAirline\": \"SU\",\n                                        \"MarketingFlightNumber\": \"1130\",\n                                        \"Aircraft\": \"359\",\n                                        \"FlightTime\": 215,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"AER-MOW\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"9BA9F570-35BB-4EAA-9546-2CE50D677C28\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 215,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"AER-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"AER\",\n                                        \"DepartureAirport\": \"AER\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2022-10-19 14:35:00\",\n                                        \"DepartureDateStamp\": 1666179300,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"SVO\",\n                                        \"ArrivalTerminal\": \"B\",\n                                        \"ArrivalDate\": \"2022-10-19 18:10:00\",\n                                        \"ArrivalDateStamp\": 1666192200,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"SU\",\n                                        \"OperatingFlightNumber\": \"1117\",\n                                        \"MarketingAirline\": \"SU\",\n                                        \"MarketingFlightNumber\": \"1117\",\n                                        \"Aircraft\": \"359\",\n                                        \"FlightTime\": 215,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-AER\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"G\",\n                        \"FareCode\": \"G\",\n                        \"FareBasisCode\": \"GNBR\",\n                        \"AvailableSeats\": 7,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"AER-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"R\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RNBR\",\n                        \"AvailableSeats\": 7,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"CarryOn\",\n                        \"Allowance\": \"1PC (10Kg)\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"NB\",\n                        \"GateID\": \"NB\",\n                        \"GateData\": [],\n                        \"Name\": \"ECONOMY LITE\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECONOMY LITE\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [],\n                        \"Travellers\": [],\n                        \"Class\": \"\",\n                        \"Services\": []\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"adt\",\n                        \"Base\": 800000,\n                        \"Tax\": 64800,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 864800,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"Price\": {\n                    \"Base\": 1600000,\n                    \"Tax\": 129600,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 1759600,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"Type\": \"Regular\",\n                \"Stage\": \"Prod\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"DP\",\n                \"ValidAirlines\": [],\n                \"SourceValidAirline\": \"DP\",\n                \"SourceValidAirlines\": [],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1664731381,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"MOW-AER\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"62428444-E0B5-4078-BAE3-0D952B7D811B\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 220,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"MOW-AER\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"MOW\",\n                                        \"DepartureAirport\": \"VKO\",\n                                        \"DepartureTerminal\": \"A\",\n                                        \"DepartureDate\": \"2022-10-15 19:20:00\",\n                                        \"DepartureDateStamp\": 1665850800,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"AER\",\n                                        \"ArrivalAirport\": \"AER\",\n                                        \"ArrivalTerminal\": \"\",\n                                        \"ArrivalDate\": \"2022-10-15 23:00:00\",\n                                        \"ArrivalDateStamp\": 1665864000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"DP\",\n                                        \"OperatingFlightNumber\": \"119\",\n                                        \"MarketingAirline\": \"DP\",\n                                        \"MarketingFlightNumber\": \"119\",\n                                        \"Aircraft\": \"738\",\n                                        \"FlightTime\": 220,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"AER-MOW\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"780D744B-10C8-449D-8A63-F220DD17F4A9\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 215,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"AER-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": [],\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"AER\",\n                                        \"DepartureAirport\": \"AER\",\n                                        \"DepartureTerminal\": \"\",\n                                        \"DepartureDate\": \"2022-10-19 18:25:00\",\n                                        \"DepartureDateStamp\": 1666193100,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"VKO\",\n                                        \"ArrivalTerminal\": \"A\",\n                                        \"ArrivalDate\": \"2022-10-19 22:00:00\",\n                                        \"ArrivalDateStamp\": 1666206000,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"DP\",\n                                        \"OperatingFlightNumber\": \"118\",\n                                        \"MarketingAirline\": \"DP\",\n                                        \"MarketingFlightNumber\": \"118\",\n                                        \"Aircraft\": \"738\",\n                                        \"FlightTime\": 215,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-AER\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"X\",\n                        \"FareCode\": \"X\",\n                        \"FareBasisCode\": \"XALL\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"AER-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"N\",\n                        \"FareCode\": \"N\",\n                        \"FareBasisCode\": \"NECONALL\",\n                        \"AvailableSeats\": 8,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"Checked\",\n                        \"Allowance\": \"0PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-AER\",\n                            \"AER-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Type\": \"CarryOn\",\n                        \"Allowance\": \"1PC\",\n                        \"Quantity\": null,\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": \"ST\",\n                        \"GateID\": \"ST\",\n                        \"GateData\": [],\n                        \"Name\": \"БАЗОВЫЙ\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"БАЗОВЫЙ\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [],\n                        \"Travellers\": [],\n                        \"Class\": \"\",\n                        \"Services\": []\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"adt\",\n                        \"Base\": 549800,\n                        \"Tax\": 55000,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 604800,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"Price\": {\n                    \"Base\": 1649400,\n                    \"Tax\": 165000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 1859300,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"0bf48ea2-7651-4bb8-8e7a-82eca72ff8f5"}],"id":"1d475c8e-8a69-40e2-9c0f-608654b0f62d","_postman_id":"1d475c8e-8a69-40e2-9c0f-608654b0f62d","description":""},{"name":"Refund","item":[{"name":"Refund Calculate","id":"a582567f-fe11-41f5-900e-b328efbbde2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"RefundCalculate\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW2C\",\r\n        \"Surname\": \"SAVBY\",\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Расчет возврата.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Involuntary</td>\n<td>Указатель добровольного <code>false</code> или вынужденного возврата <code>true</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"4f4d45ed-8e56-48a9-a015-52d20637c5bb","name":"Добровольный возврат","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"RefundCalculate\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW2C\",\r\n        \"Surname\": \"SAVBY\",\r\n        \"Involuntary\":false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 05:06:29 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T08:06:31+03:00\",\n    \"TimeStamp\": 1678943191,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 1.4492,\n    \"Method\": \"RefundCalculate\",\n    \"Result\": {\n        \"ID\": \"6412-9D7B-9F0A-E27D-EE09-B109\",\n        \"Date\": 1678941563,\n        \"DateUpdate\": 1678943191,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"SU\",\n        \"ValidAirlines\": [\n            \"SU\"\n        ],\n        \"SourceValidAirline\": \"SU\",\n        \"SourceValidAirlines\": [\n            \"SU\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"ExternalID\": null,\n        \"ExternalNumber\": null,\n        \"RecordNumber\": \"20XW2C\",\n        \"RecordPIN\": 684107,\n        \"RecordUniversal\": \"\",\n        \"RecordProvider\": \"\",\n        \"RecordAir\": \"\",\n        \"RecordLocator\": \"0593M1\",\n        \"RecordDate\": \"2023-03-16 07:39:00\",\n        \"RecordDateStamp\": 1678941540,\n        \"Tickets\": [\n            \"555-2469302879\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1678941540,\n                \"Type\": \"Ticket\",\n                \"Ppr\": \"55213395\",\n                \"Number\": \"555-2469302879\",\n                \"Connected\": null,\n                \"VoidExpireDate\": 1679000340,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"20XW2C\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": null,\n                \"Segments\": [\n                    \"MOW-LED\",\n                    \"LED-MOW\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Coupons\": [\n                    {\n                        \"Number\": \"1\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"GateNumber\": \"1\",\n                        \"GateStatus\": \"O\",\n                        \"Status\": \"OK\"\n                    },\n                    {\n                        \"Number\": \"2\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"GateNumber\": \"2\",\n                        \"GateStatus\": \"O\",\n                        \"Status\": \"OK\"\n                    }\n                ],\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"TicketsDate\": \"2023-03-16 07:39:00\",\n        \"TicketsDateStamp\": 1678941540,\n        \"Itineraries\": [\n            {\n                \"ID\": \"MOW-LED\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 90,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-LED\",\n                        \"Num\": 0,\n                        \"GateID\": \"12\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"VKO\",\n                        \"DepartureTerminal\": \"A\",\n                        \"DepartureDate\": \"2023-03-23 15:35:00\",\n                        \"DepartureDateStamp\": 1679574900,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"LED\",\n                        \"ArrivalAirport\": \"LED\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2023-03-23 17:05:00\",\n                        \"ArrivalDateStamp\": 1679580300,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"FV\",\n                        \"OperatingFlightNumber\": \"6038\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"6038\",\n                        \"Aircraft\": \"СУ9\",\n                        \"FlightTime\": 90,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"LED-MOW\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 100,\n                \"Segments\": [\n                    {\n                        \"ID\": \"LED-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"13\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"LED\",\n                        \"DepartureAirport\": \"LED\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2023-03-26 11:45:00\",\n                        \"DepartureDateStamp\": 1679820300,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"VKO\",\n                        \"ArrivalTerminal\": \"A\",\n                        \"ArrivalDate\": \"2023-03-26 13:25:00\",\n                        \"ArrivalDateStamp\": 1679826300,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"FV\",\n                        \"OperatingFlightNumber\": \"6013\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"6013\",\n                        \"Aircraft\": \"СУ9\",\n                        \"FlightTime\": 100,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [\n            {\n                \"ID\": \"ADT:1\",\n                \"Type\": \"ADT\",\n                \"ClientID\": null,\n                \"GateID\": \"12\",\n                \"GateType\": \"ААА\",\n                \"GateData\": {\n                    \"Name\": \"NASHX PAMVY\",\n                    \"Surname\": \"SAVBY\",\n                    \"Category\": \"ААА\",\n                    \"Lead\": true\n                },\n                \"Name\": \"NASHX\",\n                \"Surname\": \"SAVBY\",\n                \"Patronymic\": \"PAMVY\",\n                \"Gender\": \"Female\",\n                \"Birthday\": -749098800,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505348833\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1710536400\n                },\n                \"Bonus\": [],\n                \"Source\": {\n                    \"Name\": \"\",\n                    \"Surname\": \"\",\n                    \"Patronymic\": \"\",\n                    \"Document\": []\n                },\n                \"Status\": \"Active\"\n            }\n        ],\n        \"Contacts\": [\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"1\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"PhoneMobile\",\n                \"Value\": \"79265272097\"\n            },\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"2\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"Email\",\n                \"Value\": \"EG@EDGROUP.RU\"\n            }\n        ],\n        \"Pricing\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ААА\",\n                \"Base\": 450000,\n                \"Tax\": 59200,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 40909,\n                \"Vats\": [\n                    {\n                        \"Type\": \"Base\",\n                        \"Code\": null,\n                        \"Rate\": 0,\n                        \"Total\": 40909,\n                        \"Currency\": \"RUB\"\n                    }\n                ],\n                \"Fee\": 20000,\n                \"FeeData\": \"\",\n                \"Total\": 529200,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            }\n        ],\n        \"PricingExtended\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ААА\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"ValidAirline\": \"SU\",\n                \"Base\": 225000,\n                \"Tax\": 29600,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 40909,\n                \"Vats\": [\n                    {\n                        \"Type\": \"Base\",\n                        \"Code\": null,\n                        \"Rate\": 0,\n                        \"Total\": 40909,\n                        \"Currency\": \"RUB\"\n                    }\n                ],\n                \"Fee\": 30000,\n                \"FeeData\": \"\",\n                \"Total\": 284600,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            },\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ААА\",\n                \"Segments\": [\n                    \"LED-MOW\"\n                ],\n                \"ValidAirline\": \"SU\",\n                \"Base\": 225000,\n                \"Tax\": 29600,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": -10000,\n                \"FeeData\": \"\",\n                \"Total\": 244600,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            }\n        ],\n        \"Calculation\": [\n            {\n                \"Date\": 1605822863,\n                \"DateUpdate\": 1678364136,\n                \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1605822905,\n                        \"DateUpdate\": 1605822905,\n                        \"Key\": \"Fee\",\n                        \"Num\": 1,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_BASE\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 10000\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"IATA\"\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"Traveller\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"Total\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": [\n                                    \"ADT\",\n                                    \"CHD\",\n                                    \"INF\"\n                                ]\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": 1654245718,\n                \"DateUpdate\": 1654372775,\n                \"ID\": \"5fb789109f0ae22dc73ff6a6\",\n                \"SectionID\": \"6299c9569f0ae2dafa11d143\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1654245748,\n                        \"DateUpdate\": 1654245748,\n                        \"Key\": \"Fee\",\n                        \"Num\": 1,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_BASE_2\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"Traveller\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 30000\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": 1658479416,\n                \"DateUpdate\": 1659362677,\n                \"ID\": \"62da631d9f0ae29aaf06c445\",\n                \"SectionID\": \"62da63389f0ae24e62388553\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1658481853,\n                        \"DateUpdate\": 1658481853,\n                        \"Key\": \"Fee\",\n                        \"Num\": 1,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_BASE_4\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"TravellerSegment\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": -10000\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Round\",\n                                \"Value\": \"\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": 1605822863,\n                \"DateUpdate\": 1678364136,\n                \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1608057383,\n                        \"DateUpdate\": 1608057383,\n                        \"Key\": \"FeeTax\",\n                        \"Num\": 2,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_TAX\"\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"TravellerSegment\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 100\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"EUR\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"IATA\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Code\",\n                                \"Value\": \"XX\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            }\n        ],\n        \"TotalPrice\": {\n            \"Base\": 450000,\n            \"Tax\": 59200,\n            \"Taxes\": [],\n            \"Vat\": 40909,\n            \"Vats\": [],\n            \"Fee\": 20000,\n            \"FeeData\": \"\",\n            \"Total\": 529200,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"\",\n            \"EquivalentBase\": 0,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"\"\n        },\n        \"RefundVariants\": [\n            {\n                \"Date\": 1678943191,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Ticket\": {\n                    \"Type\": \"Ticket\",\n                    \"Number\": \"555-2469302879\",\n                    \"Segments\": [\n                        \"MOW-LED\",\n                        \"LED-MOW\"\n                    ],\n                    \"Traveller\": \"ADT:1\"\n                },\n                \"Locked\": false,\n                \"Involuntary\": false,\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"ValidAirline\": \"SU\",\n                        \"Base\": 0,\n                        \"Tax\": 0,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    },\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"ValidAirline\": \"SU\",\n                        \"Base\": 0,\n                        \"Tax\": 0,\n                        \"Taxes\": [],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"Price\": {\n                    \"Base\": 0,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 0,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 0,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 0,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ],\n        \"Refunds\": [],\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"},{"id":"f54d4c89-c4b5-49e9-91d0-5c3f2ff69088","name":"Вынужденный возврат","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"RefundCalculate\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW2C\",\r\n        \"Surname\": \"SAVBY\",\r\n        \"Involuntary\": true\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 05:07:32 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T08:07:35+03:00\",\n    \"TimeStamp\": 1678943255,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 2.0942,\n    \"Method\": \"RefundCalculate\",\n    \"Result\": {\n        \"ID\": \"6412-9D7B-9F0A-E27D-EE09-B109\",\n        \"Date\": 1678941563,\n        \"DateUpdate\": 1678943254,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"SU\",\n        \"ValidAirlines\": [\n            \"SU\"\n        ],\n        \"SourceValidAirline\": \"SU\",\n        \"SourceValidAirlines\": [\n            \"SU\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"ExternalID\": null,\n        \"ExternalNumber\": null,\n        \"RecordNumber\": \"20XW2C\",\n        \"RecordPIN\": 684107,\n        \"RecordUniversal\": \"\",\n        \"RecordProvider\": \"\",\n        \"RecordAir\": \"\",\n        \"RecordLocator\": \"0593M1\",\n        \"RecordDate\": \"2023-03-16 07:39:00\",\n        \"RecordDateStamp\": 1678941540,\n        \"Tickets\": [\n            \"555-2469302879\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1678941540,\n                \"Type\": \"Ticket\",\n                \"Ppr\": \"55213395\",\n                \"Number\": \"555-2469302879\",\n                \"Connected\": null,\n                \"VoidExpireDate\": 1679000340,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"20XW2C\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": null,\n                \"Segments\": [\n                    \"MOW-LED\",\n                    \"LED-MOW\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Coupons\": [\n                    {\n                        \"Number\": \"1\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"GateNumber\": \"1\",\n                        \"GateStatus\": \"O\",\n                        \"Status\": \"OK\"\n                    },\n                    {\n                        \"Number\": \"2\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"GateNumber\": \"2\",\n                        \"GateStatus\": \"O\",\n                        \"Status\": \"OK\"\n                    }\n                ],\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"TicketsDate\": \"2023-03-16 07:39:00\",\n        \"TicketsDateStamp\": 1678941540,\n        \"Itineraries\": [\n            {\n                \"ID\": \"MOW-LED\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 90,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-LED\",\n                        \"Num\": 0,\n                        \"GateID\": \"12\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"VKO\",\n                        \"DepartureTerminal\": \"A\",\n                        \"DepartureDate\": \"2023-03-23 15:35:00\",\n                        \"DepartureDateStamp\": 1679574900,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"LED\",\n                        \"ArrivalAirport\": \"LED\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2023-03-23 17:05:00\",\n                        \"ArrivalDateStamp\": 1679580300,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"FV\",\n                        \"OperatingFlightNumber\": \"6038\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"6038\",\n                        \"Aircraft\": \"СУ9\",\n                        \"FlightTime\": 90,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"LED-MOW\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 100,\n                \"Segments\": [\n                    {\n                        \"ID\": \"LED-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"13\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"LED\",\n                        \"DepartureAirport\": \"LED\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2023-03-26 11:45:00\",\n                        \"DepartureDateStamp\": 1679820300,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"VKO\",\n                        \"ArrivalTerminal\": \"A\",\n                        \"ArrivalDate\": \"2023-03-26 13:25:00\",\n                        \"ArrivalDateStamp\": 1679826300,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"FV\",\n                        \"OperatingFlightNumber\": \"6013\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"6013\",\n                        \"Aircraft\": \"СУ9\",\n                        \"FlightTime\": 100,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [\n            {\n                \"ID\": \"ADT:1\",\n                \"Type\": \"ADT\",\n                \"ClientID\": null,\n                \"GateID\": \"12\",\n                \"GateType\": \"ААА\",\n                \"GateData\": {\n                    \"Name\": \"NASHX PAMVY\",\n                    \"Surname\": \"SAVBY\",\n                    \"Category\": \"ААА\",\n                    \"Lead\": true\n                },\n                \"Name\": \"NASHX\",\n                \"Surname\": \"SAVBY\",\n                \"Patronymic\": \"PAMVY\",\n                \"Gender\": \"Female\",\n                \"Birthday\": -749098800,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505348833\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1710536400\n                },\n                \"Bonus\": [],\n                \"Source\": {\n                    \"Name\": \"\",\n                    \"Surname\": \"\",\n                    \"Patronymic\": \"\",\n                    \"Document\": []\n                },\n                \"Status\": \"Active\"\n            }\n        ],\n        \"Contacts\": [\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"1\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"PhoneMobile\",\n                \"Value\": \"79265272097\"\n            },\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"2\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"Email\",\n                \"Value\": \"EG@EDGROUP.RU\"\n            }\n        ],\n        \"Pricing\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ААА\",\n                \"Base\": 450000,\n                \"Tax\": 59200,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 40909,\n                \"Vats\": [\n                    {\n                        \"Type\": \"Base\",\n                        \"Code\": null,\n                        \"Rate\": 0,\n                        \"Total\": 40909,\n                        \"Currency\": \"RUB\"\n                    }\n                ],\n                \"Fee\": 20000,\n                \"FeeData\": \"\",\n                \"Total\": 529200,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            }\n        ],\n        \"PricingExtended\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ААА\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"ValidAirline\": \"SU\",\n                \"Base\": 225000,\n                \"Tax\": 29600,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 40909,\n                \"Vats\": [\n                    {\n                        \"Type\": \"Base\",\n                        \"Code\": null,\n                        \"Rate\": 0,\n                        \"Total\": 40909,\n                        \"Currency\": \"RUB\"\n                    }\n                ],\n                \"Fee\": 30000,\n                \"FeeData\": \"\",\n                \"Total\": 284600,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            },\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ААА\",\n                \"Segments\": [\n                    \"LED-MOW\"\n                ],\n                \"ValidAirline\": \"SU\",\n                \"Base\": 225000,\n                \"Tax\": 29600,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": -10000,\n                \"FeeData\": \"\",\n                \"Total\": 244600,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            }\n        ],\n        \"Calculation\": [\n            {\n                \"Date\": 1605822863,\n                \"DateUpdate\": 1678364136,\n                \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1605822905,\n                        \"DateUpdate\": 1605822905,\n                        \"Key\": \"Fee\",\n                        \"Num\": 1,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_BASE\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 10000\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"IATA\"\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"Traveller\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"Total\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": [\n                                    \"ADT\",\n                                    \"CHD\",\n                                    \"INF\"\n                                ]\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": 1654245718,\n                \"DateUpdate\": 1654372775,\n                \"ID\": \"5fb789109f0ae22dc73ff6a6\",\n                \"SectionID\": \"6299c9569f0ae2dafa11d143\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1654245748,\n                        \"DateUpdate\": 1654245748,\n                        \"Key\": \"Fee\",\n                        \"Num\": 1,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_BASE_2\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"Traveller\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 30000\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": 1658479416,\n                \"DateUpdate\": 1659362677,\n                \"ID\": \"62da631d9f0ae29aaf06c445\",\n                \"SectionID\": \"62da63389f0ae24e62388553\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1658481853,\n                        \"DateUpdate\": 1658481853,\n                        \"Key\": \"Fee\",\n                        \"Num\": 1,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_BASE_4\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"TravellerSegment\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": -10000\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Round\",\n                                \"Value\": \"\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": 1605822863,\n                \"DateUpdate\": 1678364136,\n                \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1608057383,\n                        \"DateUpdate\": 1608057383,\n                        \"Key\": \"FeeTax\",\n                        \"Num\": 2,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_TAX\"\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"TravellerSegment\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 100\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"EUR\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"IATA\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Code\",\n                                \"Value\": \"XX\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            }\n        ],\n        \"TotalPrice\": {\n            \"Base\": 450000,\n            \"Tax\": 59200,\n            \"Taxes\": [],\n            \"Vat\": 40909,\n            \"Vats\": [],\n            \"Fee\": 20000,\n            \"FeeData\": \"\",\n            \"Total\": 529200,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"\",\n            \"EquivalentBase\": 0,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"\"\n        },\n        \"RefundVariants\": [\n            {\n                \"Date\": 1678943254,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Ticket\": {\n                    \"Type\": \"Ticket\",\n                    \"Number\": \"555-2469302879\",\n                    \"Segments\": [\n                        \"MOW-LED\",\n                        \"LED-MOW\"\n                    ],\n                    \"Traveller\": \"ADT:1\"\n                },\n                \"Locked\": false,\n                \"Involuntary\": true,\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"ValidAirline\": \"SU\",\n                        \"Base\": 225000,\n                        \"Tax\": 21500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 21500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 21500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 246500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    },\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"ValidAirline\": \"SU\",\n                        \"Base\": 225000,\n                        \"Tax\": 21500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 21500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 21500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 246500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"Price\": {\n                    \"Base\": 450000,\n                    \"Tax\": 43000,\n                    \"Taxes\": [\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        }\n                    ],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 493000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 450000,\n                    \"Tax\": 43000,\n                    \"Taxes\": [\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        }\n                    ],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 493000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ],\n        \"Refunds\": [],\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"a582567f-fe11-41f5-900e-b328efbbde2b"},{"name":"Refund","id":"5ff060a4-bd18-4bf0-af89-af9b82c2e215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Refund\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW59\",\r\n        \"Surname\": \"SAYUL\",\r\n        \"Tickets\": [\r\n            \"555-2469302883\"\r\n        ],\r\n        \"Involuntary\": false,\r\n        \"Price\": {\r\n            \"Total\": 1878000,\r\n            \"Currency\": \"RUB\"\r\n        }\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Возврат билетов.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Tickets</td>\n<td>Массив с билетами к возврату. Не указанные билеты будут автоматически отсплитованы в новую бронь.</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Involuntary</td>\n<td>Указатель добровольного <code>false</code> или вынужденного возврата <code>true</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>InvoluntaryReason</td>\n<td>Причина вынужденного возврата. Указывается на английском языке. Добавляется в ремарку.</td>\n<td>M</td>\n</tr>\n<tr>\n<td>InvoluntaryDescription</td>\n<td>Доп. комментарии для вынужденного возврата. Указывается на английском языке. Добавляется в ремарку.</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"c2316c86-8da0-48e0-a925-df8f87a2d2d6","name":"Добровольный возврат","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Refund\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW59\",\r\n        \"Surname\": \"SAYUL\",\r\n        \"Tickets\": [\r\n            \"555-2469302883\"\r\n        ],\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 05:22:22 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T08:22:27+03:00\",\n    \"TimeStamp\": 1678944147,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 4.0975,\n    \"Method\": \"Refund\",\n    \"Result\": {\n        \"ID\": \"6412-A705-9F0A-E274-BA5F-5DCA\",\n        \"Date\": 1678944005,\n        \"DateUpdate\": 1678944146,\n        \"RecordNumber\": \"20XW59\",\n        \"RecordPIN\": 636035,\n        \"Tickets\": [\n            \"555-2469302883\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1678944000,\n                \"Type\": \"Ticket\",\n                \"Ppr\": \"55213395\",\n                \"Number\": \"555-2469302883\",\n                \"Connected\": null,\n                \"VoidExpireDate\": 1679000340,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"20XW59\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": null,\n                \"Segments\": [\n                    \"MOW-LED\",\n                    \"LED-MOW\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Coupons\": [\n                    {\n                        \"Number\": \"1\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"GateNumber\": \"1\",\n                        \"GateStatus\": \"R\",\n                        \"Status\": \"Refunded\"\n                    },\n                    {\n                        \"Number\": \"2\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"GateNumber\": \"2\",\n                        \"GateStatus\": \"R\",\n                        \"Status\": \"Refunded\"\n                    }\n                ],\n                \"Status\": \"Refunded\"\n            }\n        ],\n        \"Refunds\": [\n            {\n                \"Date\": 1678944146,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Receipt\",\n                \"Number\": null,\n                \"Ticket\": {\n                    \"Type\": \"Ticket\",\n                    \"Number\": \"555-2469302883\",\n                    \"Segments\": [\n                        \"MOW-LED\",\n                        \"LED-MOW\"\n                    ],\n                    \"Traveller\": \"ADT:1\"\n                },\n                \"Involuntary\": false,\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"ValidAirline\": \"SU\",\n                        \"Base\": 475000,\n                        \"Tax\": -258500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"CP\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": -280000,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": -280000,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 21500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 21500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 216500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    },\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"ValidAirline\": \"SU\",\n                        \"Base\": 375000,\n                        \"Tax\": 21500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 21500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 21500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 396500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"Price\": {\n                    \"Base\": 850000,\n                    \"Tax\": -237000,\n                    \"Taxes\": [\n                        {\n                            \"Code\": \"CP\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": -280000,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": -280000,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        }\n                    ],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 613000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 850000,\n                    \"Tax\": -237000,\n                    \"Taxes\": [\n                        {\n                            \"Code\": \"CP\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": -280000,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": -280000,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        }\n                    ],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 613000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ],\n        \"Status\": \"Refunded\"\n    },\n    \"Errors\": null\n}"},{"id":"46311cec-c713-4424-a9d1-b319eba7d882","name":"Вынужденный возврат","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Refund\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW2C\",\r\n        \"Surname\": \"SAVBY\",\r\n        \"Tickets\": [\r\n            \"555-2469302879\"\r\n        ],\r\n        \"Involuntary\": true,\r\n        \"InvoluntaryReason\": \"INVOL REFUND DUE TO SCHEDULE CHANGE\",\r\n        \"InvoluntaryDescription\": \"TEXT TEXT TEXT\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 05:18:22 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T08:18:26+03:00\",\n    \"TimeStamp\": 1678943906,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 3.333,\n    \"Method\": \"Refund\",\n    \"Result\": {\n        \"ID\": \"6412-9D7B-9F0A-E27D-EE09-B109\",\n        \"Date\": 1678941563,\n        \"DateUpdate\": 1678943906,\n        \"RecordNumber\": \"20XW2C\",\n        \"RecordPIN\": 684107,\n        \"Tickets\": [\n            \"555-2469302879\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1678941540,\n                \"Type\": \"Ticket\",\n                \"Ppr\": \"55213395\",\n                \"Number\": \"555-2469302879\",\n                \"Connected\": null,\n                \"VoidExpireDate\": 1679000340,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"20XW2C\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": null,\n                \"Segments\": [\n                    \"MOW-LED\",\n                    \"LED-MOW\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Coupons\": [\n                    {\n                        \"Number\": \"1\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"GateNumber\": \"1\",\n                        \"GateStatus\": \"R\",\n                        \"Status\": \"Refunded\"\n                    },\n                    {\n                        \"Number\": \"2\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"GateNumber\": \"2\",\n                        \"GateStatus\": \"R\",\n                        \"Status\": \"Refunded\"\n                    }\n                ],\n                \"Status\": \"Refunded\"\n            }\n        ],\n        \"Refunds\": [\n            {\n                \"Date\": 1678943905,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Receipt\",\n                \"Number\": null,\n                \"Ticket\": {\n                    \"Type\": \"Ticket\",\n                    \"Number\": \"555-2469302879\",\n                    \"Segments\": [\n                        \"MOW-LED\",\n                        \"LED-MOW\"\n                    ],\n                    \"Traveller\": \"ADT:1\"\n                },\n                \"Involuntary\": true,\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"ValidAirline\": \"SU\",\n                        \"Base\": 225000,\n                        \"Tax\": 21500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 21500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 21500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 246500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    },\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"ValidAirline\": \"SU\",\n                        \"Base\": 225000,\n                        \"Tax\": 21500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"RI\",\n                                \"Extension\": null,\n                                \"Identifier\": null,\n                                \"Total\": 21500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 21500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 246500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"Price\": {\n                    \"Base\": 450000,\n                    \"Tax\": 43000,\n                    \"Taxes\": [\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        }\n                    ],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 493000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 450000,\n                    \"Tax\": 43000,\n                    \"Taxes\": [\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        },\n                        {\n                            \"Code\": \"RI\",\n                            \"Extension\": null,\n                            \"Identifier\": null,\n                            \"Total\": 21500,\n                            \"Currency\": \"RUB\",\n                            \"SourceTotal\": 21500,\n                            \"SourceCurrency\": \"RUB\",\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\",\n                            \"Description\": null\n                        }\n                    ],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 493000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ],\n        \"Status\": \"Refunded\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"5ff060a4-bd18-4bf0-af89-af9b82c2e215"},{"name":"Release","id":"63d6bd0f-7a15-4ba8-a549-147bb35b320d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Release\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW5P\",\r\n        \"Surname\": \"SAYHE\",\r\n        \"Tickets\": [\r\n            \"555-2469302889\"\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Снятие мест без возврата билетов.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Tickets</td>\n<td>Массив с билетами к снятию мест. Не указанные билеты будут автоматически отсплитованы в новую бронь.</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"001a927c-e22b-406a-9a28-e8abe68fefd7","name":"Release","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Release\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW5P\",\r\n        \"Surname\": \"SAYHE\",\r\n        \"Tickets\": [\r\n            \"555-2469302889\"\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 05:28:41 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T08:28:42+03:00\",\n    \"TimeStamp\": 1678944522,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 1.2676,\n    \"Method\": \"Release\",\n    \"Result\": {\n        \"ID\": \"6412-A885-9F0A-E274-BA5F-5DD3\",\n        \"Date\": 1678944389,\n        \"DateUpdate\": 1678944522,\n        \"RecordNumber\": \"20XW5P\",\n        \"RecordPIN\": 406371,\n        \"Tickets\": [\n            \"555-2469302889\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1678944360,\n                \"Type\": \"Ticket\",\n                \"Ppr\": \"55213395\",\n                \"Number\": \"555-2469302889\",\n                \"Connected\": null,\n                \"VoidExpireDate\": 1679000340,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"20XW5P\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": null,\n                \"Segments\": [\n                    \"MOW-LED\",\n                    \"LED-MOW\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Coupons\": [\n                    {\n                        \"Number\": \"1\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"GateNumber\": \"1\",\n                        \"GateStatus\": \"O\",\n                        \"Status\": \"OK\"\n                    },\n                    {\n                        \"Number\": \"2\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"GateNumber\": \"2\",\n                        \"GateStatus\": \"O\",\n                        \"Status\": \"OK\"\n                    }\n                ],\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"63d6bd0f-7a15-4ba8-a549-147bb35b320d"},{"name":"Void","id":"4159c455-ab94-42b4-b1ec-5a03c0068227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Void\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW5W\",\r\n        \"Surname\": \"SARDA\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Войдирование билетов.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"a499b105-07aa-413b-be45-dcb6590c566a","name":"Void","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Void\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW5W\",\r\n        \"Surname\": \"SARDA\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 05:39:25 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T08:39:27+03:00\",\n    \"TimeStamp\": 1678945167,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 2.1987,\n    \"Method\": \"Void\",\n    \"Result\": {\n        \"ID\": \"6412-A955-9F0A-E27D-EE09-B116\",\n        \"Date\": 1678944597,\n        \"DateUpdate\": 1678945167,\n        \"RecordNumber\": \"20XW5W\",\n        \"RecordPIN\": 606102,\n        \"Tickets\": [\n            \"555-2469302891\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1678944780,\n                \"Type\": \"Ticket\",\n                \"Ppr\": \"55213395\",\n                \"Number\": \"555-2469302891\",\n                \"Connected\": null,\n                \"VoidExpireDate\": 1679000340,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"20XW5W\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": null,\n                \"Segments\": [\n                    \"MOW-LED\",\n                    \"LED-MOW\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Coupons\": [\n                    {\n                        \"Number\": \"1\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"GateNumber\": \"1\",\n                        \"GateStatus\": \"V\",\n                        \"Status\": \"Voided\"\n                    },\n                    {\n                        \"Number\": \"2\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"GateNumber\": \"2\",\n                        \"GateStatus\": \"V\",\n                        \"Status\": \"Voided\"\n                    }\n                ],\n                \"Status\": \"Voided\"\n            }\n        ],\n        \"Status\": \"Voided\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"4159c455-ab94-42b4-b1ec-5a03c0068227"}],"id":"491521ec-7b6f-486a-8ac3-27263be0a8fe","_postman_id":"491521ec-7b6f-486a-8ac3-27263be0a8fe","description":""},{"name":"Exchange","item":[{"name":"Search","id":"8c3fd67e-a0ab-4129-bb81-239dea4d8fec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW7B\",\r\n        \"Surname\": \"SASLI\",\r\n        \"Routes\": [\r\n            {\r\n                \"ID\": \"LED-MOW\",\r\n                \"Departure\": \"LED\",\r\n                \"Arrival\": \"MOW\",\r\n                \"Date\": \"2023-03-27\"\r\n            }\r\n        ],\r\n        \"Travellers\": [\r\n            \"ADT:1\"\r\n        ],\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/exchange/","description":"<p>Поиск вариантов обмена.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Routes</td>\n<td>Маршруты</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Travellers</td>\n<td>Пассажиры</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Involuntary</td>\n<td>Указатель добровольного <code>false</code> или вынужденного возврата <code>true</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","exchange",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"d4b8dd67-7477-420d-ac72-4e061bce892e","name":"Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Search\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW7B\",\r\n        \"Surname\": \"SASLI\",\r\n        \"Routes\": [\r\n            {\r\n                \"ID\": \"LED-MOW\",\r\n                \"Departure\": \"LED\",\r\n                \"Arrival\": \"MOW\",\r\n                \"Date\": \"2023-03-27\"\r\n            }\r\n        ],\r\n        \"Travellers\": [\r\n            \"ADT:1\"\r\n        ],\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/exchange/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 05:52:03 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T08:52:03+03:00\",\n    \"TimeStamp\": 1678945923,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.5412,\n    \"Method\": \"Search\",\n    \"Result\": {\n        \"ID\": \"6412-ACD5-9F0A-E274-BA5F-5DE0\",\n        \"SearchID\": \"6412-AE83-9F0A-E27D-EE09-B123\",\n        \"Date\": 1678945493,\n        \"DateUpdate\": 1678945561,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"Latin\": true,\n        \"Extended\": false,\n        \"ExternalID\": null,\n        \"ExternalNumber\": null,\n        \"RecordNumber\": \"20XW7B\",\n        \"RecordPIN\": 778510,\n        \"Recommendations\": [\n            {\n                \"ID\": \"CA3A1C3B-79FC-49D4-8098-C27545E491A8\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"SirenaWS\",\n                \"Credential\": \"DEMO-A3\",\n                \"Version\": \"\",\n                \"Clearing\": \"SU_NDC\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"SourceValidAirline\": \"SU\",\n                \"SourceValidAirlines\": [],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": null,\n                \"RecordExpireFareDate\": null,\n                \"Itineraries\": [\n                    {\n                        \"ID\": \"\",\n                        \"Num\": 0,\n                        \"Variants\": [\n                            {\n                                \"ID\": \"710D85A8-8E34-4B53-B895-3DB005A8EA57\",\n                                \"GateID\": null,\n                                \"GateData\": [],\n                                \"Duration\": 85,\n                                \"Segments\": [\n                                    {\n                                        \"ID\": \"LED-MOW\",\n                                        \"Num\": 0,\n                                        \"GateID\": \"\",\n                                        \"GateData\": {\n                                            \"SegmentID\": \"LED-MOW\"\n                                        },\n                                        \"GateStatus\": \"\",\n                                        \"DepartureCountry\": \"RU\",\n                                        \"DepartureCity\": \"LED\",\n                                        \"DepartureAirport\": \"LED\",\n                                        \"DepartureTerminal\": \"1\",\n                                        \"DepartureDate\": \"2023-03-27 01:30:00\",\n                                        \"DepartureDateStamp\": 1679869800,\n                                        \"DepartureTimeZone\": \"\",\n                                        \"ArrivalCountry\": \"RU\",\n                                        \"ArrivalCity\": \"MOW\",\n                                        \"ArrivalAirport\": \"SVO\",\n                                        \"ArrivalTerminal\": \"B\",\n                                        \"ArrivalDate\": \"2023-03-27 02:55:00\",\n                                        \"ArrivalDateStamp\": 1679874900,\n                                        \"ArrivalTimeZone\": \"\",\n                                        \"OperatingAirline\": \"SU\",\n                                        \"OperatingFlightNumber\": \"6040\",\n                                        \"MarketingAirline\": \"SU\",\n                                        \"MarketingFlightNumber\": \"6040\",\n                                        \"Aircraft\": \"SU9\",\n                                        \"FlightTime\": 85,\n                                        \"Connection\": \"\",\n                                        \"Legs\": [],\n                                        \"Status\": \"Confirmed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [],\n                \"Baggage\": [],\n                \"FareFamilies\": [],\n                \"FareVariants\": [],\n                \"Penalties\": [],\n                \"Pricing\": [],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 0,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 0,\n                    \"Currency\": \"\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Calculation\": [],\n                \"TotalPrice\": {\n                    \"Base\": 0,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 0,\n                    \"Currency\": \"\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"8c3fd67e-a0ab-4129-bb81-239dea4d8fec"},{"name":"Information","id":"50fbd434-f3b4-49ff-9dfe-eea8d63f8a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW7B\",\r\n        \"Surname\": \"SASLI\",\r\n        \"SearchID\": \"6412-AE83-9F0A-E27D-EE09-B123\",\r\n        \"Variants\": [\r\n            \"710D85A8-8E34-4B53-B895-3DB005A8EA57\"\r\n        ],\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/exchange/","description":"<p>Подтверждение стоимости обмена.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>SearchID</td>\n<td><code>SearchID</code> из ответа поиска</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Variants</td>\n<td>Массив вариантов из ответа поиска</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Involuntary</td>\n<td>Указатель добровольного <code>false</code> или вынужденного возврата <code>true</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","exchange",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"33f56436-d944-41df-a094-fd1863759c54","name":"Information","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW7B\",\r\n        \"Surname\": \"SASLI\",\r\n        \"SearchID\": \"6412-AE83-9F0A-E27D-EE09-B123\",\r\n        \"Variants\": [\r\n            \"710D85A8-8E34-4B53-B895-3DB005A8EA57\"\r\n        ],\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/exchange/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 05:55:35 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T08:55:37+03:00\",\n    \"TimeStamp\": 1678946137,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 2.2801,\n    \"Method\": \"Information\",\n    \"Result\": {\n        \"Date\": 1678945493,\n        \"DateUpdate\": 1678946034,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"SU\",\n        \"ValidAirlines\": [\n            \"SU\"\n        ],\n        \"SourceValidAirline\": \"SU\",\n        \"SourceValidAirlines\": [\n            \"SU\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"ExternalID\": null,\n        \"ExternalNumber\": null,\n        \"RecordNumber\": \"20XW7B\",\n        \"RecordLocator\": \"059420\",\n        \"RecordDate\": \"2023-03-16 08:45:00\",\n        \"RecordDateStamp\": 1678945500,\n        \"Tickets\": [\n            \"555-2469302894\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1678945500,\n                \"Type\": \"Ticket\",\n                \"Ppr\": \"55213395\",\n                \"Number\": \"555-2469302894\",\n                \"Connected\": null,\n                \"VoidExpireDate\": 1679000340,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"20XW7B\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": null,\n                \"Segments\": [\n                    \"MOW-LED\",\n                    \"LED-MOW\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Coupons\": [\n                    {\n                        \"Number\": \"1\",\n                        \"Segments\": [\n                            \"MOW-LED\"\n                        ],\n                        \"GateNumber\": \"1\",\n                        \"GateStatus\": \"O\",\n                        \"Status\": \"OK\"\n                    },\n                    {\n                        \"Number\": \"2\",\n                        \"Segments\": [\n                            \"LED-MOW\"\n                        ],\n                        \"GateNumber\": \"2\",\n                        \"GateStatus\": \"O\",\n                        \"Status\": \"OK\"\n                    }\n                ],\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"TicketsDate\": \"2023-03-16 08:45:00\",\n        \"TicketsDateStamp\": 1678945500,\n        \"Itineraries\": [\n            {\n                \"ID\": \"MOW-LED\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 90,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-LED\",\n                        \"Num\": 0,\n                        \"GateID\": \"12\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"VKO\",\n                        \"DepartureTerminal\": \"A\",\n                        \"DepartureDate\": \"2023-03-23 09:25:00\",\n                        \"DepartureDateStamp\": 1679552700,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"LED\",\n                        \"ArrivalAirport\": \"LED\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2023-03-23 10:55:00\",\n                        \"ArrivalDateStamp\": 1679558100,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"FV\",\n                        \"OperatingFlightNumber\": \"6018\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"6018\",\n                        \"Aircraft\": \"СУ9\",\n                        \"FlightTime\": 90,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"LED-MOW\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 85,\n                \"Segments\": [\n                    {\n                        \"ID\": \"LED-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"SegmentID\": \"LED-MOW\"\n                        },\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"LED\",\n                        \"DepartureAirport\": \"LED\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2023-03-27 01:30:00\",\n                        \"DepartureDateStamp\": 1679869800,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"SVO\",\n                        \"ArrivalTerminal\": \"B\",\n                        \"ArrivalDate\": \"2023-03-27 02:55:00\",\n                        \"ArrivalDateStamp\": 1679874900,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"6040\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"6040\",\n                        \"Aircraft\": \"SU9\",\n                        \"FlightTime\": 85,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [\n            {\n                \"ID\": \"ADT:1\",\n                \"Type\": \"ADT\",\n                \"ClientID\": null,\n                \"GateID\": \"12\",\n                \"GateType\": \"ААА\",\n                \"GateData\": {\n                    \"Name\": \"NAGZL PASMR\",\n                    \"Surname\": \"SASLI\",\n                    \"Category\": \"ААА\",\n                    \"Lead\": true\n                },\n                \"Name\": \"NAGZL\",\n                \"Surname\": \"SASLI\",\n                \"Patronymic\": \"PASMR\",\n                \"Gender\": \"Female\",\n                \"Birthday\": 212619600,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505609013\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1710536400\n                },\n                \"Bonus\": [],\n                \"Source\": {\n                    \"Name\": \"\",\n                    \"Surname\": \"\",\n                    \"Patronymic\": \"\",\n                    \"Document\": []\n                },\n                \"Status\": \"Active\"\n            }\n        ],\n        \"Contacts\": [\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"1\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"PhoneMobile\",\n                \"Value\": \"79265272097\"\n            },\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"2\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"Email\",\n                \"Value\": \"EG@EDGROUP.RU\"\n            }\n        ],\n        \"Fares\": [\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"LED-MOW\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"FareCode\": \"B\",\n                \"FareBasisCode\": \"BNBR\",\n                \"AvailableSeats\": null,\n                \"Description\": \"\"\n            },\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"FareCode\": \"N\",\n                \"FareBasisCode\": \"NNBR\",\n                \"AvailableSeats\": null,\n                \"Description\": \"\"\n            }\n        ],\n        \"Baggage\": [\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"MOW-LED\",\n                    \"LED-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Type\": \"Checked\",\n                \"Allowance\": \"НЕТ\",\n                \"Quantity\": null,\n                \"Description\": null\n            }\n        ],\n        \"FareFamilies\": [\n            {\n                \"ID\": null,\n                \"GateID\": \"SU.DOM1H.Y.3.NB\",\n                \"GateData\": [],\n                \"Name\": \"ECONOMY LITE\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"ECONOMY LITE\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"MOW-LED\",\n                    \"LED-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"НАЧИСЛЕНИЕ 25 ПРОЦ МИЛЬ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"НАЧИСЛЕНИЕ 25 ПРОЦ МИЛЬ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"06A\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ОТ 75 ДО 125 ПРЦН ЗАРАБОТ МИЛ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОТ 75 ДО 125 ПРЦН ЗАРАБОТ МИЛ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"ME1\",\n                        \"Group\": \"\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ОТ 100 ДО 150 ПРЦН ЗАРАБОТ МИЛ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОТ 100 ДО 150 ПРЦН ЗАРАБОТ МИЛ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"ME2\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ОТ 150 ДО 200 ПРЦН ЗАРАБОТ МИЛ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОТ 150 ДО 200 ПРЦН ЗАРАБОТ МИЛ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"ME3\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"НАЧИСЛЕНИЕ 125 МИЛЬ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"НАЧИСЛЕНИЕ 125 МИЛЬ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"06Y\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"НАЧИСЛЕНИЕ 150 ПРОЦ МИЛЬ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"НАЧИСЛЕНИЕ 150 ПРОЦ МИЛЬ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"06M\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"НАЧИСЛЕНИЕ 200 ПРОЦ МИЛЬ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"НАЧИСЛЕНИЕ 200 ПРОЦ МИЛЬ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"06N\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ОТ 200 ДО 250 ПРЦН ЗАРАБОТ МИЛ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОТ 200 ДО 250 ПРЦН ЗАРАБОТ МИЛ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"ME4\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"CARRY10KG 22LBUPTO 55X40X25CM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CARRY10KG 22LBUPTO 55X40X25CM\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"C\",\n                        \"Classification\": \"0MJ\",\n                        \"Group\": \"\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"CARRY15KG 33LBUPTO 55X40X25CM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CARRY15KG 33LBUPTO 55X40X25CM\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"C\",\n                        \"Classification\": \"0MK\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ДО 50Ф 23КГ И ДО 80Д 203СМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДО 50Ф 23КГ И ДО 80Д 203СМ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"C\",\n                        \"Classification\": \"0GP\",\n                        \"Group\": \"\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ДО 70Ф 32КГ И ДО 80Д 203СМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДО 70Ф 32КГ И ДО 80Д 203СМ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"C\",\n                        \"Classification\": \"0FN\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"2Е СВЕРХНОРМАТИВНОЕ МЕСТО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"2Е СВЕРХНОРМАТИВНОЕ МЕСТО\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"C\",\n                        \"Classification\": \"0CD\",\n                        \"Group\": \"\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ИЗМЕНЯЕМЫЙ БИЛЕТ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ИЗМЕНЯЕМЫЙ БИЛЕТ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"059\",\n                        \"Group\": \"\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ИЗМЕНЕНИЕ ПРИ НЕЯВКЕ НА РЕЙС\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ИЗМЕНЕНИЕ ПРИ НЕЯВКЕ НА РЕЙС\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"CNS\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ВОЗВРАТ ДО ЗАКРЫТ РЕГИСТРАЦИИ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ВОЗВРАТ ДО ЗАКРЫТ РЕГИСТРАЦИИ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"RBC\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ВОЗВРАТ ПОСЛЕ ЗАКРЫТ РЕГИСТРАЦ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ВОЗВРАТ ПОСЛЕ ЗАКРЫТ РЕГИСТРАЦ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"RBA\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ОТКРЫТАЯ ДАТА ОБРАТНО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОТКРЫТАЯ ДАТА ОБРАТНО\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"ORD\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ПОВЫШ ДО КОМФОРТ ПРИ РЕГИСТР\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПОВЫШ ДО КОМФОРТ ПРИ РЕГИСТР\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"UT2\",\n                        \"Group\": \"\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ПРИОРИТЕТНАЯ ПОСАДКА\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРИОРИТЕТНАЯ ПОСАДКА\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"0G6\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ПРИОРИТЕТНЫЙ БАГАЖ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРИОРИТЕТНЫЙ БАГАЖ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"0LF\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ПРИОРИТЕТНАЯ РЕГИСТРАЦИЯ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРИОРИТЕТНАЯ РЕГИСТРАЦИЯ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"03P\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ДОСТУП В ЗАЛ ОЖИДАНИЯ ШРМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДОСТУП В ЗАЛ ОЖИДАНИЯ ШРМ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"SVO\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"БИЗНЕС ЗАЛ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"БИЗНЕС ЗАЛ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"0BX\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ПОВЫШ КЛАССА ОБСЛ С МИЛ БОНУС\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПОВЫШ КЛАССА ОБСЛ С МИЛ БОНУС\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"0NI\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ОСТАНОВКА\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОСТАНОВКА\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"STO\",\n                        \"Group\": \"\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ДОСТУП В ИНТЕРНЕТ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДОСТУП В ИНТЕРНЕТ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"0CL\",\n                        \"Group\": \"\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ОСНОВНОЕ МЕСТО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОСНОВНОЕ МЕСТО\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"050\",\n                        \"Group\": \"\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ПОВЫШ ДО БИЗНЕС ПРИ РЕГИСТР\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПОВЫШ ДО БИЗНЕС ПРИ РЕГИСТР\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"UPF\",\n                        \"Group\": \"\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"2 ПОЛЕТА ТУДА ОБРАТНО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"2 ПОЛЕТА ТУДА ОБРАТНО\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"RT2\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"4 ПОЛЕТА ТУДА ОБРАТНО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"4 ПОЛЕТА ТУДА ОБРАТНО\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"RT4\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"8 ПОЛЕТОВ ТУДА ОБРАТНО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"8 ПОЛЕТОВ ТУДА ОБРАТНО\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"RT8\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"ДО 50Ф 23КГ И БОЛЕЕ 80Д 203СМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДО 50Ф 23КГ И БОЛЕЕ 80Д 203СМ\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"C\",\n                        \"Classification\": \"0FB\",\n                        \"Group\": \"\",\n                        \"Status\": \"NotOffered\"\n                    }\n                ]\n            }\n        ],\n        \"Pricing\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ADT\",\n                \"Base\": 2025000,\n                \"Tax\": 303000,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"CP\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 280000,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 280000,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": -21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": -21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 23000,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 23000,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": -21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": -21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": 0,\n                \"FeeData\": \"\",\n                \"Total\": 2328000,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            }\n        ],\n        \"PricingExtended\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ADT\",\n                \"Segments\": [\n                    \"LED-MOW\"\n                ],\n                \"ValidAirline\": \"SU\",\n                \"Base\": 1750000,\n                \"Tax\": 303000,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"CP\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 280000,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 280000,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": -21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": -21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 23000,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 23000,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": 0,\n                \"FeeData\": \"\",\n                \"Total\": 2053000,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            },\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ADT\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"ValidAirline\": \"SU\",\n                \"Base\": 275000,\n                \"Tax\": 0,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": -21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": -21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 21500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 21500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": 0,\n                \"FeeData\": \"\",\n                \"Total\": 275000,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            }\n        ],\n        \"TotalPrice\": {\n            \"Base\": 1878000,\n            \"Tax\": 0,\n            \"Taxes\": [],\n            \"Vat\": 0,\n            \"Vats\": [],\n            \"Fee\": 0,\n            \"FeeData\": \"\",\n            \"Total\": 1878000,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"\",\n            \"EquivalentBase\": 0,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"\"\n        },\n        \"PayDate\": \"2023-03-16 08:45:20\",\n        \"PayDateStamp\": 1678945520,\n        \"PayStatus\": \"Paid\",\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"50fbd434-f3b4-49ff-9dfe-eea8d63f8a62"},{"name":"Book","id":"c55f2d58-b880-45da-885d-fcd6503c6671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Book\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW7B\",\r\n        \"Surname\": \"SASLI\",\r\n        \"SearchID\": \"6412-AE83-9F0A-E27D-EE09-B123\",\r\n        \"Variants\": [\r\n            \"710D85A8-8E34-4B53-B895-3DB005A8EA57\"\r\n        ],\r\n        \"Involuntary\": false,\r\n        \"Price\": {\r\n            \"Total\": 1878000,\r\n            \"Currency\": \"RUB\"\r\n        }\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/exchange/","description":"<p>Выполнение процедуры обмена.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>SearchID</td>\n<td><code>SearchID</code> из ответа поиска</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Variants</td>\n<td>Массив вариантов из ответа поиска</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Стоимость обмена для подтверждения</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Involuntary</td>\n<td>Указатель добровольного <code>false</code> или вынужденного обмена <code>true</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>InvoluntaryReason</td>\n<td>Причина вынужденного обмена. Указывается на английском языке. Добавляется в ремарку.</td>\n<td>M</td>\n</tr>\n<tr>\n<td>InvoluntaryDescription</td>\n<td>Доп. комментарии для вынужденного обмена. Указывается на английском языке. Добавляется в ремарку.</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","exchange",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"e0d7d837-9ec7-4b79-acad-09017d09836f","name":"Book","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Book\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW7B\",\r\n        \"Surname\": \"SASLI\",\r\n        \"SearchID\": \"6412-AE83-9F0A-E27D-EE09-B123\",\r\n        \"Variants\": [\r\n            \"710D85A8-8E34-4B53-B895-3DB005A8EA57\"\r\n        ],\r\n        \"Price\": {\r\n            \"Total\": 1878000,\r\n            \"Currency\": \"RUB\"\r\n        },\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/exchange/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 06:03:09 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T09:03:13+03:00\",\n    \"TimeStamp\": 1678946593,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 4.3493,\n    \"Method\": \"Book\",\n    \"Result\": {\n        \"ID\": \"6412-ACD5-9F0A-E274-BA5F-5DE0\",\n        \"Date\": 1678945493,\n        \"DateUpdate\": 1678946593,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW7B\",\n        \"RecordPIN\": 778510,\n        \"RecordSurnames\": [\n            \"SASLI\"\n        ],\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"c55f2d58-b880-45da-885d-fcd6503c6671"}],"id":"185ee0ad-8042-4849-bf7b-107a54b03ab3","_postman_id":"185ee0ad-8042-4849-bf7b-107a54b03ab3","description":""},{"name":"Ancillary","item":[{"name":"Information","id":"d2d88199-1004-440c-a316-36566aed3f8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/","description":"<p>Получение каталога доступных доп. услуг.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","ancillary",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"c36a1f07-3456-4d8b-acc6-155826220057","name":"Information","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 06:08:16 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T09:08:18+03:00\",\n    \"TimeStamp\": 1678946898,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 1.5465,\n    \"Method\": \"Information\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678946898,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Ancillaries\": [\n            {\n                \"ID\": \"E00F329C-CC3F-4692-93F1-568C20266095\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"PREPAID BAGGAGE 23KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0C3\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 270000,\n                        \"Fee\": 0,\n                        \"Total\": 270000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"55B46902-EEAA-4AC0-BB2B-93DA2598C8E1\",\n                \"Name\": \"НАПИТКИ ДЛЯ НЕСОПРОВ НЕСОВЕРШ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"НАПИТКИ ДЛЯ НЕСОПРОВ НЕСОВЕРШ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"НАПИТКИ ДЛЯ НЕСОПРОВ НЕСОВЕРШ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"ML\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"E\",\n                        \"ReasonCodeSub\": \"DUN\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 35000,\n                        \"Fee\": 0,\n                        \"Total\": 35000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"302E2987-708E-4268-B3A9-B09CDA331F7C\",\n                \"Name\": \"FOOD FOR UNMR\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"FOOD FOR UNMR\",\n                        \"Description\": \"\",\n                        \"GateName\": \"FOOD FOR UNMR\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"ML\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"E\",\n                        \"ReasonCodeSub\": \"FUN\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 130000,\n                        \"Fee\": 0,\n                        \"Total\": 130000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"5A680105-8A42-491D-A0E6-B745FAA0B8A7\",\n                \"Name\": \"ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"PT\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"PEC\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 320000,\n                        \"Fee\": 0,\n                        \"Total\": 320000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"6E08E300-CC1D-42B2-98F4-83876934205E\",\n                \"Name\": \"НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК\",\n                        \"Description\": \"\",\n                        \"GateName\": \"НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"UN\",\n                        \"GroupSub\": \"MR\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"E\",\n                        \"ReasonCodeSub\": \"0BH\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 470000,\n                        \"Fee\": 0,\n                        \"Total\": 470000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"DA7BDDC7-D3B0-4E52-819B-D11233A7DB35\",\n                \"Name\": \"PREPAID TKT ADVICE TKT ON DPTR\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"T\"\n                        },\n                        \"Name\": \"PREPAID TKT ADVICE TKT ON DPTR\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PREPAID TKT ADVICE TKT ON DPTR\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-ST\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"Ticket\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"PD\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"0BK\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 0,\n                        \"Fee\": 0,\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"22300B66-7E4E-44D7-A215-07D6E350F640\",\n                \"Name\": \"UPG ECONOMY TO BUSINESS\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"UPG ECONOMY TO BUSINESS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPG ECONOMY TO BUSINESS\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"UP\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"060\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 900000,\n                        \"Fee\": 0,\n                        \"Total\": 900000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"298300A1-1661-416E-A4FD-6AC30018FF7E\",\n                \"Name\": \"PET IN HOLD UPTO32KG AND 203CM\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"PET IN HOLD UPTO32KG AND 203CM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PET IN HOLD UPTO32KG AND 203CM\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"PT\",\n                        \"GroupSub\": \"PH\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0A0\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 375000,\n                        \"Fee\": 0,\n                        \"Total\": 375000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"CA7944B1-4433-40D1-A7E8-1BAA6C832F3E\",\n                \"Name\": \"PET IN HOLD UPTO32KG OVER203CM\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"PET IN HOLD UPTO32KG OVER203CM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PET IN HOLD UPTO32KG OVER203CM\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"PT\",\n                        \"GroupSub\": \"PH\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0A1\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 875000,\n                        \"Fee\": 0,\n                        \"Total\": 875000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"8A848ECF-8C58-47CD-9895-D65AA3F72C9D\",\n                \"Name\": \"ДО 50Ф 23КГ И БОЛЕЕ 80Д 203СМ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ДО 50Ф 23КГ И БОЛЕЕ 80Д 203СМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДО 50Ф 23КГ И БОЛЕЕ 80Д 203СМ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0FB\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 1040000,\n                        \"Fee\": 0,\n                        \"Total\": 1040000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"201830EF-19A5-432A-9912-2D20B3620D00\",\n                \"Name\": \"ДО 70Ф 32КГ И БОЛЕЕ 80Д 203СМ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ДО 70Ф 32КГ И БОЛЕЕ 80Д 203СМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДО 70Ф 32КГ И БОЛЕЕ 80Д 203СМ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0FK\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 1340000,\n                        \"Fee\": 0,\n                        \"Total\": 1340000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"3501BE3A-0451-49B0-9B88-A649940CA934\",\n                \"Name\": \"ДО 70Ф 32КГ И ДО 80Д 203СМ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ДО 70Ф 32КГ И ДО 80Д 203СМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДО 70Ф 32КГ И ДО 80Д 203СМ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0FN\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 640000,\n                        \"Fee\": 0,\n                        \"Total\": 640000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"F556D36E-26D0-4ED5-9394-F29635974055\",\n                \"Name\": \"ПРОГУЛОЧНАЯ ДЕТСКАЯ КОЛЯСКА\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ПРОГУЛОЧНАЯ ДЕТСКАЯ КОЛЯСКА\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРОГУЛОЧНАЯ ДЕТСКАЯ КОЛЯСКА\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"IN\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0F4\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 0,\n                        \"Fee\": 0,\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"1ABD367D-CBFA-4A84-B673-55A42B492C8C\",\n                \"Name\": \"ДО 50Ф 23КГ И ДО 80Д 203СМ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ДО 50Ф 23КГ И ДО 80Д 203СМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДО 50Ф 23КГ И ДО 80Д 203СМ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0GP\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 340000,\n                        \"Fee\": 0,\n                        \"Total\": 340000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"F976F316-4C98-4DAE-9A83-A13A75A11E61\",\n                \"Name\": \"СПОРТ ОГНЕСТРОРУЖИЕ ДО 50Ф23КГ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"СПОРТ ОГНЕСТРОРУЖИЕ ДО 50Ф23КГ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"СПОРТ ОГНЕСТРОРУЖИЕ ДО 50Ф23КГ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"SP\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0HW\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 340000,\n                        \"Fee\": 0,\n                        \"Total\": 340000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"83FCAB01-681A-438F-8B87-EDDEBC178B5B\",\n                \"Name\": \"СПОРТ ОГНЕСТРОРУЖИЕ ДО 70Ф32КГ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"СПОРТ ОГНЕСТРОРУЖИЕ ДО 70Ф32КГ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"СПОРТ ОГНЕСТРОРУЖИЕ ДО 70Ф32КГ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"SP\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0HX\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 640000,\n                        \"Fee\": 0,\n                        \"Total\": 640000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"C92A690B-CE0D-4503-BBD9-922B2AFDDF26\",\n                \"Name\": \"UPTO110LB 50KG AND 80LI 203LCM\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"UPTO110LB 50KG AND 80LI 203LCM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPTO110LB 50KG AND 80LI 203LCM\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"027\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 940000,\n                        \"Fee\": 0,\n                        \"Total\": 940000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"92710E5C-ED1D-4549-A8DD-2B2EEEC05961\",\n                \"Name\": \"PET IN HOLD UPTO50KG OVER203CM\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"PET IN HOLD UPTO50KG OVER203CM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PET IN HOLD UPTO50KG OVER203CM\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"PT\",\n                        \"GroupSub\": \"PH\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"031\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 1250000,\n                        \"Fee\": 0,\n                        \"Total\": 1250000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"C4480223-0FA4-4B5D-A3E8-92FA4AB207A9\",\n                \"Name\": \"UPTO 50KG OVER 203LCM\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"UPTO 50KG OVER 203LCM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPTO 50KG OVER 203LCM\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"035\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 1640000,\n                        \"Fee\": 0,\n                        \"Total\": 1640000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"470B641B-357A-433B-B03E-345AF34A950F\",\n                \"Name\": \"PET IN HOLD UPTO50KG AND 203CM\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"PET IN HOLD UPTO50KG AND 203CM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PET IN HOLD UPTO50KG AND 203CM\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"PT\",\n                        \"GroupSub\": \"PH\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"037\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 750000,\n                        \"Fee\": 0,\n                        \"Total\": 750000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"5559E2E7-AED8-4A17-8CE4-D894F6326C7B\",\n                \"Name\": \"SPORTING EQUIPMENT 23KG\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"SPORTING EQUIPMENT 23KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"SPORTING EQUIPMENT 23KG\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"SP\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"053\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 340000,\n                        \"Fee\": 0,\n                        \"Total\": 340000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"AFD17094-CD55-4CB3-ADEB-B17DAA9E2C47\",\n                \"Name\": \"SPORTING EQUIPMENT 32KG\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"SPORTING EQUIPMENT 32KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"SPORTING EQUIPMENT 32KG\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"SP\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"054\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 640000,\n                        \"Fee\": 0,\n                        \"Total\": 640000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"96765BB7-5B56-45F8-BD44-6D7138BDE7D5\",\n                \"Name\": \"СПЕЙС ПЛЮС ЭКОНОМ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"СПЕЙС ПЛЮС ЭКОНОМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"СПЕЙС ПЛЮС ЭКОНОМ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"SPC\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 100000,\n                        \"Fee\": 0,\n                        \"Total\": 100000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"F7B502A4-C04B-4A5D-AA20-73C2927A97A7\",\n                \"Name\": \"СПЕЙС ПЛЮС У АВАРИЙНОГО ВЫХОДА\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"MOW-LED\"\n                    ],\n                    [\n                        \"LED-MOW\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT:1\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"СПЕЙС ПЛЮС У АВАРИЙНОГО ВЫХОДА\",\n                        \"Description\": \"\",\n                        \"GateName\": \"СПЕЙС ПЛЮС У АВАРИЙНОГО ВЫХОДА\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"SU\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Segments\": [\n                            \"MOW-LED\",\n                            \"LED-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"MOW-LED\"\n                            ],\n                            [\n                                \"LED-MOW\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Base\": 100000,\n                        \"Fee\": 0,\n                        \"Total\": 100000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"d2d88199-1004-440c-a316-36566aed3f8e"},{"name":"Information [By ID]","id":"3ef64d46-5ea2-431c-a157-bb478f4ff20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"ID\": \"641C-5788-9F0A-E2C9-DB0B-DAEB\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/","description":"<p>Информационное получение каталога доступных доп. услуг с целю демонстрации клиенту до создания бронирования.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td><code>ID</code> сессии бронирования, полученному из ответа <code>Information</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><p>⚠️ Обращаем внимание: Стоимость доп. услуг может разниться в зависимости от выбранной тарифной группы, поэтому выполнение <code>FareVariantSelect</code> обязательно перед выполнением данного запроса.</p>\n","urlObject":{"protocol":"https","path":["service","avia","ancillary",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"dbbf7ec4-90d7-4d84-b59c-712e04b6d1a7","name":"Information [By ID]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"ID\": \"641C-5788-9F0A-E2C9-DB0B-DAEB\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Mar 2023 14:02:07 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-23T17:02:09+03:00\",\n    \"TimeStamp\": 1679580129,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 1.5515,\n    \"Method\": \"Information\",\n    \"Result\": {\n        \"ID\": \"641C-5788-9F0A-E2C9-DB0B-DAEB\",\n        \"Date\": 1679579016,\n        \"DateUpdate\": 1679580129,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-P1\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"\",\n        \"RecordPIN\": 0,\n        \"Itineraries\": [\n            {\n                \"ID\": \"7933EE2C-BB88-41AA-9238-2346E629A156\",\n                \"Num\": 1,\n                \"GateID\": null,\n                \"GateData\": [],\n                \"Duration\": 505,\n                \"Segments\": [\n                    {\n                        \"ID\": \"LED-SVX\",\n                        \"Num\": 0,\n                        \"GateID\": \"7\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"LED\",\n                        \"DepartureAirport\": \"LED\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2023-03-24 23:45:00\",\n                        \"DepartureDateStamp\": 1679690700,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"SVX\",\n                        \"ArrivalAirport\": \"SVX\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2023-03-25 04:35:00\",\n                        \"ArrivalDateStamp\": 1679708100,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"DP\",\n                        \"OperatingFlightNumber\": \"515\",\n                        \"MarketingAirline\": \"DP\",\n                        \"MarketingFlightNumber\": \"515\",\n                        \"Aircraft\": \"738\",\n                        \"FlightTime\": 170,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    },\n                    {\n                        \"ID\": \"SVX-AER\",\n                        \"Num\": 0,\n                        \"GateID\": \"8\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"SVX\",\n                        \"DepartureAirport\": \"SVX\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2023-03-25 06:15:00\",\n                        \"DepartureDateStamp\": 1679714100,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"AER\",\n                        \"ArrivalAirport\": \"AER\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2023-03-25 08:10:00\",\n                        \"ArrivalDateStamp\": 1679721000,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"DP\",\n                        \"OperatingFlightNumber\": \"340\",\n                        \"MarketingAirline\": \"DP\",\n                        \"MarketingFlightNumber\": \"340\",\n                        \"Aircraft\": \"738\",\n                        \"FlightTime\": 235,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"CAC50FB5-8626-4DA5-9EEF-0BD52824B97E\",\n                \"Num\": 2,\n                \"GateID\": null,\n                \"GateData\": [],\n                \"Duration\": 480,\n                \"Segments\": [\n                    {\n                        \"ID\": \"AER-SVX\",\n                        \"Num\": 0,\n                        \"GateID\": \"5\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"AER\",\n                        \"DepartureAirport\": \"AER\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2023-03-26 22:55:00\",\n                        \"DepartureDateStamp\": 1679860500,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"SVX\",\n                        \"ArrivalAirport\": \"SVX\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2023-03-27 04:40:00\",\n                        \"ArrivalDateStamp\": 1679881200,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"DP\",\n                        \"OperatingFlightNumber\": \"339\",\n                        \"MarketingAirline\": \"DP\",\n                        \"MarketingFlightNumber\": \"339\",\n                        \"Aircraft\": \"738\",\n                        \"FlightTime\": 225,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    },\n                    {\n                        \"ID\": \"SVX-LED\",\n                        \"Num\": 0,\n                        \"GateID\": \"6\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"SVX\",\n                        \"DepartureAirport\": \"SVX\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2023-03-27 06:00:00\",\n                        \"DepartureDateStamp\": 1679886000,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"LED\",\n                        \"ArrivalAirport\": \"LED\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2023-03-27 06:55:00\",\n                        \"ArrivalDateStamp\": 1679889300,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"DP\",\n                        \"OperatingFlightNumber\": \"516\",\n                        \"MarketingAirline\": \"DP\",\n                        \"MarketingFlightNumber\": \"516\",\n                        \"Aircraft\": \"738\",\n                        \"FlightTime\": 175,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [],\n        \"Ancillaries\": [\n            {\n                \"ID\": \"E0A20B19-F167-43C0-A8B6-7D52307DCF74\",\n                \"Name\": \"БАГАЖ ДО 32КГ 1 МЕСТО\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"БАГАЖ ДО 32КГ 1 МЕСТО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"БАГАЖ ДО 32КГ 1 МЕСТО\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0FN\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 649900,\n                        \"Fee\": 0,\n                        \"Total\": 649900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"B488EB13-A777-4380-8A0B-989774291640\",\n                \"Name\": \"БАГАЖ ДО 20 КГ 1 МЕСТО\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"БАГАЖ ДО 20 КГ 1 МЕСТО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"БАГАЖ ДО 20 КГ 1 МЕСТО\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0JH\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 239900,\n                        \"Fee\": 0,\n                        \"Total\": 239900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"8576F84B-7B04-4AF7-B921-FCC6AE13E25F\",\n                \"Name\": \"ДОСЫЛ БАГАЖА 1 МЕСТО\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"ДОСЫЛ БАГАЖА 1 МЕСТО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДОСЫЛ БАГАЖА 1 МЕСТО\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"ORB\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 350000,\n                        \"Fee\": 0,\n                        \"Total\": 350000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"70924E19-1C51-44EB-8AE9-7DD796122A6E\",\n                \"Name\": \"ШТРАФ ЗА ИЗМЕНЕНИЕ ИМЕНИ\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"ШТРАФ ЗА ИЗМЕНЕНИЕ ИМЕНИ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ШТРАФ ЗА ИЗМЕНЕНИЕ ИМЕНИ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"0L7\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 500000,\n                        \"Fee\": 0,\n                        \"Total\": 500000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"D48F3C12-4C8C-4AD5-961B-5E6FC09C8F44\",\n                \"Name\": \"БАГАЖ ДО 10 КГ 1 МЕСТО\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"БАГАЖ ДО 10 КГ 1 МЕСТО\",\n                        \"Description\": \"\",\n                        \"GateName\": \"БАГАЖ ДО 10 КГ 1 МЕСТО\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"03C\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 279900,\n                        \"Fee\": 0,\n                        \"Total\": 279900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"75A22DE3-5C3B-47BE-8847-EE362B304758\",\n                \"Name\": \"БАГАЖ НА ГЕЙТЕ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"БАГАЖ НА ГЕЙТЕ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"БАГАЖ НА ГЕЙТЕ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"GB1\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 350000,\n                        \"Fee\": 0,\n                        \"Total\": 350000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"630E8498-7CA8-4E8D-AFFB-3CDC342B6966\",\n                \"Name\": \"ШТРАФ ЗА ИЗМЕНЕНИЕ РЕЙСА\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"ШТРАФ ЗА ИЗМЕНЕНИЕ РЕЙСА\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ШТРАФ ЗА ИЗМЕНЕНИЕ РЕЙСА\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"CHF\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 500000,\n                        \"Fee\": 0,\n                        \"Total\": 500000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"EB448D04-6609-4C61-8080-612AB37985A8\",\n                \"Name\": \"ШТРАФ ЗА ИЗМЕНЕНИЕ ДАННЫХ\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"ШТРАФ ЗА ИЗМЕНЕНИЕ ДАННЫХ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ШТРАФ ЗА ИЗМЕНЕНИЕ ДАННЫХ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"CPF\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 50000,\n                        \"Fee\": 0,\n                        \"Total\": 50000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"BDBAC50E-6DCA-4DCE-8070-71E0B6C7E6FF\",\n                \"Name\": \"ШТРАФ ЗА ИЗМ ДАННЫХ НА ГЕЙТЕ\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"ШТРАФ ЗА ИЗМ ДАННЫХ НА ГЕЙТЕ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ШТРАФ ЗА ИЗМ ДАННЫХ НА ГЕЙТЕ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"PCG\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 150000,\n                        \"Fee\": 0,\n                        \"Total\": 150000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"6DCD99F0-C240-4E12-AE50-D18417A6F8A4\",\n                \"Name\": \"EXCESS BAG UPTO23KG 203CM MLS\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"EXCESS BAG UPTO23KG 203CM MLS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"EXCESS BAG UPTO23KG 203CM MLS\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"I\",\n                        \"ReasonCodeSub\": \"FEA\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 259900,\n                        \"Fee\": 0,\n                        \"Total\": 259900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"6393F0DA-1AE4-4600-81EA-6D0BA760A319\",\n                \"Name\": \"УСЛУГА НА БОРТУ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"УСЛУГА НА БОРТУ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"УСЛУГА НА БОРТУ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"RG1\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 259900,\n                        \"Fee\": 0,\n                        \"Total\": 259900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"3D2240EA-F8B1-4E41-8013-F1EE19E0FB9C\",\n                \"Name\": \"CMC ИНФОРМИРОВАНИЕ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"T\"\n                        },\n                        \"Name\": \"CMC ИНФОРМИРОВАНИЕ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CMC ИНФОРМИРОВАНИЕ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-ST\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Ticket\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"CMC\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 9900,\n                        \"Fee\": 0,\n                        \"Total\": 9900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"0E25376A-481E-47BA-86C8-1C6C8A08E819\",\n                \"Name\": \"ОБЪЕДИН БАГ В 1PNR ДО30КГ203СМ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ОБЪЕДИН БАГ В 1PNR ДО30КГ203СМ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОБЪЕДИН БАГ В 1PNR ДО30КГ203СМ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"PLB\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 0,\n                        \"Fee\": 0,\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"39204B4A-28B9-4583-9201-F72E7B0E8A36\",\n                \"Name\": \"ОФОРМЛЕНИЕ БИЛЕТА КЦ\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"ОФОРМЛЕНИЕ БИЛЕТА КЦ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОФОРМЛЕНИЕ БИЛЕТА КЦ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"CCF\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 50000,\n                        \"Fee\": 0,\n                        \"Total\": 50000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"5F3F83EC-6DD9-4DA0-A807-B52C9936D3DB\",\n                \"Name\": \"ОТКАЗ ОТ БРОНИРОВАНИЯ ПО ВПД\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"ОТКАЗ ОТ БРОНИРОВАНИЯ ПО ВПД\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ОТКАЗ ОТ БРОНИРОВАНИЯ ПО ВПД\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"RMO\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 100000,\n                        \"Fee\": 0,\n                        \"Total\": 100000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"74AF06D3-F7DA-4D7E-A01D-69A060C5A5B3\",\n                \"Name\": \"СПРАВКА О ПРОЛЕТЕ\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"СПРАВКА О ПРОЛЕТЕ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"СПРАВКА О ПРОЛЕТЕ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"SP5\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 100000,\n                        \"Fee\": 0,\n                        \"Total\": 100000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"6E8B0AC7-270F-407C-A2D3-9851C21F0AC1\",\n                \"Name\": \"ДОСТАВКА ОРИГИНАЛА СПРАВКИ\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"ДОСТАВКА ОРИГИНАЛА СПРАВКИ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДОСТАВКА ОРИГИНАЛА СПРАВКИ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"SP7\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 50000,\n                        \"Fee\": 0,\n                        \"Total\": 50000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"C1DBD6D4-DA8A-4114-8482-CB81BD1DF7C6\",\n                \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 2 КГ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 2 КГ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРЕВЫШЕНИЕ ВЕСА 2 КГ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"EW2\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 100000,\n                        \"Fee\": 0,\n                        \"Total\": 100000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"E17DF927-54BA-4668-B0DC-EEC223F225B3\",\n                \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 3 КГ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 3 КГ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРЕВЫШЕНИЕ ВЕСА 3 КГ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"EW3\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 150000,\n                        \"Fee\": 0,\n                        \"Total\": 150000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"F0DBC7C7-2519-4990-80D6-77AF5EFA9853\",\n                \"Name\": \"ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"EWM\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 159900,\n                        \"Fee\": 0,\n                        \"Total\": 159900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"4F141AB3-844A-4FC3-A235-147C6C7E8EFF\",\n                \"Name\": \"ВЕЛОСИПЕД 1 ШТ ДО 20 КГ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ВЕЛОСИПЕД 1 ШТ ДО 20 КГ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ВЕЛОСИПЕД 1 ШТ ДО 20 КГ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0HY\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 149900,\n                        \"Fee\": 0,\n                        \"Total\": 149900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"716A3745-4555-40AB-8632-CEBDE3752D3C\",\n                \"Name\": \"РЫБОЛОВН СНАРЯЖ 1 КОМПЛЕКТ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"РЫБОЛОВН СНАРЯЖ 1 КОМПЛЕКТ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"РЫБОЛОВН СНАРЯЖ 1 КОМПЛЕКТ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0L1\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 149900,\n                        \"Fee\": 0,\n                        \"Total\": 149900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"283A2172-581D-462C-9EAE-62961337FF5C\",\n                \"Name\": \"ЛЫЖИ ИЛИ СНОУБОРД 1 КОМПЛЕКТ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ЛЫЖИ ИЛИ СНОУБОРД 1 КОМПЛЕКТ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ЛЫЖИ ИЛИ СНОУБОРД 1 КОМПЛЕКТ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"0L0\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 149900,\n                        \"Fee\": 0,\n                        \"Total\": 149900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"E2187772-8E9B-49DE-AB8D-78E93D68FBEB\",\n                \"Name\": \"ДОМАШН ЖИВОТНОЕ В САЛОНЕ 1ШТ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ДОМАШН ЖИВОТНОЕ В САЛОНЕ 1ШТ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДОМАШН ЖИВОТНОЕ В САЛОНЕ 1ШТ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"CY\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"021\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 399800,\n                        \"Fee\": 0,\n                        \"Total\": 399800,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"C7697F8F-F864-4B9B-872E-0B554D3DF751\",\n                \"Name\": \"ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"PT\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"PEC\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 199900,\n                        \"Fee\": 0,\n                        \"Total\": 199900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"72626E64-B4B9-4D42-A12A-7E0EC215AEE8\",\n                \"Name\": \"ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"PT\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"PEC\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 199900,\n                        \"Fee\": 0,\n                        \"Total\": 199900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"DECF3035-2AE0-4468-AFB8-D366A55B3E41\",\n                \"Name\": \"ШТРАФ\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"ШТРАФ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ШТРАФ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"D\",\n                        \"ReasonCodeSub\": \"PFE\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 99900,\n                        \"Fee\": 0,\n                        \"Total\": 99900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"AC46C839-71B6-41D9-AEB6-D220F0111745\",\n                \"Name\": \"БОЛЕЕ 203СМ НЕГАБАР БАГАЖ 32КГ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"БОЛЕЕ 203СМ НЕГАБАР БАГАЖ 32КГ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"БОЛЕЕ 203СМ НЕГАБАР БАГАЖ 32КГ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"BUL\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 500000,\n                        \"Fee\": 0,\n                        \"Total\": 500000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"4D2689B1-D9DD-4589-9695-542181BD8881\",\n                \"Name\": \"С19ПО25РЯДЫAF С12ПО14РЯДЫDE\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"С19ПО25РЯДЫAF С12ПО14РЯДЫDE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"С19ПО25РЯДЫAF С12ПО14РЯДЫDE\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 44900,\n                        \"Fee\": 0,\n                        \"Total\": 44900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 100000,\n                        \"Fee\": 0,\n                        \"Total\": 100000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"799F1B1A-46EC-4856-ADE9-06E1FBDDD1C0\",\n                \"Name\": \"С3ПО5РЯДЫBCDE И 2РЯДВС\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"С3ПО5РЯДЫBCDE И 2РЯДВС\",\n                        \"Description\": \"\",\n                        \"GateName\": \"С3ПО5РЯДЫBCDE И 2РЯДВС\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 29900,\n                        \"Fee\": 0,\n                        \"Total\": 29900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 50000,\n                        \"Fee\": 0,\n                        \"Total\": 50000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"816E1EC0-21AD-4EED-8B7E-EB13C18EC82B\",\n                \"Name\": \"С6ПО10РЯДЫ AF И C12ПО14 РЯДЫ A\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"С6ПО10РЯДЫ AF И C12ПО14 РЯДЫ A\",\n                        \"Description\": \"\",\n                        \"GateName\": \"С6ПО10РЯДЫ AF И C12ПО14 РЯДЫ A\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 34900,\n                        \"Fee\": 0,\n                        \"Total\": 34900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 50000,\n                        \"Fee\": 0,\n                        \"Total\": 50000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"87CFF1EC-AC47-4F0D-8EBC-57295EED7BA5\",\n                \"Name\": \"15 И 16РЯДЫ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"15 И 16РЯДЫ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"15 И 16РЯДЫ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 109900,\n                        \"Fee\": 0,\n                        \"Total\": 109900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 150000,\n                        \"Fee\": 0,\n                        \"Total\": 150000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"EB48B10E-25E9-4D06-B088-1F8E951F5A05\",\n                \"Name\": \"С6ПО14РЯДЫBСC6ПО11РЯДЫDE11РЯД\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"С6ПО14РЯДЫBСC6ПО11РЯДЫDE11РЯД\",\n                        \"Description\": \"\",\n                        \"GateName\": \"С6ПО14РЯДЫBСC6ПО11РЯДЫDE11РЯД\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 24900,\n                        \"Fee\": 0,\n                        \"Total\": 24900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 50000,\n                        \"Fee\": 0,\n                        \"Total\": 50000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"05C766F7-2BE0-490D-B797-D473A331E886\",\n                \"Name\": \"С3ПО5РЯДЫ AF И 2A\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"С3ПО5РЯДЫ AF И 2A\",\n                        \"Description\": \"\",\n                        \"GateName\": \"С3ПО5РЯДЫ AF И 2A\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 39900,\n                        \"Fee\": 0,\n                        \"Total\": 39900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 50000,\n                        \"Fee\": 0,\n                        \"Total\": 50000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"B97EEC98-45EA-4311-9C36-F87BBCF5A83D\",\n                \"Name\": \"17 18РЯДЫAF И С12ПО14РЯДЫF\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"17 18РЯДЫAF И С12ПО14РЯДЫF\",\n                        \"Description\": \"\",\n                        \"GateName\": \"17 18РЯДЫAF И С12ПО14РЯДЫF\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 64900,\n                        \"Fee\": 0,\n                        \"Total\": 64900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 100000,\n                        \"Fee\": 0,\n                        \"Total\": 100000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"8CA1D43B-8E76-4ACB-AFF1-02E47E4886F7\",\n                \"Name\": \"1РЯД ABC 2РЯД DEF\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"1РЯД ABC 2РЯД DEF\",\n                        \"Description\": \"\",\n                        \"GateName\": \"1РЯД ABC 2РЯД DEF\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 339900,\n                        \"Fee\": 0,\n                        \"Total\": 339900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"D3940ADE-599D-48A3-958D-8AA1EAA15B62\",\n                \"Name\": \"С19ПО25РЯДЫBCDE12A\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"С19ПО25РЯДЫBCDE12A\",\n                        \"Description\": \"\",\n                        \"GateName\": \"С19ПО25РЯДЫBCDE12A\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 24900,\n                        \"Fee\": 0,\n                        \"Total\": 24900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 40000,\n                        \"Fee\": 0,\n                        \"Total\": 40000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"03FB9EAF-B11A-4DDB-AA24-7A2C80CBAFFA\",\n                \"Name\": \"С26ПО32РЯДЫ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"С26ПО32РЯДЫ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"С26ПО32РЯДЫ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 24900,\n                        \"Fee\": 0,\n                        \"Total\": 24900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 40000,\n                        \"Fee\": 0,\n                        \"Total\": 40000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"4BB60E75-6827-49DB-AA79-9A6983C10917\",\n                \"Name\": \"С17ПО18РЯДЫBCDE\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"С17ПО18РЯДЫBCDE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"С17ПО18РЯДЫBCDE\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 44900,\n                        \"Fee\": 0,\n                        \"Total\": 44900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 100000,\n                        \"Fee\": 0,\n                        \"Total\": 100000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"A609A471-8C7C-4084-91A8-31634B22B959\",\n                \"Name\": \"С19ПО25РЯДЫAF\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"С19ПО25РЯДЫAF\",\n                        \"Description\": \"\",\n                        \"GateName\": \"С19ПО25РЯДЫAF\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"SA\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 29900,\n                        \"Fee\": 0,\n                        \"Total\": 29900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 40000,\n                        \"Fee\": 0,\n                        \"Total\": 40000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"A7543542-54CD-4F84-A794-8849E7AD4A6B\",\n                \"Name\": \"АЭРОЭКСПРЕСС СТАНДАРТ\",\n                \"Description\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"M\"\n                        },\n                        \"Name\": \"АЭРОЭКСПРЕСС СТАНДАРТ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"АЭРОЭКСПРЕСС СТАНДАРТ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-S\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Store\",\n                        \"Group\": \"GT\",\n                        \"GroupSub\": \"\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"B\",\n                        \"ReasonCodeSub\": \"OBC\",\n                        \"Segments\": [\n                            null\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 45000,\n                        \"Fee\": 0,\n                        \"Total\": 45000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"C1E570B8-DCBE-4A78-ADCD-C2602B312EC1\",\n                \"Name\": \"ПРИОРИТЕТ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\",\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\",\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"C\"\n                        },\n                        \"Name\": \"ПРИОРИТЕТ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРИОРИТЕТ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"BaggageChecked\",\n                        \"Group\": \"BG\",\n                        \"GroupSub\": \"CY\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"C\",\n                        \"ReasonCodeSub\": \"FRG\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\",\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\",\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 700000,\n                        \"Fee\": 0,\n                        \"Total\": 700000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"7FD54D1A-461D-45B9-B97A-A3C58C6B9982\",\n                \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 1 КГ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 1 КГ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРЕВЫШЕНИЕ ВЕСА 1 КГ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"XS\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"EW1\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 50000,\n                        \"Fee\": 0,\n                        \"Total\": 50000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    },\n                    {\n                        \"Segments\": [\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 0,\n                        \"Fee\": 0,\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"68186C19-EAD4-4F62-A81C-71F6392B2929\",\n                \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 2 КГ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 2 КГ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРЕВЫШЕНИЕ ВЕСА 2 КГ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"XS\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"EW2\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 100000,\n                        \"Fee\": 0,\n                        \"Total\": 100000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"2D1D6323-258B-43A6-9A49-BB09521B0E58\",\n                \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 3 КГ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"ПРЕВЫШЕНИЕ ВЕСА 3 КГ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРЕВЫШЕНИЕ ВЕСА 3 КГ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"XS\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"EW3\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 150000,\n                        \"Fee\": 0,\n                        \"Total\": 150000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"E29C3B31-812B-4DD4-9BEB-222DE473C21B\",\n                \"Name\": \"ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ\",\n                \"Description\": \"\",\n                \"Segments\": [\n                    [\n                        \"LED-SVX\"\n                    ],\n                    [\n                        \"SVX-AER\"\n                    ],\n                    [\n                        \"AER-SVX\"\n                    ],\n                    [\n                        \"SVX-LED\"\n                    ]\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Services\": [\n                    {\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"ServiceType\": \"F\"\n                        },\n                        \"Name\": \"ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ\",\n                        \"GateDescription\": \"\",\n                        \"Code\": \"\",\n                        \"Type\": \"EMD-A\",\n                        \"Airline\": \"DP\",\n                        \"Service\": \"Flight\",\n                        \"Group\": \"TS\",\n                        \"GroupSub\": \"XS\",\n                        \"Element\": \"\",\n                        \"ElementCode\": \"\",\n                        \"ReasonCode\": \"A\",\n                        \"ReasonCodeSub\": \"EWM\",\n                        \"Segments\": [\n                            \"LED-SVX\",\n                            \"SVX-AER\",\n                            \"AER-SVX\",\n                            \"SVX-LED\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ]\n                    }\n                ],\n                \"Prices\": [\n                    {\n                        \"Segments\": [\n                            [\n                                \"LED-SVX\"\n                            ],\n                            [\n                                \"SVX-AER\"\n                            ],\n                            [\n                                \"AER-SVX\"\n                            ],\n                            [\n                                \"SVX-LED\"\n                            ]\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Base\": 209900,\n                        \"Fee\": 0,\n                        \"Total\": 209900,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentBase\": 0,\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"3ef64d46-5ea2-431c-a157-bb478f4ff20b"},{"name":"Book","id":"3579ecc3-5da9-4952-8881-80ad0207b579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Book\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"257XC6\",\r\n        \"Surname\": \"SAHV\",\r\n        \"Ancillaries\": [\r\n            {\r\n                \"ID\": \"E5E08EE0-7E94-4800-A6AC-293E24E75DF1\",\r\n                \"Segments\": [\r\n                    \"MOW-AER\"\r\n                ],\r\n                \"Traveller\": \"ADT:1\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/","description":"<p>Бронирование доп. услуг.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Ancillaries</td>\n<td>Список доп. услуг к бронированию с привязкой к сегментам и пассажирам</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","ancillary",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"be019bed-9d64-4557-9b82-76a1a3b8e6cb","name":"Book","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Book\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Ancillaries\": [\r\n            {\r\n                \"ID\": \"E00F329C-CC3F-4692-93F1-568C20266095\",\r\n                \"Segments\": [\r\n                    \"MOW-LED\"\r\n                ],\r\n                \"Traveller\": \"ADT:1\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 06:18:58 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T09:19:07+03:00\",\n    \"TimeStamp\": 1678947547,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 8.136,\n    \"Method\": \"Book\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678947546,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Ancillaries\": [\n            {\n                \"ID\": \"F361613D-C25E-4040-A99B-7EC131E7F755\",\n                \"Number\": null,\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": true,\n                    \"ServiceID\": \"14\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": null,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"ConfirmedForIssue\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"3579ecc3-5da9-4952-8881-80ad0207b579"},{"name":"Issue","id":"26449913-ebd8-46af-9f95-eb8c9f67eec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Issue\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Ancillaries\": [\r\n            {\r\n                \"ID\": \"25273312-C8FA-4BB5-86FC-E34A93A12625\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/","description":"<p>Оформление доп. услуг.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Ancillaries</td>\n<td>Список дополнительных услуг к оформлению</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","ancillary",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"e92c9755-ca5f-4c99-bf73-9ee10c195d22","name":"Issue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Issue\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Ancillaries\": [\r\n            {\r\n                \"ID\": \"F361613D-C25E-4040-A99B-7EC131E7F755\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 06:25:02 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T09:25:08+03:00\",\n    \"TimeStamp\": 1678947908,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 6.3121,\n    \"Method\": \"Issue\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678947908,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Ancillaries\": [\n            {\n                \"ID\": \"F361613D-C25E-4040-A99B-7EC131E7F755\",\n                \"Number\": \"555-4550020627\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": true,\n                    \"ServiceID\": \"14\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": 1678948505,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"Issued\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"26449913-ebd8-46af-9f95-eb8c9f67eec6"},{"name":"Refund Calculate","id":"ad3a9d41-c59f-4162-900a-7b9e276deb95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"RefundCalculate\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/","description":"<p>Расчет возврата.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Involuntary</td>\n<td>Указатель добровольного <code>false</code> или вынужденного возврата <code>true</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","ancillary",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"3ccb4db3-ee6f-4500-9aab-a4532235c130","name":"Refund Calculate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"RefundCalculate\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 06:34:08 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T09:34:09+03:00\",\n    \"TimeStamp\": 1678948449,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 1.022,\n    \"Method\": \"RefundCalculate\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678948449,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"SU\",\n        \"ValidAirlines\": [\n            \"SU\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"RecordDate\": \"2023-03-16 09:07:00\",\n        \"RecordDateStamp\": 1678946820,\n        \"Tickets\": [\n            \"555-2469302900\",\n            \"555-4550020627\"\n        ],\n        \"TicketsDate\": \"2023-03-16 09:07:00\",\n        \"TicketsDateStamp\": 1678946820,\n        \"Itineraries\": [\n            {\n                \"ID\": \"MOW-LED\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 85,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-LED\",\n                        \"Num\": 0,\n                        \"GateID\": \"12\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"SVO\",\n                        \"DepartureTerminal\": \"B\",\n                        \"DepartureDate\": \"2023-03-23 01:00:00\",\n                        \"DepartureDateStamp\": 1679522400,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"LED\",\n                        \"ArrivalAirport\": \"LED\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2023-03-23 02:25:00\",\n                        \"ArrivalDateStamp\": 1679527500,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"52\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"52\",\n                        \"Aircraft\": \"32А\",\n                        \"FlightTime\": 85,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"LED-MOW\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 90,\n                \"Segments\": [\n                    {\n                        \"ID\": \"LED-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"13\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"LED\",\n                        \"DepartureAirport\": \"LED\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2023-03-26 05:45:00\",\n                        \"DepartureDateStamp\": 1679798700,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"SVO\",\n                        \"ArrivalTerminal\": \"B\",\n                        \"ArrivalDate\": \"2023-03-26 07:15:00\",\n                        \"ArrivalDateStamp\": 1679804100,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"35\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"35\",\n                        \"Aircraft\": \"320\",\n                        \"FlightTime\": 90,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [\n            {\n                \"ID\": \"ADT:1\",\n                \"Type\": \"ADT\",\n                \"ClientID\": null,\n                \"GateID\": \"12\",\n                \"GateType\": \"ААА\",\n                \"GateData\": {\n                    \"Name\": \"NAJVN PASHB\",\n                    \"Surname\": \"SATCC\",\n                    \"Category\": \"ААА\",\n                    \"Lead\": true\n                },\n                \"Name\": \"NAJVN\",\n                \"Surname\": \"SATCC\",\n                \"Patronymic\": \"PASHB\",\n                \"Gender\": \"Female\",\n                \"Birthday\": -102740400,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505825950\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1710536400\n                },\n                \"Bonus\": [],\n                \"Source\": {\n                    \"Name\": \"\",\n                    \"Surname\": \"\",\n                    \"Patronymic\": \"\",\n                    \"Document\": []\n                },\n                \"Status\": \"Active\"\n            }\n        ],\n        \"Contacts\": [\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"1\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"PhoneMobile\",\n                \"Value\": \"79265272097\"\n            },\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"2\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"Email\",\n                \"Value\": \"EG@EDGROUP.RU\"\n            }\n        ],\n        \"Ancillaries\": [\n            {\n                \"ID\": \"F361613D-C25E-4040-A99B-7EC131E7F755\",\n                \"Number\": \"555-4550020627\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": true,\n                    \"ServiceID\": \"14\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": 1678948505,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"RefundVariants\": [\n            {\n                \"Date\": 1678948448,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Ticket\": {\n                    \"Type\": \"EMD\",\n                    \"Number\": \"555-4550020627\",\n                    \"Segments\": [\n                        null\n                    ],\n                    \"Traveller\": \"ADT:1\"\n                },\n                \"Locked\": false,\n                \"Involuntary\": false,\n                \"Pricing\": [],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ],\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"ad3a9d41-c59f-4162-900a-7b9e276deb95"},{"name":"Refund","id":"0df2cb0d-685d-48a5-80e4-9a1831c56823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Refund\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Ancillaries\": [\r\n            {\r\n                \"Number\": \"555-4550020627\"\r\n            }\r\n        ],\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/","description":"<p>Возврат оформленных доп. услуг.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Ancillaries</td>\n<td>Массив с EMD к возврату</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Involuntary</td>\n<td>Указатель добровольного <code>false</code> или вынужденного возврата <code>true</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>InvoluntaryReason</td>\n<td>Причина вынужденного возврата. Указывается на английском языке. Добавляется в ремарку.</td>\n<td>M</td>\n</tr>\n<tr>\n<td>InvoluntaryDescription</td>\n<td>Доп. комментарии для вынужденного возврата. Указывается на английском языке. Добавляется в ремарку.</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","ancillary",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"f9690145-63db-4f5a-9625-e4672f59ca20","name":"Refund","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Refund\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Ancillaries\": [\r\n            {\r\n                \"Number\": \"555-4550020627\"\r\n            }\r\n        ],\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 06:35:28 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T09:35:31+03:00\",\n    \"TimeStamp\": 1678948531,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 2.6244,\n    \"Method\": \"Refund\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678948531,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Ancillaries\": [\n            {\n                \"ID\": \"F361613D-C25E-4040-A99B-7EC131E7F755\",\n                \"Number\": \"555-4550020627\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": true,\n                    \"ServiceID\": \"14\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": 1678948505,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"Refunded\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"0df2cb0d-685d-48a5-80e4-9a1831c56823"},{"name":"Void","id":"f8f8438d-7d05-4323-815f-b267f7815b75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Void\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Ancillaries\": [\r\n            {\r\n                \"Number\": \"555-4550020629\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/","description":"<p>Войдирование доп. услуг.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Ancillaries</td>\n<td>Массив с EMD к войду</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","ancillary",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"0d2f7310-5604-43a0-aa5f-c15b47a47b07","name":"Void","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Void\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Ancillaries\": [\r\n            {\r\n                \"Number\": \"555-4550020629\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ancillary/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 06:41:20 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T09:41:23+03:00\",\n    \"TimeStamp\": 1678948883,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 2.9226,\n    \"Method\": \"Void\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678948883,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Ancillaries\": [\n            {\n                \"ID\": \"F361613D-C25E-4040-A99B-7EC131E7F755\",\n                \"Number\": \"555-4550020627\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": false,\n                    \"ServiceID\": \"14\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": 1678948505,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"Refunded\"\n            },\n            {\n                \"ID\": \"25273312-C8FA-4BB5-86FC-E34A93A12625\",\n                \"Number\": \"555-4550020629\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": false,\n                    \"ServiceID\": \"16\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": 1678949464,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"Voided\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"f8f8438d-7d05-4323-815f-b267f7815b75"}],"id":"ecde3eaa-4014-45c0-b93a-fde155926de8","_postman_id":"ecde3eaa-4014-45c0-b93a-fde155926de8","description":""},{"name":"Seat","item":[{"name":"Map","id":"1b96c21e-760b-4809-98b4-ae5ebdce6f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Map\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/","description":"<p>Получение карты мест.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","seat",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"5c27ff5a-5ce6-481d-8791-f7be35facf54","name":"Map","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Map\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 07:01:32 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T10:01:36+03:00\",\n    \"TimeStamp\": 1678950096,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 3.2022,\n    \"Method\": \"Map\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678950095,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Itineraries\": [\n            {\n                \"ID\": \"MOW-LED\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 85,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-LED\",\n                        \"Num\": 0,\n                        \"GateID\": \"12\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"SVO\",\n                        \"DepartureTerminal\": \"B\",\n                        \"DepartureDate\": \"2023-03-23 01:00:00\",\n                        \"DepartureDateStamp\": 1679522400,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"LED\",\n                        \"ArrivalAirport\": \"LED\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2023-03-23 02:25:00\",\n                        \"ArrivalDateStamp\": 1679527500,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"52\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"52\",\n                        \"Aircraft\": \"32А\",\n                        \"FlightTime\": 85,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"LED-MOW\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 90,\n                \"Segments\": [\n                    {\n                        \"ID\": \"LED-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"13\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"LED\",\n                        \"DepartureAirport\": \"LED\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2023-03-26 05:45:00\",\n                        \"DepartureDateStamp\": 1679798700,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"SVO\",\n                        \"ArrivalTerminal\": \"B\",\n                        \"ArrivalDate\": \"2023-03-26 07:15:00\",\n                        \"ArrivalDateStamp\": 1679804100,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"35\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"35\",\n                        \"Aircraft\": \"320\",\n                        \"FlightTime\": 90,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [\n            {\n                \"ID\": \"ADT:1\",\n                \"Type\": \"ADT\",\n                \"ClientID\": null,\n                \"GateID\": \"12\",\n                \"GateType\": \"ААА\",\n                \"GateData\": {\n                    \"Name\": \"NAJVN PASHB\",\n                    \"Surname\": \"SATCC\",\n                    \"Category\": \"ААА\",\n                    \"Lead\": true\n                },\n                \"Name\": \"NAJVN\",\n                \"Surname\": \"SATCC\",\n                \"Patronymic\": \"PASHB\",\n                \"Gender\": \"Female\",\n                \"Birthday\": -102740400,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505825950\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1710536400\n                },\n                \"Bonus\": [],\n                \"Source\": {\n                    \"Name\": \"\",\n                    \"Surname\": \"\",\n                    \"Patronymic\": \"\",\n                    \"Document\": []\n                },\n                \"Status\": \"Active\"\n            }\n        ],\n        \"Rows\": [\n            {\n                \"Row\": 1,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Business\",\n                \"Cabin\": \"C\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"1A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"K\",\n                            \"LS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"K\",\n                            \"LS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"K\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"K\",\n                            \"RS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 2,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Business\",\n                \"Cabin\": \"C\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"2A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 6,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"6A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"K\",\n                            \"LS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"K\",\n                            \"LS\",\n                            \"MS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"K\",\n                            \"LS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"K\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"K\",\n                            \"MS\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"K\",\n                            \"RS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 7,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"7A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 8,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"8A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 9,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"9A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 10,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"10A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 11,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"11A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 12,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"12A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"LS\",\n                            \"OW\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"A\",\n                            \"LS\",\n                            \"OW\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"A\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 13,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"13A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"E\",\n                            \"IE\",\n                            \"LS\",\n                            \"OW\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"E\",\n                            \"IE\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"LS\",\n                            \"OW\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"E\",\n                            \"IE\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"E\",\n                            \"IE\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 14,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"14A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"L\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"L\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"L\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"L\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"L\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"L\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 15,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"15A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 16,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"16A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 17,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"17A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 18,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"18A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 19,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"19A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 20,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"20A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 21,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"21A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 22,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"22A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 23,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"23A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 24,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"24A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 25,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"25A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 26,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"26A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 27,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"27A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 28,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"28A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 29,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"29A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 30,\n                \"Deck\": \"Main\",\n                \"Segment\": \"MOW-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"30A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"LS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"LS\",\n                            \"MS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"A\",\n                            \"LS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"A\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"MS\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"RS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 1,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Business\",\n                \"Cabin\": \"C\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"1A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"K\",\n                            \"LS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"K\",\n                            \"LS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"K\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"K\",\n                            \"RS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Bulkhead\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 2,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Business\",\n                \"Cabin\": \"C\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"2A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 3,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Business\",\n                \"Cabin\": \"C\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"3A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 4,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Business\",\n                \"Cabin\": \"C\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"4A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 5,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Business\",\n                \"Cabin\": \"C\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"5A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 6,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"6A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 7,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"7A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"FC\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"FC\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39000,\n                            \"Fee\": 0,\n                            \"Total\": 39000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"FC\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"FC\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 45000,\n                            \"Fee\": 0,\n                            \"Total\": 45000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 8,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"8A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"LS\",\n                            \"OW\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"A\",\n                            \"LS\",\n                            \"OW\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"A\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 9,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"9A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"E\",\n                            \"IE\",\n                            \"LS\",\n                            \"OW\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"E\",\n                            \"IE\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"LS\",\n                            \"OW\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"E\",\n                            \"IE\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"1D\",\n                            \"E\",\n                            \"IE\",\n                            \"OW\",\n                            \"RS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"CheckIn\",\n                            \"NoInfant\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 10,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"10A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"L\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"L\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"L\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"L\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"L\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"L\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SPE\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\",\n                            \"Wing\",\n                            \"Comfort\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 11,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"11A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 12,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"12A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 13,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"13A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 14,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"14A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"OW\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\",\n                            \"OW\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"OW\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"OW\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\",\n                            \"Wing\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 15,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"15A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 16,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"16A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 17,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"17A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 18,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"18A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Occupied\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 19,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"19A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 20,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"20A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Occupied\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 21,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"21A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 22,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"22A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 23,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"23A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 24,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"24A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\",\n                                \"EK\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"EK\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 30000,\n                            \"Fee\": 0,\n                            \"Total\": 30000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"EK\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"EK\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"0B5\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 36000,\n                            \"Fee\": 0,\n                            \"Total\": 36000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 25,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-MOW\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"25A\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"LS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25B\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"LS\",\n                            \"MS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25C\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"A\",\n                            \"LS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25D\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"A\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"A\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25E\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"MS\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"MS\",\n                            \"RS\",\n                            \"V\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25F\",\n                        \"GateID\": \"\",\n                        \"GateData\": {\n                            \"GateCharacteristics\": [\n                                \"CH\",\n                                \"W\"\n                            ]\n                        },\n                        \"GateCharacteristics\": [\n                            \"1D\",\n                            \"RS\",\n                            \"V\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"\",\n                        \"Travellers\": [\n                            \"ADT:1\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"CheckIn\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 0,\n                            \"Fee\": 0,\n                            \"Total\": 0,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"1b96c21e-760b-4809-98b4-ae5ebdce6f55"},{"name":"Map [By ID]","id":"eeb4520f-94c2-4963-94e7-95d3f9281afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Map\",\r\n    \"Body\": {\r\n        \"ID\": \"641C-5788-9F0A-E2C9-DB0B-DAEB\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/","description":"<p>Информационное получение карты мест с целю демонстрации клиенту до создания бронирования.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td><code>ID</code> сессии бронирования, полученному из ответа <code>Information</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><p>⚠️ Обращаем внимание: Стоимость доп. услуг может разниться в зависимости от выбранной тарифной группы, поэтому выполнение <code>FareVariantSelect</code> обязательно перед выполнением данного запроса.</p>\n","urlObject":{"protocol":"https","path":["service","avia","seat",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"bdbb4f32-8b6b-4af7-90f0-3413f5bda96a","name":"Map [By ID]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Map\",\r\n    \"Body\": {\r\n        \"ID\": \"641C-5788-9F0A-E2C9-DB0B-DAEB\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Mar 2023 14:05:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-23T17:05:04+03:00\",\n    \"TimeStamp\": 1679580304,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 2.7327,\n    \"Method\": \"Map\",\n    \"Result\": {\n        \"ID\": \"641C-5788-9F0A-E2C9-DB0B-DAEB\",\n        \"Date\": 1679579016,\n        \"DateUpdate\": 1679580304,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-P1\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"\",\n        \"RecordPIN\": 0,\n        \"Itineraries\": [\n            {\n                \"ID\": \"7933EE2C-BB88-41AA-9238-2346E629A156\",\n                \"Num\": 1,\n                \"GateID\": null,\n                \"GateData\": [],\n                \"Duration\": 505,\n                \"Segments\": [\n                    {\n                        \"ID\": \"LED-SVX\",\n                        \"Num\": 0,\n                        \"GateID\": \"7\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"LED\",\n                        \"DepartureAirport\": \"LED\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2023-03-24 23:45:00\",\n                        \"DepartureDateStamp\": 1679690700,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"SVX\",\n                        \"ArrivalAirport\": \"SVX\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2023-03-25 04:35:00\",\n                        \"ArrivalDateStamp\": 1679708100,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"DP\",\n                        \"OperatingFlightNumber\": \"515\",\n                        \"MarketingAirline\": \"DP\",\n                        \"MarketingFlightNumber\": \"515\",\n                        \"Aircraft\": \"738\",\n                        \"FlightTime\": 170,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    },\n                    {\n                        \"ID\": \"SVX-AER\",\n                        \"Num\": 0,\n                        \"GateID\": \"8\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"SVX\",\n                        \"DepartureAirport\": \"SVX\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2023-03-25 06:15:00\",\n                        \"DepartureDateStamp\": 1679714100,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"AER\",\n                        \"ArrivalAirport\": \"AER\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2023-03-25 08:10:00\",\n                        \"ArrivalDateStamp\": 1679721000,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"DP\",\n                        \"OperatingFlightNumber\": \"340\",\n                        \"MarketingAirline\": \"DP\",\n                        \"MarketingFlightNumber\": \"340\",\n                        \"Aircraft\": \"738\",\n                        \"FlightTime\": 235,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"CAC50FB5-8626-4DA5-9EEF-0BD52824B97E\",\n                \"Num\": 2,\n                \"GateID\": null,\n                \"GateData\": [],\n                \"Duration\": 480,\n                \"Segments\": [\n                    {\n                        \"ID\": \"AER-SVX\",\n                        \"Num\": 0,\n                        \"GateID\": \"5\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"AER\",\n                        \"DepartureAirport\": \"AER\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2023-03-26 22:55:00\",\n                        \"DepartureDateStamp\": 1679860500,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"SVX\",\n                        \"ArrivalAirport\": \"SVX\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2023-03-27 04:40:00\",\n                        \"ArrivalDateStamp\": 1679881200,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"DP\",\n                        \"OperatingFlightNumber\": \"339\",\n                        \"MarketingAirline\": \"DP\",\n                        \"MarketingFlightNumber\": \"339\",\n                        \"Aircraft\": \"738\",\n                        \"FlightTime\": 225,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    },\n                    {\n                        \"ID\": \"SVX-LED\",\n                        \"Num\": 0,\n                        \"GateID\": \"6\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"SVX\",\n                        \"DepartureAirport\": \"SVX\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2023-03-27 06:00:00\",\n                        \"DepartureDateStamp\": 1679886000,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"LED\",\n                        \"ArrivalAirport\": \"LED\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2023-03-27 06:55:00\",\n                        \"ArrivalDateStamp\": 1679889300,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"DP\",\n                        \"OperatingFlightNumber\": \"516\",\n                        \"MarketingAirline\": \"DP\",\n                        \"MarketingFlightNumber\": \"516\",\n                        \"Aircraft\": \"738\",\n                        \"FlightTime\": 175,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [],\n        \"Rows\": [\n            {\n                \"Row\": 1,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"1A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 2,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"2A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 3,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"3A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 4,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"4A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 5,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"5A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 6,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"6A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 7,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"7A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 8,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"8A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 9,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"9A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 10,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"10A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 11,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"11A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1W\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1W\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 12,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"12A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 13,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"13A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 14,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"14A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 15,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"15A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 16,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"16A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 17,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"17A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 18,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"18A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 19,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"19A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 20,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"20A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 21,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"21A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 22,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"22A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 23,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"23A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 24,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"24A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Occupied\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Occupied\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 25,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"25A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Occupied\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 26,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"26A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 27,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"27A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 28,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"28A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 29,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"29A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 30,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"30A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 31,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"31A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 32,\n                \"Deck\": \"Main\",\n                \"Segment\": \"LED-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"32A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Occupied\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 1,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"1A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 2,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"2A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 3,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"3A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 4,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"4A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 5,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"5A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 6,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"6A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 7,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"7A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 8,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"8A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 9,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"9A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 10,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"10A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 11,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"11A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1W\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1W\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 12,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"12A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 13,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"13A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 14,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"14A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 15,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"15A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 16,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"16A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 17,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"17A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 18,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"18A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 19,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"19A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 20,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"20A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 21,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"21A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 22,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"22A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 23,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"23A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 24,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"24A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 25,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"25A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 26,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"26A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 27,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"27A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 28,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"28A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 29,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"29A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 30,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"30A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 31,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"31A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 32,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-AER\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"32A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Occupied\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 1,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"1A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 2,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"2A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 3,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"3A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 4,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"4A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 5,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"5A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 6,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"6A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 7,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"7A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 8,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"8A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 9,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"9A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 10,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"10A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 11,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"11A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1W\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1W\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 12,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"12A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 13,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"13A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 14,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"14A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 50000,\n                            \"Fee\": 0,\n                            \"Total\": 50000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 15,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"15A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 16,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"16A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 150000,\n                            \"Fee\": 0,\n                            \"Total\": 150000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 17,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"17A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 18,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"18A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 100000,\n                            \"Fee\": 0,\n                            \"Total\": 100000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 19,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"19A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 20,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"20A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 21,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"21A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 22,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"22A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 23,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"23A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 24,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"24A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 25,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"25A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 26,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"26A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 27,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"27A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 28,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"28A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 29,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"29A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 30,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"30A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 31,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"31A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 32,\n                \"Deck\": \"Main\",\n                \"Segment\": \"AER-SVX\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"32A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 40000,\n                            \"Fee\": 0,\n                            \"Total\": 40000,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 1,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"1A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"1C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 2,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"2A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"2F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 339900,\n                            \"Fee\": 0,\n                            \"Total\": 339900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 3,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"3A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"3F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 4,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"4A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"4F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 5,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"5A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE6\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"5F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 39900,\n                            \"Fee\": 0,\n                            \"Total\": 39900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 6,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"6A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"6F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 7,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"7A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"7F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 8,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"8A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"8F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 9,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"9A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"9F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 10,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"10A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"10F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 11,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"11A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1W\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"11F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1W\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 12,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"12A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"12F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 13,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"13A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"13F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 14,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"14A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 34900,\n                            \"Fee\": 0,\n                            \"Total\": 34900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES1\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE7\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"14F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 15,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"15A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"15F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 16,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"16A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"MS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"LS\",\n                            \"P\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"A\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"MS\",\n                            \"P\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"16F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"1A\",\n                            \"1B\",\n                            \"1C\",\n                            \"E\",\n                            \"IE\",\n                            \"L\",\n                            \"P\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Exit\",\n                            \"Comfort\",\n                            \"Free\",\n                            \"Space\",\n                            \"NoInfant\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 109900,\n                            \"Fee\": 0,\n                            \"Total\": 109900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 17,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"17A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"17F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 18,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"18A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"L\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES4\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 44900,\n                            \"Fee\": 0,\n                            \"Total\": 44900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"18F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"L\",\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"SE3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Space\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 64900,\n                            \"Fee\": 0,\n                            \"Total\": 64900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 19,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"19A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"19F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 20,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"20A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"20F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 21,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"21A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"21F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 22,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"22A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"22F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 23,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"23A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"23F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 24,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"24A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"24F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 25,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"25A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES2\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"25F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES5\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 29900,\n                            \"Fee\": 0,\n                            \"Total\": 29900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 26,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"26A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"26F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 27,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"27A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"27F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 28,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"28A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"28F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 29,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"29A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"29F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 30,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"30A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"30F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 31,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"31A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"31F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            },\n            {\n                \"Row\": 32,\n                \"Deck\": \"Main\",\n                \"Segment\": \"SVX-LED\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"Characteristics\": [],\n                \"Seats\": [\n                    {\n                        \"Number\": \"32A\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32B\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"LS\",\n                            \"MS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32C\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"LS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32D\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"A\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Aisle\",\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32E\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"MS\",\n                            \"RS\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    },\n                    {\n                        \"Number\": \"32F\",\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"GateCharacteristics\": [\n                            \"RS\",\n                            \"W\"\n                        ],\n                        \"ReasonCode\": null,\n                        \"ReasonCodeSub\": \"ES3\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Characteristics\": [\n                            \"Free\",\n                            \"Window\"\n                        ],\n                        \"Price\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        },\n                        \"TotalPrice\": {\n                            \"Base\": 24900,\n                            \"Fee\": 0,\n                            \"Total\": 24900,\n                            \"Currency\": \"RUB\",\n                            \"SourceBase\": 0,\n                            \"SourceFee\": 0,\n                            \"SourceTotal\": 0,\n                            \"SourceCurrency\": \"\",\n                            \"EquivalentBase\": 0,\n                            \"EquivalentFee\": 0,\n                            \"EquivalentTotal\": 0,\n                            \"EquivalentCurrency\": \"\"\n                        }\n                    }\n                ],\n                \"SeatGrid\": \"ABC-DEF\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"eeb4520f-94c2-4963-94e7-95d3f9281afd"},{"name":"Book","id":"fd940a02-195d-4714-a4a7-083753779787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Book\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Seats\": [\r\n            {\r\n                \"Traveller\": \"ADT:1\",\r\n                \"Segment\": \"MOW-LED\",\r\n                \"Deck\": \"Main\",\r\n                \"Cabin\": \"Y\",\r\n                \"Number\": \"7A\"\r\n            },\r\n            {\r\n                \"Traveller\": \"ADT:1\",\r\n                \"Segment\": \"LED-MOW\",\r\n                \"Deck\": \"Main\",\r\n                \"Cabin\": \"Y\",\r\n                \"Number\": \"7F\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/","description":"<p>Бронирование места в салоне.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Seats</td>\n<td>Список мест к бронированию с привязкой к сегментам и пассажирам</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","seat",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"a84d34cd-1daf-4fe5-8c40-f7ad4150ffea","name":"Book","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Book\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Seats\": [\r\n            {\r\n                \"Traveller\": \"ADT:1\",\r\n                \"Segment\": \"MOW-LED\",\r\n                \"Deck\": \"Main\",\r\n                \"Cabin\": \"Y\",\r\n                \"Number\": \"7A\"\r\n            },\r\n            {\r\n                \"Traveller\": \"ADT:1\",\r\n                \"Segment\": \"LED-MOW\",\r\n                \"Deck\": \"Main\",\r\n                \"Cabin\": \"Y\",\r\n                \"Number\": \"7F\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 07:06:18 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T10:06:26+03:00\",\n    \"TimeStamp\": 1678950386,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 7.9834,\n    \"Method\": \"Book\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678950386,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Seats\": [\n            {\n                \"ID\": \"9DB5DF0D-445D-4AD0-A49F-4ED3DFF8D529\",\n                \"Ticket\": null,\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"GateCharacteristics\": [\n                        \"CH\",\n                        \"FC\",\n                        \"W\"\n                    ],\n                    \"Checked\": true,\n                    \"SSRID\": \"17\",\n                    \"ServiceID\": \"18\"\n                },\n                \"GateCharacteristics\": [\n                    \"FC\",\n                    \"LS\",\n                    \"W\"\n                ],\n                \"ExpireDate\": 1679436000,\n                \"ExpireVoidDate\": null,\n                \"Number\": \"7A\",\n                \"Segment\": \"MOW-LED\",\n                \"Traveller\": \"ADT:1\",\n                \"Deck\": \"Main\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"ReasonCode\": \"A\",\n                \"ReasonCodeSub\": \"0B5\",\n                \"Characteristics\": [\n                    \"Free\",\n                    \"Window\"\n                ],\n                \"Price\": {\n                    \"Base\": 45000,\n                    \"Fee\": 0,\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 45000,\n                    \"Fee\": 0,\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"ConfirmedForIssue\"\n            },\n            {\n                \"ID\": \"15CD9719-5719-4528-83BC-273364F84EDA\",\n                \"Ticket\": null,\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"GateCharacteristics\": [\n                        \"CH\",\n                        \"FC\",\n                        \"W\"\n                    ],\n                    \"Checked\": true,\n                    \"SSRID\": \"19\",\n                    \"ServiceID\": \"20\"\n                },\n                \"GateCharacteristics\": [\n                    \"FC\",\n                    \"OW\",\n                    \"RS\",\n                    \"W\"\n                ],\n                \"ExpireDate\": 1679522400,\n                \"ExpireVoidDate\": null,\n                \"Number\": \"7F\",\n                \"Segment\": \"LED-MOW\",\n                \"Traveller\": \"ADT:1\",\n                \"Deck\": \"Main\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"ReasonCode\": \"A\",\n                \"ReasonCodeSub\": \"0B5\",\n                \"Characteristics\": [\n                    \"Free\",\n                    \"Window\",\n                    \"Wing\"\n                ],\n                \"Price\": {\n                    \"Base\": 45000,\n                    \"Fee\": 0,\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 45000,\n                    \"Fee\": 0,\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"ConfirmedForIssue\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"fd940a02-195d-4714-a4a7-083753779787"},{"name":"Issue","id":"210934a4-5d17-4055-8d8d-75882824144a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Issue\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Seats\": []\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/","description":"<p>Оформление EMD на места в салоне.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Seats</td>\n<td>Список дополнительных услуг к оформлению</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","seat",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"210934a4-5d17-4055-8d8d-75882824144a"},{"name":"Refund Calculate","id":"82d548e6-eac7-4976-8c47-0fa632ca4b6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"RefundCalculate\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/","description":"<p>Расчет возврата.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Involuntary</td>\n<td>Указатель добровольного <code>false</code> или вынужденного возврата <code>true</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","seat",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"7aa8a354-381f-4431-b11f-46d462b92a3b","name":"Refund Calculate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"RefundCalculate\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 07:10:43 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T10:10:46+03:00\",\n    \"TimeStamp\": 1678950646,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 2.9255,\n    \"Method\": \"RefundCalculate\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678950646,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"SU\",\n        \"ValidAirlines\": [\n            \"SU\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"RecordDate\": \"2023-03-16 09:07:00\",\n        \"RecordDateStamp\": 1678946820,\n        \"Tickets\": [\n            \"555-2469302900\",\n            \"555-4550020627\",\n            \"555-4550020629\",\n            \"555-4550020632\",\n            \"555-4550020633\"\n        ],\n        \"TicketsDate\": \"2023-03-16 09:07:00\",\n        \"TicketsDateStamp\": 1678946820,\n        \"Itineraries\": [\n            {\n                \"ID\": \"MOW-LED\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 85,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-LED\",\n                        \"Num\": 0,\n                        \"GateID\": \"12\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"SVO\",\n                        \"DepartureTerminal\": \"B\",\n                        \"DepartureDate\": \"2023-03-23 01:00:00\",\n                        \"DepartureDateStamp\": 1679522400,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"LED\",\n                        \"ArrivalAirport\": \"LED\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2023-03-23 02:25:00\",\n                        \"ArrivalDateStamp\": 1679527500,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"52\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"52\",\n                        \"Aircraft\": \"32А\",\n                        \"FlightTime\": 85,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"LED-MOW\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 90,\n                \"Segments\": [\n                    {\n                        \"ID\": \"LED-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"13\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"LED\",\n                        \"DepartureAirport\": \"LED\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2023-03-26 05:45:00\",\n                        \"DepartureDateStamp\": 1679798700,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"SVO\",\n                        \"ArrivalTerminal\": \"B\",\n                        \"ArrivalDate\": \"2023-03-26 07:15:00\",\n                        \"ArrivalDateStamp\": 1679804100,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"35\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"35\",\n                        \"Aircraft\": \"320\",\n                        \"FlightTime\": 90,\n                        \"Connection\": \"\",\n                        \"Legs\": [],\n                        \"Status\": \"Confirmed\"\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [\n            {\n                \"ID\": \"ADT:1\",\n                \"Type\": \"ADT\",\n                \"ClientID\": null,\n                \"GateID\": \"12\",\n                \"GateType\": \"ААА\",\n                \"GateData\": {\n                    \"Name\": \"NAJVN PASHB\",\n                    \"Surname\": \"SATCC\",\n                    \"Category\": \"ААА\",\n                    \"Lead\": true\n                },\n                \"Name\": \"NAJVN\",\n                \"Surname\": \"SATCC\",\n                \"Patronymic\": \"PASHB\",\n                \"Gender\": \"Female\",\n                \"Birthday\": -102740400,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505825950\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1710536400\n                },\n                \"Bonus\": [],\n                \"Source\": {\n                    \"Name\": \"\",\n                    \"Surname\": \"\",\n                    \"Patronymic\": \"\",\n                    \"Document\": []\n                },\n                \"Status\": \"Active\"\n            }\n        ],\n        \"Contacts\": [\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"1\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"PhoneMobile\",\n                \"Value\": \"79265272097\"\n            },\n            {\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"cont_id\": \"1\",\n                    \"loc_id\": \"2\"\n                },\n                \"Traveller\": null,\n                \"Type\": \"Email\",\n                \"Value\": \"EG@EDGROUP.RU\"\n            }\n        ],\n        \"Seats\": [\n            {\n                \"ID\": \"9DB5DF0D-445D-4AD0-A49F-4ED3DFF8D529\",\n                \"Ticket\": \"555-4550020632\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"GateCharacteristics\": [\n                        \"CH\",\n                        \"FC\",\n                        \"W\"\n                    ],\n                    \"Checked\": true,\n                    \"SSRID\": \"17\",\n                    \"ServiceID\": \"18\"\n                },\n                \"GateCharacteristics\": [\n                    \"FC\",\n                    \"LS\",\n                    \"W\"\n                ],\n                \"ExpireDate\": 1679436000,\n                \"ExpireVoidDate\": 1678951134,\n                \"Number\": \"7A\",\n                \"Segment\": \"MOW-LED\",\n                \"Traveller\": \"ADT:1\",\n                \"Deck\": \"Main\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"ReasonCode\": \"A\",\n                \"ReasonCodeSub\": \"0B5\",\n                \"Characteristics\": [\n                    \"Free\",\n                    \"Window\"\n                ],\n                \"Price\": {\n                    \"Base\": 45000,\n                    \"Fee\": 0,\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 45000,\n                    \"Fee\": 0,\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"15CD9719-5719-4528-83BC-273364F84EDA\",\n                \"Ticket\": \"555-4550020633\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"GateCharacteristics\": [\n                        \"CH\",\n                        \"FC\",\n                        \"W\"\n                    ],\n                    \"Checked\": true,\n                    \"SSRID\": \"19\",\n                    \"ServiceID\": \"20\"\n                },\n                \"GateCharacteristics\": [\n                    \"FC\",\n                    \"OW\",\n                    \"RS\",\n                    \"W\"\n                ],\n                \"ExpireDate\": 1679522400,\n                \"ExpireVoidDate\": 1678951139,\n                \"Number\": \"7F\",\n                \"Segment\": \"LED-MOW\",\n                \"Traveller\": \"ADT:1\",\n                \"Deck\": \"Main\",\n                \"Class\": \"Economy\",\n                \"Cabin\": \"Y\",\n                \"ReasonCode\": \"A\",\n                \"ReasonCodeSub\": \"0B5\",\n                \"Characteristics\": [\n                    \"Free\",\n                    \"Window\",\n                    \"Wing\"\n                ],\n                \"Price\": {\n                    \"Base\": 45000,\n                    \"Fee\": 0,\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 45000,\n                    \"Fee\": 0,\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"RefundVariants\": [\n            {\n                \"Date\": 1678950645,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Ticket\": {\n                    \"Type\": \"EMD\",\n                    \"Number\": \"555-4550020632\",\n                    \"Segments\": [\n                        \"MOW-LED\"\n                    ],\n                    \"Traveller\": \"ADT:1\"\n                },\n                \"Locked\": false,\n                \"Involuntary\": false,\n                \"Pricing\": [],\n                \"Price\": {\n                    \"Base\": 45000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 45000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"Date\": 1678950646,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Ticket\": {\n                    \"Type\": \"EMD\",\n                    \"Number\": \"555-4550020633\",\n                    \"Segments\": [\n                        \"LED-MOW\"\n                    ],\n                    \"Traveller\": \"ADT:1\"\n                },\n                \"Locked\": false,\n                \"Involuntary\": false,\n                \"Pricing\": [],\n                \"Price\": {\n                    \"Base\": 45000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 45000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 45000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ],\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"82d548e6-eac7-4976-8c47-0fa632ca4b6c"},{"name":"Refund","id":"f353e1ca-9b1b-4d00-a8dd-85071ea7a342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Refund\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Seats\": [\r\n            {\r\n                \"Ticket\": \"555-4550020632\"\r\n            }\r\n        ],\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/","description":"<p>Возврат оформленных доп. услуг.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Ancillaries</td>\n<td>Массив с EMD к возврату</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Involuntary</td>\n<td>Указатель добровольного <code>false</code> или вынужденного возврата <code>true</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>InvoluntaryReason</td>\n<td>Причина вынужденного возврата. Указывается на английском языке. Добавляется в ремарку.</td>\n<td>M</td>\n</tr>\n<tr>\n<td>InvoluntaryDescription</td>\n<td>Доп. комментарии для вынужденного возврата. Указывается на английском языке. Добавляется в ремарку.</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","seat",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"20ff733c-35a7-4a05-80d3-a4b273b51fbd","name":"Refund","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Refund\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Seats\": [\r\n            {\r\n                \"Ticket\": \"555-4550020632\"\r\n            }\r\n        ],\r\n        \"Involuntary\": false\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 07:14:41 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T10:14:45+03:00\",\n    \"TimeStamp\": 1678950885,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 3.7803,\n    \"Method\": \"Refund\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678950885,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Ancillaries\": [\n            {\n                \"ID\": \"F361613D-C25E-4040-A99B-7EC131E7F755\",\n                \"Number\": \"555-4550020627\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": false,\n                    \"ServiceID\": \"14\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": 1678948505,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"Refunded\"\n            },\n            {\n                \"ID\": \"25273312-C8FA-4BB5-86FC-E34A93A12625\",\n                \"Number\": \"555-4550020629\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": false,\n                    \"ServiceID\": \"16\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": 1678949464,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"Voided\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"f353e1ca-9b1b-4d00-a8dd-85071ea7a342"},{"name":"Void","id":"148ab36a-9aed-4028-bdb6-40fddb6f070a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Void\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Seats\": [\r\n            {\r\n                \"Ticket\": \"555-4550020633\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/","description":"<p>Войдирование доп. услуг.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Ancillaries</td>\n<td>Массив с EMD к войду</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","seat",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"8653bb4d-6f80-494f-926a-647e429cee1b","name":"Void","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Void\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Seats\": [\r\n            {\r\n                \"Ticket\": \"555-4550020633\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 07:14:18 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T10:14:21+03:00\",\n    \"TimeStamp\": 1678950861,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 2.9542,\n    \"Method\": \"Void\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678950861,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Ancillaries\": [\n            {\n                \"ID\": \"F361613D-C25E-4040-A99B-7EC131E7F755\",\n                \"Number\": \"555-4550020627\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": false,\n                    \"ServiceID\": \"14\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": 1678948505,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"Refunded\"\n            },\n            {\n                \"ID\": \"25273312-C8FA-4BB5-86FC-E34A93A12625\",\n                \"Number\": \"555-4550020629\",\n                \"GateID\": \"\",\n                \"GateData\": {\n                    \"ServiceType\": \"C\",\n                    \"Checked\": false,\n                    \"ServiceID\": \"16\"\n                },\n                \"ExpireDate\": null,\n                \"ExpireVoidDate\": 1678949464,\n                \"Code\": \"\",\n                \"Type\": \"EMD-A\",\n                \"Airline\": \"SU\",\n                \"Service\": \"BaggageChecked\",\n                \"Group\": \"BG\",\n                \"GroupSub\": \"\",\n                \"Element\": \"\",\n                \"ElementCode\": \"\",\n                \"ReasonCode\": \"C\",\n                \"ReasonCodeSub\": \"0C3\",\n                \"Name\": \"PREPAID BAGGAGE 23KG\",\n                \"Description\": \"\",\n                \"GateName\": \"PREPAID BAGGAGE 23KG\",\n                \"GateDescription\": \"\",\n                \"Traveller\": \"ADT:1\",\n                \"Segments\": [\n                    \"MOW-LED\"\n                ],\n                \"Price\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 270000,\n                    \"Fee\": 0,\n                    \"Total\": 270000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Params\": [],\n                \"Status\": \"Voided\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"148ab36a-9aed-4028-bdb6-40fddb6f070a"}],"id":"fb0ad560-03d5-41fe-98c8-c6b39ab4525c","_postman_id":"fb0ad560-03d5-41fe-98c8-c6b39ab4525c","description":""},{"name":"Update","item":[{"name":"Document","id":"40c70391-5f1b-45dd-8315-a17c5db3afa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Update\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Travellers\": [\r\n            {\r\n                \"ID\": \"ADT:1\",\r\n                \"Document\": {\r\n                    \"Number\": \"4505917654\",\r\n                    \"ExpireDate\": \"2025-10-20\"\r\n                },\r\n                \"Bonus\": [\r\n                    {\r\n                        \"Company\": \"SU\",\r\n                        \"Number\": \"1234567\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/","description":"<p>Оформление EMD на места в салоне.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Seats</td>\n<td>Список дополнительных услуг к оформлению</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","seat",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"40c70391-5f1b-45dd-8315-a17c5db3afa3"},{"name":"Contacts","id":"dded81f7-e413-41d8-be45-1e3d0c6f8750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Update\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\",\r\n        \"Contacts\": [\r\n            {\r\n                \"Type\": \"PhoneMobile\",\r\n                \"Value\": \"79001234567\"\r\n            },\r\n            {\r\n                \"Type\": \"Email\",\r\n                \"Value\": \"test@test.com\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/seat/","description":"<p>Оформление EMD на места в салоне.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Seats</td>\n<td>Список дополнительных услуг к оформлению</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","seat",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dded81f7-e413-41d8-be45-1e3d0c6f8750"}],"id":"29eca178-e6d4-4a71-bb5b-6f61b495f2ad","_postman_id":"29eca178-e6d4-4a71-bb5b-6f61b495f2ad","description":""},{"name":"SSR","item":[{"name":"Add","id":"dde2592f-8c26-43ad-a8bc-de39484cbd4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Add\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"247B7L\",\r\n        \"Surname\": \"SAULV\",\r\n        \"Services\": [\r\n            {\r\n                \"Type\": \"OTHS\",\r\n                \"Segment\": \"MOW-URS\",\r\n                \"Traveller\": \"ADT:1\",\r\n                \"Text\": \"TEXT TEXT TEXT\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ssr/","description":"<p>Добавление SSR в бронирование</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber <code>M</code></td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n</tr>\n<tr>\n<td>Surname <code>M</code></td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n</tr>\n<tr>\n<td>Services <code>M</code></td>\n<td>Список SSR для добавления в бронирование с привязкой к сегментам и пассажирам</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","ssr",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"3452eb30-6170-48b8-adbe-ccef6211d245","name":"Add","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Add\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"247B7L\",\r\n        \"Surname\": \"SAULV\",\r\n        \"Services\": [\r\n            {\r\n                \"Type\": \"OTHS\",\r\n                \"Segment\": \"MOW-URS\",\r\n                \"Traveller\": \"ADT:1\",\r\n                \"Text\": \"TEXT TEXT TEXT\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ssr/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Tue, 13 Feb 2024 02:47:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2024-02-13T05:47:40+03:00\",\n    \"TimeStamp\": 1707792460,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.4744,\n    \"Method\": \"Add\",\n    \"Result\": {\n        \"ID\": \"65CA-D7AA-2BB3-7B64-A804-7772\",\n        \"Date\": 1707792298,\n        \"DateUpdate\": 1707792460,\n        \"Type\": \"Special\",\n        \"Stage\": \"Dev\",\n        \"RecordNumber\": \"247B7L\",\n        \"RecordPIN\": 660016,\n        \"Services\": [\n            {\n                \"ID\": \"SSR:13\",\n                \"Type\": \"MUST\",\n                \"GateID\": \"13\",\n                \"GateType\": \"MUST\",\n                \"GateStatus\": \"НК\",\n                \"Segment\": \"MOW-URS\",\n                \"Traveller\": \"ADT:1\",\n                \"Quantity\": 1,\n                \"Text\": \"KWOTA BBG\",\n                \"Locked\": true,\n                \"Status\": \"Confirmed\"\n            },\n            {\n                \"ID\": \"SSR:14\",\n                \"Type\": \"ПРОЧ\",\n                \"GateID\": \"14\",\n                \"GateType\": \"ПРОЧ\",\n                \"GateStatus\": \"НК\",\n                \"Segment\": null,\n                \"Traveller\": null,\n                \"Quantity\": 0,\n                \"Text\": \"ПРДГ\",\n                \"Locked\": true,\n                \"Status\": \"Confirmed\"\n            },\n            {\n                \"ID\": \"SSR:15\",\n                \"Type\": \"ПРОЧ\",\n                \"GateID\": \"15\",\n                \"GateType\": \"ПРОЧ\",\n                \"GateStatus\": \"НК\",\n                \"Segment\": null,\n                \"Traveller\": null,\n                \"Quantity\": 0,\n                \"Text\": \"ПРД1\",\n                \"Locked\": true,\n                \"Status\": \"Confirmed\"\n            },\n            {\n                \"ID\": \"SSR:16\",\n                \"Type\": \"ПРОЧ\",\n                \"GateID\": \"16\",\n                \"GateType\": \"ПРОЧ\",\n                \"GateStatus\": \"НК\",\n                \"Segment\": \"MOW-URS\",\n                \"Traveller\": null,\n                \"Quantity\": 0,\n                \"Text\": \"SPECIAL RESERVE BBG\",\n                \"Locked\": true,\n                \"Status\": \"Confirmed\"\n            },\n            {\n                \"ID\": \"SSR:17\",\n                \"Type\": \"ПРОЧ\",\n                \"GateID\": \"17\",\n                \"GateType\": \"ПРОЧ\",\n                \"GateStatus\": \"НК\",\n                \"Segment\": \"MOW-URS\",\n                \"Traveller\": \"ADT:1\",\n                \"Quantity\": 1,\n                \"Text\": \"TEXT TEXT TEXT\",\n                \"Locked\": false,\n                \"Status\": \"Confirmed\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"dde2592f-8c26-43ad-a8bc-de39484cbd4f"},{"name":"Remove","id":"d95a852a-c529-4686-81ad-8658f502e034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Remove\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"247B7L\",\r\n        \"Surname\": \"SAULV\",\r\n        \"Services\": [\r\n            {\r\n                \"ID\": \"SSR:17\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ssr/","description":"<p>Удаление SSR из бронирования</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber <code>M</code></td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n</tr>\n<tr>\n<td>Surname <code>M</code></td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n</tr>\n<tr>\n<td>Services <code>M</code></td>\n<td>Список SSR к удалению из бронирования</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","ssr",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"1043c3e3-868d-4138-9174-f2f631a19ef1","name":"Remove","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Remove\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"247B7L\",\r\n        \"Surname\": \"SAULV\",\r\n        \"Services\": [\r\n            {\r\n                \"ID\": \"SSR:17\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/ssr/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Tue, 13 Feb 2024 02:53:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2024-02-13T05:53:02+03:00\",\n    \"TimeStamp\": 1707792782,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.9143,\n    \"Method\": \"Remove\",\n    \"Result\": {\n        \"ID\": \"65CA-D7AA-2BB3-7B64-A804-7772\",\n        \"Date\": 1707792298,\n        \"DateUpdate\": 1707792782,\n        \"Type\": \"Special\",\n        \"Stage\": \"Dev\",\n        \"RecordNumber\": \"247B7L\",\n        \"RecordPIN\": 660016,\n        \"Services\": [\n            {\n                \"ID\": \"SSR:13\",\n                \"Type\": \"MUST\",\n                \"GateID\": \"13\",\n                \"GateType\": \"MUST\",\n                \"GateStatus\": \"НК\",\n                \"Segment\": \"MOW-URS\",\n                \"Traveller\": \"ADT:1\",\n                \"Quantity\": 1,\n                \"Text\": \"KWOTA BBG\",\n                \"Locked\": true,\n                \"Status\": \"Confirmed\"\n            },\n            {\n                \"ID\": \"SSR:14\",\n                \"Type\": \"ПРОЧ\",\n                \"GateID\": \"14\",\n                \"GateType\": \"ПРОЧ\",\n                \"GateStatus\": \"НК\",\n                \"Segment\": null,\n                \"Traveller\": null,\n                \"Quantity\": 0,\n                \"Text\": \"ПРДГ\",\n                \"Locked\": true,\n                \"Status\": \"Confirmed\"\n            },\n            {\n                \"ID\": \"SSR:15\",\n                \"Type\": \"ПРОЧ\",\n                \"GateID\": \"15\",\n                \"GateType\": \"ПРОЧ\",\n                \"GateStatus\": \"НК\",\n                \"Segment\": null,\n                \"Traveller\": null,\n                \"Quantity\": 0,\n                \"Text\": \"ПРД1\",\n                \"Locked\": true,\n                \"Status\": \"Confirmed\"\n            },\n            {\n                \"ID\": \"SSR:16\",\n                \"Type\": \"ПРОЧ\",\n                \"GateID\": \"16\",\n                \"GateType\": \"ПРОЧ\",\n                \"GateStatus\": \"НК\",\n                \"Segment\": \"MOW-URS\",\n                \"Traveller\": null,\n                \"Quantity\": 0,\n                \"Text\": \"SPECIAL RESERVE BBG\",\n                \"Locked\": true,\n                \"Status\": \"Confirmed\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"d95a852a-c529-4686-81ad-8658f502e034"}],"id":"8186a458-acaa-4337-a16b-e6270f9b3660","_postman_id":"8186a458-acaa-4337-a16b-e6270f9b3660","description":""},{"name":"Remark","item":[{"name":"Add","id":"cf3649ca-1b8d-4a72-a588-506ae732a069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Add\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"247B7L\",\r\n        \"Surname\": \"SAULV\",\r\n        \"Remarks\": [\r\n            {\r\n                \"Text\": \"TEXT TEXT TEXT\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/remark/","description":"<p>Добавление ремарок в бронирование</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber <code>M</code></td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n</tr>\n<tr>\n<td>Surname <code>M</code></td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n</tr>\n<tr>\n<td>Remarks <code>M</code></td>\n<td>Список ремарок для добавления в бронирвоание</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","remark",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"96a336b6-f4fe-4fb0-a2aa-c76f7f730c5f","name":"Add","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Add\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"247B7L\",\r\n        \"Surname\": \"SAULV\",\r\n        \"Remarks\": [\r\n            {\r\n                \"Text\": \"TEXT TEXT TEXT\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/remark/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Tue, 13 Feb 2024 02:54:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2024-02-13T05:54:32+03:00\",\n    \"TimeStamp\": 1707792872,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.6417,\n    \"Method\": \"Add\",\n    \"Result\": {\n        \"ID\": \"65CA-D7AA-2BB3-7B64-A804-7772\",\n        \"Date\": 1707792298,\n        \"DateUpdate\": 1707792872,\n        \"Type\": \"Special\",\n        \"Stage\": \"Dev\",\n        \"RecordNumber\": \"247B7L\",\n        \"RecordPIN\": 660016,\n        \"Remarks\": [\n            {\n                \"ID\": \"Remark:2\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"2\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"SSWMOD-DT/2024/02/13-05-45/IP/51.250.3.163\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:3\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"3\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"AT/DEV-TERM-65CAD7AA2BB37B64A8047772\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:4\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"4\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"FARE/PUB/G\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:5\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"5\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"FARE/PUB/AMT/1ADT/0/0/0/RUB\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:6\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"6\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"RECEIVED FROM/SU TERMINAL IBE\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:7\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"7\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"POSCOUNTRY RU\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:8\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"8\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"REFERRER XXWEBGN\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:9\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"9\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"TEXT TEXT TEXT\",\n                \"Locked\": false,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"SSR:13\",\n                \"Type\": \"SSR\",\n                \"GateID\": \"13\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"MUST KWOTA BBG НК\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"SSR:14\",\n                \"Type\": \"SSR\",\n                \"GateID\": \"14\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"ПРОЧ ПРДГ НК\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"SSR:15\",\n                \"Type\": \"SSR\",\n                \"GateID\": \"15\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"ПРОЧ ПРД1 НК\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"SSR:16\",\n                \"Type\": \"SSR\",\n                \"GateID\": \"16\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"ПРОЧ SPECIAL RESERVE BBG НК\",\n                \"Locked\": true,\n                \"Status\": null\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"cf3649ca-1b8d-4a72-a588-506ae732a069"},{"name":"Remove","id":"fb778804-3bc1-4de1-aca3-fd045c536813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Remove\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"247B7L\",\r\n        \"Surname\": \"SAULV\",\r\n        \"Remarks\": [\r\n            {\r\n                \"ID\": \"Remark:9\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/remark/","description":"<p>Удаление ремарок из бронирования</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber <code>M</code></td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n</tr>\n<tr>\n<td>Surname <code>M</code></td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n</tr>\n<tr>\n<td>Remarks <code>M</code></td>\n<td>Список ремарок для удаления из бронирования</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia","remark",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"da5c5902-3a60-40a3-906d-913951995116","name":"Remove","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Remove\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"247B7L\",\r\n        \"Surname\": \"SAULV\",\r\n        \"Remarks\": [\r\n            {\r\n                \"ID\": \"Remark:9\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/remark/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Tue, 13 Feb 2024 02:55:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2024-02-13T05:55:08+03:00\",\n    \"TimeStamp\": 1707792908,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.3483,\n    \"Method\": \"Remove\",\n    \"Result\": {\n        \"ID\": \"65CA-D7AA-2BB3-7B64-A804-7772\",\n        \"Date\": 1707792298,\n        \"DateUpdate\": 1707792908,\n        \"Type\": \"Special\",\n        \"Stage\": \"Dev\",\n        \"RecordNumber\": \"247B7L\",\n        \"RecordPIN\": 660016,\n        \"Remarks\": [\n            {\n                \"ID\": \"Remark:2\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"2\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"SSWMOD-DT/2024/02/13-05-45/IP/51.250.3.163\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:3\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"3\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"AT/DEV-TERM-65CAD7AA2BB37B64A8047772\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:4\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"4\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"FARE/PUB/G\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:5\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"5\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"FARE/PUB/AMT/1ADT/0/0/0/RUB\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:6\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"6\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"RECEIVED FROM/SU TERMINAL IBE\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:7\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"7\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"POSCOUNTRY RU\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:8\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"8\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"REFERRER XXWEBGN\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"Remark:10\",\n                \"Type\": \"Remark\",\n                \"GateID\": \"10\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"TEXT TEXT TEXT\",\n                \"Locked\": false,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"SSR:13\",\n                \"Type\": \"SSR\",\n                \"GateID\": \"13\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"MUST KWOTA BBG НК\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"SSR:14\",\n                \"Type\": \"SSR\",\n                \"GateID\": \"14\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"ПРОЧ ПРДГ НК\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"SSR:15\",\n                \"Type\": \"SSR\",\n                \"GateID\": \"15\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"ПРОЧ ПРД1 НК\",\n                \"Locked\": true,\n                \"Status\": null\n            },\n            {\n                \"ID\": \"SSR:16\",\n                \"Type\": \"SSR\",\n                \"GateID\": \"16\",\n                \"GateData\": [],\n                \"GateStatus\": \"\",\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"ПРОЧ SPECIAL RESERVE BBG НК\",\n                \"Locked\": true,\n                \"Status\": null\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"fb778804-3bc1-4de1-aca3-fd045c536813"}],"id":"1ce2b698-228e-4c9f-bf6c-346d7078c249","_postman_id":"1ce2b698-228e-4c9f-bf6c-346d7078c249","description":""},{"name":"Information","id":"d3e736e9-781a-43f0-b6eb-0e58643ec8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"ID\": \"6057-5DF4-9F0A-E21E-6F24-5E03\",\r\n        \"Variants\": [\r\n            \"3EB3BA05-D772-4BF0-B9F2-CDF69AAA9AD1\",\r\n            \"9CDB2D8C-67D2-4C0C-97D7-8876CBF3F65C\"\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Подтверждение цены, уточнение групп тарифов и получение ID сессии бронирования (BookID).</p>\n<p>⚠️ Обратите внимание: При каждом запросе Information с одной и той же комбинацией <code>ID</code>+<code>Variants[]</code> — вы будете получать тот же ID сессии бронирования (BookID).<br />ID сессии бронирования (BookID) поменяется в случае если в предыдущую сессию бронирования были уже переданы пассажиры. Так же, новый ID сессии можно получить если в блоке <code>Params</code> передать <code>New: true</code> — в таком случае, при каждом запросе Information будет формироваться новый ID сессии бронирования.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID <code>M</code></td>\n<td><code>ID</code> результата поиска</td>\n</tr>\n<tr>\n<td>Variants[] <code>M</code></td>\n<td><code>ID</code> вариантов. Возможно указание только вариантов, полученных в рамках одной рекомендации. Кол-во вариантов должно быть равно кол-ву запрашиваемых перелетов при поиске. К примеру: если при поиске вы запрашивали два перелета (туда и обратно), то и в массив <code>Variants[]</code> должно быть передано 2 ID варианта</td>\n</tr>\n<tr>\n<td>ExternalID <code>O</code></td>\n<td>Клиентский ID бронирования. Если указан — сохранится в базе с обновлением текущего значения. Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n</tr>\n<tr>\n<td>ExternalNumber <code>O</code></td>\n<td>Клиентский номер бронирования. Если указан — сохранится в базе с обновлением текущего значения. Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n</tr>\n<tr>\n<td>Calculation <code>O</code></td>\n<td>Указание/обновление дополнительного сбора для автоматического учета и расчета в системе. Пример — см. пример «Check + Обновление сбора». Описание — см. «Search + Tariff Fee»</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>New <code>O</code></td>\n<td>Получить новый ID сессии бронирования. Boolean: <code>true</code> или <code>false</code>✔</td>\n</tr>\n<tr>\n<td>Enhanced <code>O</code></td>\n<td>Выдача AI подготовленной информации. Доступные параметры: <code>All</code> — выдача AI&amp;Gate информации; <code>AI</code> — выдача только AI информации (если есть)</td>\n</tr>\n<tr>\n<td>Update <code>O</code></td>\n<td>Обновление информации из GDS о доступных тарифах. Boolean: <code>true</code>✔ или <code>false</code></td>\n</tr>\n<tr>\n<td>Dictionary <code>O</code></td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"d0e17847-1251-48f2-b783-4aaa60069453","name":"Information","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"ID\": \"6057-5DF4-9F0A-E21E-6F24-5E03\",\r\n        \"Variants\": [\r\n            \"3EB3BA05-D772-4BF0-B9F2-CDF69AAA9AD1\",\r\n            \"9CDB2D8C-67D2-4C0C-97D7-8876CBF3F65C\"\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Mar 2021 15:06:30 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-21T18:06:36+03:00\",\n    \"TimeStamp\": 1616339196,\n    \"Execution\": 6.4856,\n    \"Method\": \"Information\",\n    \"Result\": {\n        \"ID\": \"6057-60F6-9F0A-E278-6441-4D53\",\n        \"Request\": {\n            \"Travellers\": {\n                \"ADT\": 1,\n                \"CHD\": 0,\n                \"INF\": 0\n            }\n        },\n        \"Date\": 1616339190,\n        \"DateUpdate\": 1616339196,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"AmadeusWS\",\n        \"Credential\": \"MOWZ000ZZ\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"EK\",\n        \"ValidAirlines\": [\n            \"EK\"\n        ],\n        \"SourceValidAirline\": \"EK\",\n        \"SourceValidAirlines\": [\n            \"EK\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"RecordNumber\": \"\",\n        \"RecordLocator\": \"\",\n        \"RecordDate\": null,\n        \"RecordDateStamp\": null,\n        \"RecordExpireDate\": \"2021-03-24 23:59:50\",\n        \"RecordExpireDateStamp\": 1616619590,\n        \"RecordPriceExpireDate\": null,\n        \"RecordPriceExpireDateStamp\": null,\n        \"RecordVoidExpireDate\": null,\n        \"RecordVoidExpireDateStamp\": null,\n        \"Tickets\": [],\n        \"TicketsExtended\": [],\n        \"TicketsDate\": null,\n        \"TicketsDateStamp\": null,\n        \"Itineraries\": [\n            {\n                \"ID\": \"Itin0\",\n                \"Num\": 0,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 0,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"DME\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2021-04-17 23:20:00\",\n                        \"DepartureDateStamp\": 1618690800,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"3\",\n                        \"ArrivalDate\": \"2021-04-18 05:30:00\",\n                        \"ArrivalDateStamp\": 1618713000,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"EK\",\n                        \"OperatingFlightNumber\": \"132\",\n                        \"MarketingAirline\": \"EK\",\n                        \"MarketingFlightNumber\": \"132\",\n                        \"Aircraft\": \"77W\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            },\n            {\n                \"ID\": \"Itin1\",\n                \"Num\": 1,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 0,\n                \"Segments\": [\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"AE\",\n                        \"DepartureCity\": \"DXB\",\n                        \"DepartureAirport\": \"DXB\",\n                        \"DepartureTerminal\": \"3\",\n                        \"DepartureDate\": \"2021-04-24 16:15:00\",\n                        \"DepartureDateStamp\": 1619270100,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"DME\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2021-04-24 20:30:00\",\n                        \"ArrivalDateStamp\": 1619285400,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"EK\",\n                        \"OperatingFlightNumber\": \"131\",\n                        \"MarketingAirline\": \"EK\",\n                        \"MarketingFlightNumber\": \"131\",\n                        \"Aircraft\": \"77W\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [],\n        \"Contacts\": [],\n        \"Fares\": [\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"MOW-DXB\",\n                    \"DXB-MOW\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"M\",\n                \"FareCode\": \"T\",\n                \"FareBasisCode\": \"TKEMPRU1\",\n                \"AvailableSeats\": 9,\n                \"Description\": \"\"\n            }\n        ],\n        \"Baggage\": [\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"MOW-DXB\",\n                    \"DXB-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Allowance\": \"25Kg\",\n                \"Description\": null\n            }\n        ],\n        \"FareFamilies\": [\n            {\n                \"ID\": \"\",\n                \"GateID\": \"ECOSAVER\",\n                \"GateData\": null,\n                \"Name\": \"ECO SAVER\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"ECO SAVER\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"MOW-DXB\",\n                    \"DXB-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"09D\",\n                        \"GateData\": null,\n                        \"Name\": \"30 PERCENT MILES EARNED\",\n                        \"Description\": \"\",\n                        \"GateName\": \"30 PERCENT MILES EARNED\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0AX\",\n                        \"GateData\": null,\n                        \"Name\": \"BEVERAGE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"BEVERAGE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B1\",\n                        \"GateData\": null,\n                        \"Name\": \"ENTERTAINMENT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ENTERTAINMENT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B3\",\n                        \"GateData\": null,\n                        \"Name\": \"MEAL\",\n                        \"Description\": \"\",\n                        \"GateName\": \"MEAL\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0CL\",\n                        \"GateData\": null,\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"INTERNET ACCESS\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0M3\",\n                        \"GateData\": null,\n                        \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0CH\",\n                        \"GateData\": null,\n                        \"Name\": \"CHECKED BAGGAGE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHECKED BAGGAGE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"058\",\n                        \"GateData\": null,\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPGRADE ELIGIBILITY\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B5\",\n                        \"GateData\": null,\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"SA\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0BN\",\n                        \"GateData\": null,\n                        \"Name\": \"CHAUFFEUR DRIVE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHAUFFEUR DRIVE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"GT\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0BX\",\n                        \"GateData\": null,\n                        \"Name\": \"LOUNGE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"LOUNGE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"LG\",\n                        \"Status\": \"NotOffered\"\n                    }\n                ]\n            }\n        ],\n        \"FareVariants\": [\n            {\n                \"ID\": \"BE1B79F0-2C71-421B-8310-C4B955769781\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4080000,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 5020000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 46100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 4080000,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5010000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"6AA5155A-6AC8-488B-A0E9-5157FC19A82F\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4876500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 5816500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 55100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 4876500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5806500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"E81AD8C5-B655-41C2-86C9-25030C375CD5\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4876500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 5816500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 55100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 4876500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5806500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"E24A5A0B-64C9-47D9-88BF-AFA98D839747\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 5673000,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 6613000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 64100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 5673000,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 6603000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"BC5EE78E-A176-40E9-8EBA-EE48E144D219\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8195500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 9135500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 92600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 8195500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9125500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"EE15BD9E-E4A0-4F15-BF7B-6486D52ED95C\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8195500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 9135500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 92600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 8195500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9125500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"8945ED56-A97F-4BFF-AD00-095A87C966DF\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8992000,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 9932000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 101600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 8992000,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9922000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"ED7CE5A0-12A2-4C1E-8F0D-FAB65DD955CA\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8992000,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 9932000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 101600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 8992000,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9922000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"3BA83CDA-1FA2-4250-92BD-BBEF5155C5C4\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 12310500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 13250500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 139100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 12310500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 13240500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ],\n        \"Pricing\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"\",\n                \"Base\": 4080000,\n                \"Tax\": 930000,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"YQ\",\n                        \"Total\": 442600,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 442600,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Total\": 82900,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 82900,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Total\": 80500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 80500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"UH\",\n                        \"Total\": 54400,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 54400,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"AE\",\n                        \"Total\": 151200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 151200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"F6\",\n                        \"Total\": 70600,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 70600,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"TP\",\n                        \"Total\": 10100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 10100,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"ZR\",\n                        \"Total\": 20200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 20200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": 10000,\n                \"FeeData\": \"\",\n                \"Total\": 5020000,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"RUB\",\n                \"EquivalentBase\": 46100,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"EUR\",\n                \"Endorsement\": null\n            }\n        ],\n        \"PricingExtended\": [],\n        \"TotalPrice\": {\n            \"Base\": 4080000,\n            \"Tax\": 930000,\n            \"Taxes\": [],\n            \"Vat\": 0,\n            \"Vats\": [],\n            \"Fee\": 10000,\n            \"FeeData\": \"\",\n            \"Total\": 5020000,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"RUB\",\n            \"EquivalentBase\": 0,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"\"\n        },\n        \"PayDate\": null,\n        \"PayDateStamp\": null,\n        \"PayStatus\": \"\",\n        \"Status\": \"\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"d3e736e9-781a-43f0-b6eb-0e58643ec8ff"},{"name":"Information [By Book ID]","id":"4e3fe938-ef3c-4a07-b3f1-92a180cfd727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"ID\": \"64F7-47EB-825A-0629-CB06-9913\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\",\r\n        \"Update\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Повторное получение информации на основе ID сессии бронирования (BookID).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td><code>ID</code> сессии бронирования (BookID)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>ExternalID</td>\n<td>Клиентский ID бронирования. Если указан — сохранится в базе с обновлением текущего значения. Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n<td>O</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>Клиентский номер бронирования. Если указан — сохранится в базе с обновлением текущего значения. Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Calculation</td>\n<td>Указание/обновление дополнительного сбора для автоматического учета и расчета в системе. Пример — см. пример «Check + Обновление сбора». Описание — см. «Search + Tariff Fee»</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Update</td>\n<td>Обновление информации из GDS о доступных тарифах. Boolean: <code>true</code>✔ или <code>false</code></td>\n<td>O</td>\n</tr>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"2faf46c2-b84c-4333-bf92-a1b8fbb7ca8b","name":"Information","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Information\",\r\n    \"Body\": {\r\n        \"ID\": \"6057-5DF4-9F0A-E21E-6F24-5E03\",\r\n        \"Variants\": [\r\n            \"3EB3BA05-D772-4BF0-B9F2-CDF69AAA9AD1\",\r\n            \"9CDB2D8C-67D2-4C0C-97D7-8876CBF3F65C\"\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Mar 2021 15:06:30 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-21T18:06:36+03:00\",\n    \"TimeStamp\": 1616339196,\n    \"Execution\": 6.4856,\n    \"Method\": \"Information\",\n    \"Result\": {\n        \"ID\": \"6057-60F6-9F0A-E278-6441-4D53\",\n        \"Request\": {\n            \"Travellers\": {\n                \"ADT\": 1,\n                \"CHD\": 0,\n                \"INF\": 0\n            }\n        },\n        \"Date\": 1616339190,\n        \"DateUpdate\": 1616339196,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"AmadeusWS\",\n        \"Credential\": \"MOWZ000ZZ\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"EK\",\n        \"ValidAirlines\": [\n            \"EK\"\n        ],\n        \"SourceValidAirline\": \"EK\",\n        \"SourceValidAirlines\": [\n            \"EK\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"RecordNumber\": \"\",\n        \"RecordLocator\": \"\",\n        \"RecordDate\": null,\n        \"RecordDateStamp\": null,\n        \"RecordExpireDate\": \"2021-03-24 23:59:50\",\n        \"RecordExpireDateStamp\": 1616619590,\n        \"RecordPriceExpireDate\": null,\n        \"RecordPriceExpireDateStamp\": null,\n        \"RecordVoidExpireDate\": null,\n        \"RecordVoidExpireDateStamp\": null,\n        \"Tickets\": [],\n        \"TicketsExtended\": [],\n        \"TicketsDate\": null,\n        \"TicketsDateStamp\": null,\n        \"Itineraries\": [\n            {\n                \"ID\": \"Itin0\",\n                \"Num\": 0,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 0,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"DME\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2021-04-17 23:20:00\",\n                        \"DepartureDateStamp\": 1618690800,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"3\",\n                        \"ArrivalDate\": \"2021-04-18 05:30:00\",\n                        \"ArrivalDateStamp\": 1618713000,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"EK\",\n                        \"OperatingFlightNumber\": \"132\",\n                        \"MarketingAirline\": \"EK\",\n                        \"MarketingFlightNumber\": \"132\",\n                        \"Aircraft\": \"77W\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            },\n            {\n                \"ID\": \"Itin1\",\n                \"Num\": 1,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 0,\n                \"Segments\": [\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"AE\",\n                        \"DepartureCity\": \"DXB\",\n                        \"DepartureAirport\": \"DXB\",\n                        \"DepartureTerminal\": \"3\",\n                        \"DepartureDate\": \"2021-04-24 16:15:00\",\n                        \"DepartureDateStamp\": 1619270100,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"DME\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2021-04-24 20:30:00\",\n                        \"ArrivalDateStamp\": 1619285400,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"EK\",\n                        \"OperatingFlightNumber\": \"131\",\n                        \"MarketingAirline\": \"EK\",\n                        \"MarketingFlightNumber\": \"131\",\n                        \"Aircraft\": \"77W\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [],\n        \"Contacts\": [],\n        \"Fares\": [\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"MOW-DXB\",\n                    \"DXB-MOW\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"M\",\n                \"FareCode\": \"T\",\n                \"FareBasisCode\": \"TKEMPRU1\",\n                \"AvailableSeats\": 9,\n                \"Description\": \"\"\n            }\n        ],\n        \"Baggage\": [\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"MOW-DXB\",\n                    \"DXB-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Allowance\": \"25Kg\",\n                \"Description\": null\n            }\n        ],\n        \"FareFamilies\": [\n            {\n                \"ID\": \"\",\n                \"GateID\": \"ECOSAVER\",\n                \"GateData\": null,\n                \"Name\": \"ECO SAVER\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"ECO SAVER\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"MOW-DXB\",\n                    \"DXB-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"09D\",\n                        \"GateData\": null,\n                        \"Name\": \"30 PERCENT MILES EARNED\",\n                        \"Description\": \"\",\n                        \"GateName\": \"30 PERCENT MILES EARNED\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0AX\",\n                        \"GateData\": null,\n                        \"Name\": \"BEVERAGE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"BEVERAGE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B1\",\n                        \"GateData\": null,\n                        \"Name\": \"ENTERTAINMENT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ENTERTAINMENT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B3\",\n                        \"GateData\": null,\n                        \"Name\": \"MEAL\",\n                        \"Description\": \"\",\n                        \"GateName\": \"MEAL\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0CL\",\n                        \"GateData\": null,\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"INTERNET ACCESS\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0M3\",\n                        \"GateData\": null,\n                        \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0CH\",\n                        \"GateData\": null,\n                        \"Name\": \"CHECKED BAGGAGE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHECKED BAGGAGE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"058\",\n                        \"GateData\": null,\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPGRADE ELIGIBILITY\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B5\",\n                        \"GateData\": null,\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"SA\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0BN\",\n                        \"GateData\": null,\n                        \"Name\": \"CHAUFFEUR DRIVE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHAUFFEUR DRIVE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"GT\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0BX\",\n                        \"GateData\": null,\n                        \"Name\": \"LOUNGE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"LOUNGE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"LG\",\n                        \"Status\": \"NotOffered\"\n                    }\n                ]\n            }\n        ],\n        \"FareVariants\": [\n            {\n                \"ID\": \"BE1B79F0-2C71-421B-8310-C4B955769781\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4080000,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 5020000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 46100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 4080000,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5010000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"6AA5155A-6AC8-488B-A0E9-5157FC19A82F\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4876500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 5816500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 55100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 4876500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5806500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"E81AD8C5-B655-41C2-86C9-25030C375CD5\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4876500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 5816500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 55100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 4876500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5806500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"E24A5A0B-64C9-47D9-88BF-AFA98D839747\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 5673000,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 6613000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 64100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 5673000,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 6603000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"BC5EE78E-A176-40E9-8EBA-EE48E144D219\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8195500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 9135500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 92600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 8195500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9125500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"EE15BD9E-E4A0-4F15-BF7B-6486D52ED95C\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8195500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 9135500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 92600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 8195500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9125500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"8945ED56-A97F-4BFF-AD00-095A87C966DF\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8992000,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 9932000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 101600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 8992000,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9922000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"ED7CE5A0-12A2-4C1E-8F0D-FAB65DD955CA\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8992000,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 9932000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 101600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 8992000,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9922000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"3BA83CDA-1FA2-4250-92BD-BBEF5155C5C4\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 12310500,\n                        \"Tax\": 930000,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"XX\",\n                                \"Total\": 8750,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 0,\n                                \"SourceCurrency\": \"\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 10000,\n                        \"FeeData\": \"\",\n                        \"Total\": 13250500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 139100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"TotalPrice\": {\n                    \"Base\": 12310500,\n                    \"Tax\": 930000,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 13240500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ],\n        \"Pricing\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"\",\n                \"Base\": 4080000,\n                \"Tax\": 930000,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"YQ\",\n                        \"Total\": 442600,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 442600,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Total\": 82900,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 82900,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Total\": 80500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 80500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"UH\",\n                        \"Total\": 54400,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 54400,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"AE\",\n                        \"Total\": 151200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 151200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"F6\",\n                        \"Total\": 70600,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 70600,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"TP\",\n                        \"Total\": 10100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 10100,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"ZR\",\n                        \"Total\": 20200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 20200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": 10000,\n                \"FeeData\": \"\",\n                \"Total\": 5020000,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"RUB\",\n                \"EquivalentBase\": 46100,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"EUR\",\n                \"Endorsement\": null\n            }\n        ],\n        \"PricingExtended\": [],\n        \"TotalPrice\": {\n            \"Base\": 4080000,\n            \"Tax\": 930000,\n            \"Taxes\": [],\n            \"Vat\": 0,\n            \"Vats\": [],\n            \"Fee\": 10000,\n            \"FeeData\": \"\",\n            \"Total\": 5020000,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"RUB\",\n            \"EquivalentBase\": 0,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"\"\n        },\n        \"PayDate\": null,\n        \"PayDateStamp\": null,\n        \"PayStatus\": \"\",\n        \"Status\": \"\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"4e3fe938-ef3c-4a07-b3f1-92a180cfd727"},{"name":"FareRules","id":"98a694a6-8bf8-443a-8c32-01aacd4cb443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"FareRules\",\r\n    \"Body\": {\r\n        \"ID\": \"60CD-DD8C-9F0A-E262-F321-27E5\",\r\n        \"Variants\": [\r\n            \"02EA012F-B706-4A98-B114-C8B402B7BD13\",\r\n            \"143E66FD-4A59-4F1B-8290-906EB9D2CDCF\"\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Получение текста правил тарифа.</p>\n<p>Существует два варианта запроса:</p>\n<ol>\n<li>Параметры запроса идентичный <code>Information</code> запросу.</li>\n<li>Передается только <code>ID</code>, равный <code>ID</code> бронирования, полученному из ответа <code>Information</code>, <code>Book</code> или <code>Check</code></li>\n</ol>\n<h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"27e9fe13-31d8-4aa8-9d99-fa218fb6f14e","name":"FareRules","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"FareRules\",\r\n    \"Body\": {\r\n        \"ID\": \"60CD-DD8C-9F0A-E262-F321-27E5\",\r\n        \"Variants\": [\r\n            \"02EA012F-B706-4A98-B114-C8B402B7BD13\",\r\n            \"143E66FD-4A59-4F1B-8290-906EB9D2CDCF\"\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 19 Jun 2021 12:50:34 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-06-19T15:50:35+03:00\",\n    \"TimeStamp\": 1624107035,\n    \"Execution\": 0.0728,\n    \"Method\": \"FareRules\",\n    \"Result\": {\n        \"ID\": \"60CD-E730-9F0A-E241-A222-9922\",\n        \"Date\": 1624106800,\n        \"DateUpdate\": 1624106814,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"AmadeusWS\",\n        \"Credential\": \"MOWZ000ZZ\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"PS\",\n        \"ValidAirlines\": [\n            \"PS\"\n        ],\n        \"SourceValidAirline\": \"PS\",\n        \"SourceValidAirlines\": [\n            \"PS\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"Itineraries\": [\n            {\n                \"ID\": \"Itin1\",\n                \"Num\": 1,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 120,\n                \"Segments\": [\n                    {\n                        \"ID\": \"IEV-PRG\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"UA\",\n                        \"DepartureCity\": \"IEV\",\n                        \"DepartureAirport\": \"KBP\",\n                        \"DepartureTerminal\": \"D\",\n                        \"DepartureDate\": \"2021-08-14 09:30:00\",\n                        \"DepartureDateStamp\": 1628922600,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"CZ\",\n                        \"ArrivalCity\": \"PRG\",\n                        \"ArrivalAirport\": \"PRG\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2021-08-14 10:30:00\",\n                        \"ArrivalDateStamp\": 1628926200,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"PS\",\n                        \"OperatingFlightNumber\": \"807\",\n                        \"MarketingAirline\": \"PS\",\n                        \"MarketingFlightNumber\": \"807\",\n                        \"Aircraft\": \"737\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            },\n            {\n                \"ID\": \"Itin2\",\n                \"Num\": 2,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 125,\n                \"Segments\": [\n                    {\n                        \"ID\": \"PRG-IEV\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"CZ\",\n                        \"DepartureCity\": \"PRG\",\n                        \"DepartureAirport\": \"PRG\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2021-08-21 13:15:00\",\n                        \"DepartureDateStamp\": 1629540900,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"UA\",\n                        \"ArrivalCity\": \"IEV\",\n                        \"ArrivalAirport\": \"KBP\",\n                        \"ArrivalTerminal\": \"D\",\n                        \"ArrivalDate\": \"2021-08-21 16:20:00\",\n                        \"ArrivalDateStamp\": 1629552000,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"PS\",\n                        \"OperatingFlightNumber\": \"808\",\n                        \"MarketingAirline\": \"PS\",\n                        \"MarketingFlightNumber\": \"808\",\n                        \"Aircraft\": \"737\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            }\n        ],\n        \"Fares\": [\n            {\n                \"ID\": null,\n                \"Type\": \"Public\",\n                \"GateID\": null,\n                \"GateType\": \"RP\",\n                \"GateData\": [],\n                \"Segments\": [\n                    \"IEV-PRG\",\n                    \"PRG-IEV\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"M\",\n                \"FareCode\": \"X\",\n                \"FareBasisCode\": \"X002LLU1\",\n                \"AvailableSeats\": 9,\n                \"Description\": \"\"\n            }\n        ],\n        \"Baggage\": [\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"IEV-PRG\",\n                    \"PRG-IEV\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Type\": \"Checked\",\n                \"Allowance\": \"0PC\",\n                \"Quantity\": null,\n                \"Description\": null\n            }\n        ],\n        \"FareFamilies\": [\n            {\n                \"ID\": \"LITE\",\n                \"GateID\": \"LITE\",\n                \"GateData\": null,\n                \"Name\": \"ECONOMY LITE\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"ECONOMY LITE\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"IEV-PRG\",\n                    \"PRG-IEV\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"FRONT SEAT BAG 5KG 40X30X10CM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"0ML\",\n                        \"Classification\": \"C\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"FBY\",\n                        \"Classification\": \"F\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"PRE RESERVED SEAT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"0B5\",\n                        \"Classification\": \"F\",\n                        \"Group\": \"SA\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"MEAL\",\n                        \"Description\": \"\",\n                        \"GateName\": \"\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"0LT\",\n                        \"Classification\": \"F\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"BOARDINGPASS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"CBP\",\n                        \"Classification\": \"F\",\n                        \"Group\": \"TS\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Description\": \"\",\n                        \"GateName\": \"\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"056\",\n                        \"Classification\": \"Z\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Name\": \"BONUS MILES\",\n                        \"Description\": \"\",\n                        \"GateName\": \"\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"057\",\n                        \"Classification\": \"Z\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    }\n                ]\n            }\n        ],\n        \"FareRules\": [\n            {\n                \"Segments\": [\n                    \"IEV-PRG\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Categories\": [\n                    {\n                        \"Code\": \"RU\",\n                        \"Title\": \"RULE APPLICATION\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\nECONOMY LITE FARES WITH ONE HAND BAGGAGE UP TO 7KG.\\nCHECKED BAGGAGE NOT INCLUDED.\\n APPLICATION\\n   AREA\\n     THESE FARES APPLY\\n     BETWEEN EUROPE AND UKRAINE.\\n   CLASS OF SERVICE\\n     THESE FARES APPLY FOR ECONOMY CLASS SERVICE.\\n   TYPES OF TRANSPORTATION\\n     THIS RULE GOVERNS ONE-WAY AND ROUND-TRIP FARES.\\n     FARES GOVERNED BY THIS RULE CAN BE USED TO CREATE\\n     ONE-WAY/ROUND-TRIP/OPEN-JAW JOURNEYS.\"\n                    },\n                    {\n                        \"Code\": \"MX\",\n                        \"Title\": \"MAX STAY\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  TRAVEL FROM LAST STOPOVER MUST COMMENCE NO LATER THAN 3\\n  MONTHS AFTER DEPARTURE FROM FARE ORIGIN.\"\n                    },\n                    {\n                        \"Code\": \"SR\",\n                        \"Title\": \"SALES RESTRICT\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  TICKETS MUST BE ISSUED ON PS .\\n  *** GENERAL RULE FOLLOWS ***\\n \\n  TICKETS MAY NOT BE SOLD IN IRAN,ISLAMIC REPUBLIC OF.\"\n                    },\n                    {\n                        \"Code\": \"AP\",\n                        \"Title\": \"ADVANCE RES/TKT\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  RESERVATIONS ARE REQUIRED FOR ALL SECTORS.\\n         NOTE -\\n          FOR  TICKETING DEADLINE PLEASE SEE AUTOMATED MESSA\\n          GE IN YOUR PNR\"\n                    },\n                    {\n                        \"Code\": \"FL\",\n                        \"Title\": \"FLT APPLICATION\",\n                        \"Text\": \" \\n  THE FARE COMPONENT MUST BE ON\\n      ONE OR MORE OF THE FOLLOWING\\n        PS FLIGHTS 0001 THROUGH 1999 OPERATED BY PS\\n        ANY 9B FLIGHT.\"\n                    },\n                    {\n                        \"Code\": \"CD\",\n                        \"Title\": \"CHILD DISCOUNTS\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  1ST INFANT UNDER 2 WITHOUT A SEAT - CHARGE 10 PERCENT OF\\n    THE FARE.\\n        TICKET DESIGNATOR - IN AND PERCENT OF DISCOUNT.\"\n                    },\n                    {\n                        \"Code\": \"SO\",\n                        \"Title\": \"STOPOVERS\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  1 FREE STOPOVER PERMITTED ON THE PRICING UNIT.\\n     A STOPOVER MAY NOT EXCEED 48 HOURS.\"\n                    },\n                    {\n                        \"Code\": \"TF\",\n                        \"Title\": \"TRANSFERS/RTGS\",\n                        \"Text\": \" \\n  UNLIMITED TRANSFERS PERMITTED ON THE PRICING UNIT\\n    FARE BREAK AND EMBEDDED SURFACE SECTORS NOT PERMITTED ON\\n     THE FARE COMPONENT.\"\n                    }\n                ]\n            },\n            {\n                \"Segments\": [\n                    \"PRG-IEV\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Categories\": [\n                    {\n                        \"Code\": \"RU\",\n                        \"Title\": \"RULE APPLICATION\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\nECONOMY LITE FARES WITH ONE HAND BAGGAGE UP TO 7KG.\\nCHECKED BAGGAGE NOT INCLUDED.\\n APPLICATION\\n   AREA\\n     THESE FARES APPLY\\n     BETWEEN EUROPE AND UKRAINE.\\n   CLASS OF SERVICE\\n     THESE FARES APPLY FOR ECONOMY CLASS SERVICE.\\n   TYPES OF TRANSPORTATION\\n     THIS RULE GOVERNS ONE-WAY AND ROUND-TRIP FARES.\\n     FARES GOVERNED BY THIS RULE CAN BE USED TO CREATE\\n     ONE-WAY/ROUND-TRIP/OPEN-JAW JOURNEYS.\"\n                    },\n                    {\n                        \"Code\": \"MX\",\n                        \"Title\": \"MAX STAY\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  TRAVEL FROM LAST STOPOVER MUST COMMENCE NO LATER THAN 3\\n  MONTHS AFTER DEPARTURE FROM FARE ORIGIN.\"\n                    },\n                    {\n                        \"Code\": \"SR\",\n                        \"Title\": \"SALES RESTRICT\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  TICKETS MUST BE ISSUED ON PS .\\n  *** GENERAL RULE FOLLOWS ***\\n \\n  TICKETS MAY NOT BE SOLD IN IRAN,ISLAMIC REPUBLIC OF.\"\n                    },\n                    {\n                        \"Code\": \"AP\",\n                        \"Title\": \"ADVANCE RES/TKT\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  RESERVATIONS ARE REQUIRED FOR ALL SECTORS.\\n         NOTE -\\n          FOR  TICKETING DEADLINE PLEASE SEE AUTOMATED MESSA\\n          GE IN YOUR PNR\"\n                    },\n                    {\n                        \"Code\": \"FL\",\n                        \"Title\": \"FLT APPLICATION\",\n                        \"Text\": \" \\n  THE FARE COMPONENT MUST BE ON\\n      ONE OR MORE OF THE FOLLOWING\\n        PS FLIGHTS 0001 THROUGH 1999 OPERATED BY PS\\n        ANY 9B FLIGHT.\"\n                    },\n                    {\n                        \"Code\": \"CD\",\n                        \"Title\": \"CHILD DISCOUNTS\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  1ST INFANT UNDER 2 WITHOUT A SEAT - CHARGE 10 PERCENT OF\\n    THE FARE.\\n        TICKET DESIGNATOR - IN AND PERCENT OF DISCOUNT.\"\n                    },\n                    {\n                        \"Code\": \"SO\",\n                        \"Title\": \"STOPOVERS\",\n                        \"Text\": \"FOR X002LLU1 TYPE FARES\\n \\n  1 FREE STOPOVER PERMITTED ON THE PRICING UNIT.\\n     A STOPOVER MAY NOT EXCEED 48 HOURS.\"\n                    },\n                    {\n                        \"Code\": \"TF\",\n                        \"Title\": \"TRANSFERS/RTGS\",\n                        \"Text\": \" \\n  UNLIMITED TRANSFERS PERMITTED ON THE PRICING UNIT\\n    FARE BREAK AND EMBEDDED SURFACE SECTORS NOT PERMITTED ON\\n     THE FARE COMPONENT.\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"98a694a6-8bf8-443a-8c32-01aacd4cb443"},{"name":"FareVariantSelect","id":"71c73732-7223-4578-ac5c-9328d1809b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"FareVariantSelect\",\r\n    \"Body\": {\r\n        \"ID\": \"6057-60F6-9F0A-E278-6441-4D53\",\r\n        \"Variant\": \"3BA83CDA-1FA2-4250-92BD-BBEF5155C5C4\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Выбор тарифа для бронирования.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>ID сессии бронирования (BookID), полученный из ответа <code>Information</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Variant</td>\n<td>ID варианта тарифа из ответа <code>Information</code>, массива <code>FareVariants</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"4afe37da-bae6-4fbe-98d5-897a3f8a8bcb","name":"FareVariantSelect","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"FareVariantSelect\",\r\n    \"Body\": {\r\n        \"ID\": \"6057-60F6-9F0A-E278-6441-4D53\",\r\n        \"Variant\": \"3BA83CDA-1FA2-4250-92BD-BBEF5155C5C4\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Mar 2021 15:45:09 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-21T18:45:09+03:00\",\n    \"TimeStamp\": 1616341509,\n    \"Execution\": 0.0745,\n    \"Method\": \"FareVariantSelect\",\n    \"Result\": {\n        \"ID\": \"6057-60F6-9F0A-E278-6441-4D53\",\n        \"Request\": {\n            \"Travellers\": {\n                \"ADT\": 1,\n                \"CHD\": 0,\n                \"INF\": 0\n            }\n        },\n        \"Date\": 1616339190,\n        \"DateUpdate\": 1616341509,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"AmadeusWS\",\n        \"Credential\": \"MOWZ000ZZ\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"EK\",\n        \"ValidAirlines\": [\n            \"EK\"\n        ],\n        \"SourceValidAirline\": \"EK\",\n        \"SourceValidAirlines\": [\n            \"EK\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"RecordNumber\": \"\",\n        \"RecordLocator\": \"\",\n        \"RecordDate\": null,\n        \"RecordDateStamp\": null,\n        \"RecordExpireDate\": \"2021-03-24 23:59:50\",\n        \"RecordExpireDateStamp\": 1616619590,\n        \"RecordPriceExpireDate\": null,\n        \"RecordPriceExpireDateStamp\": null,\n        \"RecordVoidExpireDate\": null,\n        \"RecordVoidExpireDateStamp\": null,\n        \"Tickets\": [],\n        \"TicketsExtended\": [],\n        \"TicketsDate\": null,\n        \"TicketsDateStamp\": null,\n        \"Itineraries\": [\n            {\n                \"ID\": \"Itin0\",\n                \"Num\": 0,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 0,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-DXB\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"DME\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2021-04-17 23:20:00\",\n                        \"DepartureDateStamp\": 1618690800,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"3\",\n                        \"ArrivalDate\": \"2021-04-18 05:30:00\",\n                        \"ArrivalDateStamp\": 1618713000,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"EK\",\n                        \"OperatingFlightNumber\": \"132\",\n                        \"MarketingAirline\": \"EK\",\n                        \"MarketingFlightNumber\": \"132\",\n                        \"Aircraft\": \"77W\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            },\n            {\n                \"ID\": \"Itin1\",\n                \"Num\": 1,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 0,\n                \"Segments\": [\n                    {\n                        \"ID\": \"DXB-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"AE\",\n                        \"DepartureCity\": \"DXB\",\n                        \"DepartureAirport\": \"DXB\",\n                        \"DepartureTerminal\": \"3\",\n                        \"DepartureDate\": \"2021-04-24 16:15:00\",\n                        \"DepartureDateStamp\": 1619270100,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"DME\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2021-04-24 20:30:00\",\n                        \"ArrivalDateStamp\": 1619285400,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"EK\",\n                        \"OperatingFlightNumber\": \"131\",\n                        \"MarketingAirline\": \"EK\",\n                        \"MarketingFlightNumber\": \"131\",\n                        \"Aircraft\": \"77W\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [],\n        \"Contacts\": [],\n        \"Fares\": [\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"MOW-DXB\",\n                    \"DXB-MOW\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"M\",\n                \"FareCode\": \"R\",\n                \"FareBasisCode\": \"RKRZFRU1\",\n                \"AvailableSeats\": 9,\n                \"Description\": \"\"\n            }\n        ],\n        \"Baggage\": [\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"MOW-DXB\",\n                    \"DXB-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Allowance\": \"35Kg\",\n                \"Description\": null\n            }\n        ],\n        \"FareFamilies\": [\n            {\n                \"ID\": null,\n                \"GateID\": \"ECOFLXPLUS\",\n                \"GateData\": null,\n                \"Name\": \"ECO FLEXPLUS\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"ECO FLEXPLUS\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"MOW-DXB\",\n                    \"DXB-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06D\",\n                        \"GateData\": null,\n                        \"Name\": \"100 PERCENT MILES EARNED\",\n                        \"Description\": \"\",\n                        \"GateName\": \"100 PERCENT MILES EARNED\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0AX\",\n                        \"GateData\": null,\n                        \"Name\": \"BEVERAGE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"BEVERAGE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B1\",\n                        \"GateData\": null,\n                        \"Name\": \"ENTERTAINMENT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"ENTERTAINMENT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B3\",\n                        \"GateData\": null,\n                        \"Name\": \"MEAL\",\n                        \"Description\": \"\",\n                        \"GateName\": \"MEAL\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0CL\",\n                        \"GateData\": null,\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"INTERNET ACCESS\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0M3\",\n                        \"GateData\": null,\n                        \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0CH\",\n                        \"GateData\": null,\n                        \"Name\": \"CHECKED BAGGAGE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHECKED BAGGAGE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"058\",\n                        \"GateData\": null,\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPGRADE ELIGIBILITY\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B5\",\n                        \"GateData\": null,\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"SA\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0BN\",\n                        \"GateData\": null,\n                        \"Name\": \"CHAUFFEUR DRIVE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHAUFFEUR DRIVE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"GT\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0BX\",\n                        \"GateData\": null,\n                        \"Name\": \"LOUNGE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"LOUNGE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"LG\",\n                        \"Status\": \"NotOffered\"\n                    }\n                ]\n            }\n        ],\n        \"FareVariants\": [\n            {\n                \"ID\": \"BE1B79F0-2C71-421B-8310-C4B955769781\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4080000,\n                        \"Tax\": 912500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 4992500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 46100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 4080000,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 4992500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 4080000,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 4992500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"6AA5155A-6AC8-488B-A0E9-5157FC19A82F\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4876500,\n                        \"Tax\": 912500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 5789000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 55100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 4876500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5789000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 4876500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5789000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"E81AD8C5-B655-41C2-86C9-25030C375CD5\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 4876500,\n                        \"Tax\": 912500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 5789000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 55100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 4876500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5789000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 4876500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 5789000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"E24A5A0B-64C9-47D9-88BF-AFA98D839747\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 5673000,\n                        \"Tax\": 912500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 6585500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 64100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 5673000,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 6585500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 5673000,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 6585500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"BC5EE78E-A176-40E9-8EBA-EE48E144D219\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8195500,\n                        \"Tax\": 912500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 9108000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 92600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 8195500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9108000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 8195500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9108000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"EE15BD9E-E4A0-4F15-BF7B-6486D52ED95C\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 1616598360,\n                \"RecordExpireFareDate\": 1616598360,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"T\",\n                        \"FareBasisCode\": \"TKEMPRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"25Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOSAVER\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO SAVER\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO SAVER\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"09D\",\n                                \"GateData\": null,\n                                \"Name\": \"30 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"30 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8195500,\n                        \"Tax\": 912500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 9108000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 92600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 8195500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9108000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 8195500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9108000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"8945ED56-A97F-4BFF-AD00-095A87C966DF\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8992000,\n                        \"Tax\": 912500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 9904500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 101600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 8992000,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9904500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 8992000,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9904500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"ED7CE5A0-12A2-4C1E-8F0D-FAB65DD955CA\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"K\",\n                        \"FareBasisCode\": \"KKEESRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"30Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLEX\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEX\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEX\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"05V\",\n                                \"GateData\": null,\n                                \"Name\": \"70 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"70 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 8992000,\n                        \"Tax\": 912500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 9904500,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 101600,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 8992000,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9904500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 8992000,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 9904500,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            },\n            {\n                \"ID\": \"3BA83CDA-1FA2-4250-92BD-BBEF5155C5C4\",\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Type\": \"Regular\",\n                \"Stage\": \"Dev\",\n                \"Gate\": \"AmadeusWS\",\n                \"Credential\": \"MOWZ000ZZ\",\n                \"Version\": \"\",\n                \"Clearing\": \"\",\n                \"ValidAirline\": \"EK\",\n                \"ValidAirlines\": [\n                    \"EK\"\n                ],\n                \"SourceValidAirline\": \"EK\",\n                \"SourceValidAirlines\": [\n                    \"EK\"\n                ],\n                \"Latin\": true,\n                \"Extended\": false,\n                \"RecordExpireDate\": 0,\n                \"RecordExpireFareDate\": 0,\n                \"FareRules\": [],\n                \"FareRulesParams\": [],\n                \"Fares\": [\n                    {\n                        \"ID\": null,\n                        \"Type\": null,\n                        \"GateID\": null,\n                        \"GateType\": null,\n                        \"GateData\": [],\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Traveller\": \"\",\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Cabin\": \"M\",\n                        \"FareCode\": \"R\",\n                        \"FareBasisCode\": \"RKRZFRU1\",\n                        \"AvailableSeats\": 9,\n                        \"Description\": \"\"\n                    }\n                ],\n                \"Baggage\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": null,\n                        \"GateData\": null,\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Allowance\": \"35Kg\",\n                        \"Description\": null\n                    }\n                ],\n                \"FareFamilies\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ECOFLXPLUS\",\n                        \"GateData\": null,\n                        \"Name\": \"ECO FLEXPLUS\",\n                        \"Description\": \"\",\n                        \"Text\": \"\",\n                        \"GateName\": \"ECO FLEXPLUS\",\n                        \"GateDescription\": \"\",\n                        \"GateText\": \"\",\n                        \"GateProgramID\": \"\",\n                        \"GateProgramCode\": \"\",\n                        \"GateProgramName\": \"\",\n                        \"GateProgramDescription\": \"\",\n                        \"GateProgramSystemCode\": \"\",\n                        \"Segments\": [\n                            \"MOW-DXB\",\n                            \"DXB-MOW\"\n                        ],\n                        \"Travellers\": [\n                            \"ADT\"\n                        ],\n                        \"Class\": \"\",\n                        \"Services\": [\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"06D\",\n                                \"GateData\": null,\n                                \"Name\": \"100 PERCENT MILES EARNED\",\n                                \"Description\": \"\",\n                                \"GateName\": \"100 PERCENT MILES EARNED\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0AX\",\n                                \"GateData\": null,\n                                \"Name\": \"BEVERAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"BEVERAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B1\",\n                                \"GateData\": null,\n                                \"Name\": \"ENTERTAINMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"ENTERTAINMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B3\",\n                                \"GateData\": null,\n                                \"Name\": \"MEAL\",\n                                \"Description\": \"\",\n                                \"GateName\": \"MEAL\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"ML\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CL\",\n                                \"GateData\": null,\n                                \"Name\": \"INTERNET ACCESS\",\n                                \"Description\": \"\",\n                                \"GateName\": \"INTERNET ACCESS\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"IE\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0M3\",\n                                \"GateData\": null,\n                                \"Name\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"Description\": \"\",\n                                \"GateName\": \"HAND LUGGAGE UPTO 7KG\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0CH\",\n                                \"GateData\": null,\n                                \"Name\": \"CHECKED BAGGAGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHECKED BAGGAGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BG\",\n                                \"Status\": \"Included\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"058\",\n                                \"GateData\": null,\n                                \"Name\": \"UPGRADE ELIGIBILITY\",\n                                \"Description\": \"\",\n                                \"GateName\": \"UPGRADE ELIGIBILITY\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"Z\",\n                                \"Classification\": \"\",\n                                \"Group\": \"BF\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0B5\",\n                                \"GateData\": null,\n                                \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"Description\": \"\",\n                                \"GateName\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"SA\",\n                                \"Status\": \"Charge\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BN\",\n                                \"GateData\": null,\n                                \"Name\": \"CHAUFFEUR DRIVE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"CHAUFFEUR DRIVE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"GT\",\n                                \"Status\": \"NotOffered\"\n                            },\n                            {\n                                \"ID\": null,\n                                \"GateID\": \"0BX\",\n                                \"GateData\": null,\n                                \"Name\": \"LOUNGE\",\n                                \"Description\": \"\",\n                                \"GateName\": \"LOUNGE\",\n                                \"GateDescription\": \"\",\n                                \"Type\": \"F\",\n                                \"Classification\": \"\",\n                                \"Group\": \"LG\",\n                                \"Status\": \"NotOffered\"\n                            }\n                        ]\n                    }\n                ],\n                \"Penalties\": [],\n                \"Pricing\": [\n                    {\n                        \"Type\": \"ADT\",\n                        \"GateType\": \"ADT\",\n                        \"Base\": 12310500,\n                        \"Tax\": 912500,\n                        \"Taxes\": [\n                            {\n                                \"Code\": \"YQ\",\n                                \"Total\": 442600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 442600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 82900,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 82900,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"RI\",\n                                \"Total\": 80500,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 80500,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"UH\",\n                                \"Total\": 54400,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 54400,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"AE\",\n                                \"Total\": 151200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 151200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"F6\",\n                                \"Total\": 70600,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 70600,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"TP\",\n                                \"Total\": 10100,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 10100,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            },\n                            {\n                                \"Code\": \"ZR\",\n                                \"Total\": 20200,\n                                \"Currency\": \"RUB\",\n                                \"SourceTotal\": 20200,\n                                \"SourceCurrency\": \"RUB\",\n                                \"EquivalentTotal\": 0,\n                                \"EquivalentCurrency\": \"\",\n                                \"Description\": null\n                            }\n                        ],\n                        \"Vat\": 0,\n                        \"Vats\": [],\n                        \"Fee\": 0,\n                        \"FeeData\": \"\",\n                        \"Total\": 13223000,\n                        \"Currency\": \"RUB\",\n                        \"SourceBase\": 0,\n                        \"SourceTax\": 0,\n                        \"SourceTaxes\": [],\n                        \"SourceVat\": 0,\n                        \"SourceVats\": [],\n                        \"SourceFee\": 0,\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentBase\": 139100,\n                        \"EquivalentTax\": 0,\n                        \"EquivalentTaxes\": [],\n                        \"EquivalentVat\": 0,\n                        \"EquivalentVats\": [],\n                        \"EquivalentFee\": 0,\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"EUR\",\n                        \"Endorsement\": null\n                    }\n                ],\n                \"PricingExtended\": [],\n                \"Price\": {\n                    \"Base\": 12310500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 13223000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"TotalPrice\": {\n                    \"Base\": 12310500,\n                    \"Tax\": 912500,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 13223000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                }\n            }\n        ],\n        \"Pricing\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"ADT\",\n                \"Base\": 12310500,\n                \"Tax\": 930000,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"YQ\",\n                        \"Total\": 442600,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 442600,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Total\": 82900,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 82900,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Total\": 80500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 80500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"UH\",\n                        \"Total\": 54400,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 54400,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"AE\",\n                        \"Total\": 151200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 151200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"F6\",\n                        \"Total\": 70600,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 70600,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"TP\",\n                        \"Total\": 10100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 10100,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"ZR\",\n                        \"Total\": 20200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 20200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": 10000,\n                \"FeeData\": \"\",\n                \"Total\": 13250500,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"RUB\",\n                \"EquivalentBase\": 139100,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"EUR\",\n                \"Endorsement\": null\n            }\n        ],\n        \"PricingExtended\": [],\n        \"TotalPrice\": {\n            \"Base\": 12310500,\n            \"Tax\": 930000,\n            \"Taxes\": [],\n            \"Vat\": 0,\n            \"Vats\": [],\n            \"Fee\": 10000,\n            \"FeeData\": \"\",\n            \"Total\": 13250500,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"RUB\",\n            \"EquivalentBase\": 0,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"\"\n        },\n        \"PayDate\": null,\n        \"PayDateStamp\": null,\n        \"PayStatus\": \"\",\n        \"Status\": \"\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"71c73732-7223-4578-ac5c-9328d1809b3f"},{"name":"Book","id":"ff152564-9f9d-41c5-a155-abedf536bb6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Book\",\r\n    \"Body\": {\r\n        \"ID\": \"6057-60F6-9F0A-E278-6441-4D53\",\r\n        \"Travellers\": [\r\n            {\r\n                \"Type\": \"ADT\",\r\n                \"Gender\": \"Male\",\r\n                \"Surname\": \"SAGZA\",\r\n                \"Name\": \"NANPX\",\r\n                \"Patronymic\": \"PAMJP\",\r\n                \"Birthday\": \"1971-09-01\",\r\n                \"Citizenship\": \"RU\",\r\n                \"Document\": {\r\n                    \"Number\": \"4505126318\",\r\n                    \"ExpireDate\": \"\"\r\n                },\r\n                \"Bonus\": [\r\n                    {\r\n                        \"Company\": \"\",\r\n                        \"Number\": \"\"\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"Contacts\": [\r\n            {\r\n                \"Type\": \"PhoneMobile\",\r\n                \"Value\": \"89991112233\"\r\n            },\r\n            {\r\n                \"Type\": \"Email\",\r\n                \"Value\": \"test@test.tld\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Бронирование выбранной рекомендации по ID сессии, полученной из ответа запроса <code>Information</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID <code>M</code></td>\n<td><code>ID</code> сессии бронирования, полученному из ответа <code>Information</code></td>\n</tr>\n<tr>\n<td>Travellers[] <code>M</code></td>\n<td>Массив с пассажирами</td>\n</tr>\n<tr>\n<td>Contacts[] <code>M</code></td>\n<td>Массив с контактами</td>\n</tr>\n<tr>\n<td>TourCode <code>O</code></td>\n<td>Туркод (код на скидку). Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n</tr>\n<tr>\n<td>CorpCode <code>O</code></td>\n<td>Корпкод (бонусная программа/программа лояльности). Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n</tr>\n<tr>\n<td>ExternalID <code>O</code></td>\n<td>Клиентский ID бронирования. Если указан — сохранится в базе с обновлением текущего значения. Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n</tr>\n<tr>\n<td>ExternalNumber <code>O</code></td>\n<td>Клиентский номер бронирования. Если указан — сохранится в базе с обновлением текущего значения. Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n</tr>\n<tr>\n<td>Calculation <code>O</code></td>\n<td>Указание/обновление дополнительного сбора для автоматического учета и расчета в системе. Пример — см. пример «Check + Обновление сбора». Описание — см. «Search + Tariff Fee»</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"0a33f0e2-e042-47f8-89b6-34857c8a45fb","name":"Book","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Book\",\r\n    \"Body\": {\r\n        \"ID\": \"6057-60F6-9F0A-E278-6441-4D53\",\r\n        \"Travellers\": [\r\n            {\r\n                \"Type\": \"ADT\",\r\n                \"Gender\": \"Male\",\r\n                \"Surname\": \"SAGZA\",\r\n                \"Name\": \"NANPX\",\r\n                \"Patronymic\": \"PAMJP\",\r\n                \"Birthday\": \"1971-09-01\",\r\n                \"Citizenship\": \"RU\",\r\n                \"Document\": {\r\n                    \"Number\": \"4505126318\",\r\n                    \"ExpireDate\": \"\"\r\n                },\r\n                \"Bonus\": [\r\n                    {\r\n                        \"Company\": \"\",\r\n                        \"Number\": \"\"\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"Contacts\": [\r\n            {\r\n                \"Type\": \"PhoneMobile\",\r\n                \"Value\": \"89991112233\"\r\n            },\r\n            {\r\n                \"Type\": \"Email\",\r\n                \"Value\": \"test@test.tld\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Mar 2021 15:47:10 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-21T18:47:31+03:00\",\n    \"TimeStamp\": 1616341651,\n    \"Execution\": 21.4944,\n    \"Method\": \"Book\",\n    \"Result\": {\n        \"ID\": \"6057-60F6-9F0A-E278-6441-4D53\",\n        \"Date\": 1616339190,\n        \"DateUpdate\": 1616341651,\n        \"RecordNumber\": \"QSEKU5\",\n        \"RecordPIN\": 691117,\n        \"RecordSurnames\": [\n            \"SAGZA\"\n        ],\n        \"Status\": \"Booked\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"ff152564-9f9d-41c5-a155-abedf536bb6c"},{"name":"BookValidate","id":"f717c959-ff33-4093-a15a-d87692c5c2d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"BookValidate\",\r\n    \"Body\": {\r\n        \"ID\": \"60CB-B852-9F0A-E2A0-B910-41FA\",\r\n        \"Travellers\": [\r\n            {\r\n                \"Type\": \"ADT\",\r\n                \"Gender\": \"Male\",\r\n                \"Surname\": \"SAGZA\",\r\n                \"Name\": \"NANPX\",\r\n                \"Patronymic\": \"PAMJP\",\r\n                \"Birthday\": \"1971-09-01\",\r\n                \"Citizenship\": \"RU\",\r\n                \"Document\": {\r\n                    \"Number\": \"4505126318\",\r\n                    \"ExpireDate\": \"\"\r\n                },\r\n                \"Bonus\": [\r\n                    {\r\n                        \"Company\": \"\",\r\n                        \"Number\": \"\"\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"Contacts\": [\r\n            {\r\n                \"Type\": \"PhoneMobile\",\r\n                \"Value\": \"89991112233\"\r\n            },\r\n            {\r\n                \"Type\": \"Email\",\r\n                \"Value\": \"test@test.tld\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Валидация введенных данных для выбранной рекомендации по ID сессии, полученной из ответа запроса <code>Information</code>. Работает аналогично валидации в запросе <code>Book</code>. Может не запрашиваться отдельно — сразу отправляйте <code>Book</code>.</p>\n","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"99751419-3de6-43ce-af09-9e43b57efac4","name":"BookValidate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"BookValidate\",\r\n    \"Body\": {\r\n        \"ID\": \"60CB-B852-9F0A-E2A0-B910-41FA\",\r\n        \"Travellers\": [\r\n            {\r\n                \"Type\": \"ADT\",\r\n                \"Gender\": \"Male\",\r\n                \"Surname\": \"SAGZA\",\r\n                \"Name\": \"NANPX\",\r\n                \"Patronymic\": \"PAMJP\",\r\n                \"Birthday\": \"1971-09-01\",\r\n                \"Citizenship\": \"RU\",\r\n                \"Document\": {\r\n                    \"Number\": \"4505126318\",\r\n                    \"ExpireDate\": \"\"\r\n                },\r\n                \"Bonus\": [\r\n                    {\r\n                        \"Company\": \"\",\r\n                        \"Number\": \"\"\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"Contacts\": [\r\n            {\r\n                \"Type\": \"PhoneMobile\",\r\n                \"Value\": \"89991112233\"\r\n            },\r\n            {\r\n                \"Type\": \"Email\",\r\n                \"Value\": \"test@test.tld\"\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jun 2021 21:02:50 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-06-18T00:02:50+03:00\",\n    \"TimeStamp\": 1623963770,\n    \"Execution\": 0.0915,\n    \"Method\": \"BookValidate\",\n    \"Result\": {\n        \"ID\": \"60CB-B852-9F0A-E2A0-B910-41FA\",\n        \"Date\": 1623963730,\n        \"DateUpdate\": 1623963770,\n        \"RecordSurnames\": [\n            \"SAGZA\"\n        ],\n        \"Status\": \"\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"f717c959-ff33-4093-a15a-d87692c5c2d2"},{"name":"Check","id":"335e975b-ea07-46a9-8901-46c17f49513d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Check\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"QT6RUA\",\r\n        \"Surname\": \"SAVQC\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Развернутая информация о бронировании.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber <code>M</code></td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n</tr>\n<tr>\n<td>Surname <code>M</code></td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n</tr>\n<tr>\n<td>ExternalID <code>O</code></td>\n<td>Клиентский ID бронирования. Если указан — сохранится в базе с обновлением текущего значения. Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n</tr>\n<tr>\n<td>ExternalNumber <code>O</code></td>\n<td>Клиентский номер бронирования. Если указан — сохранится в базе с обновлением текущего значения. Формат: String[a-z, A-Z, 0-9, «_», «-»]. Максимум 100 символов.</td>\n</tr>\n<tr>\n<td>Calculation <code>O</code></td>\n<td>Указание/обновление дополнительного сбора для автоматического учета и расчета в системе. Пример — см. пример «Check + Обновление сбора». Описание — см. «Search + Tariff Fee»</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Enhanced <code>O</code></td>\n<td>Выдача AI подготовленной информации. Доступные параметры: <code>All</code> — выдача AI&amp;Gate информации; <code>AI</code> — выдача только AI информации (если есть)</td>\n</tr>\n<tr>\n<td>Dictionary <code>O</code></td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-статусы-ticketsextendedstatus\">Доступные статусы <code>TicketsExtended[]/Status</code></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Issued</td>\n<td>Оформлен</td>\n</tr>\n<tr>\n<td>Voided</td>\n<td>Войдирован</td>\n</tr>\n<tr>\n<td>Refunded</td>\n<td>Возвращен</td>\n</tr>\n<tr>\n<td>Exchanged</td>\n<td>Обменен</td>\n</tr>\n<tr>\n<td>Released</td>\n<td>Сняты места</td>\n</tr>\n<tr>\n<td>Archived</td>\n<td>Архивный статус. Означает, что информация о билетах более недоступна в GDS</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"fa3d9d71-b49a-41c5-b454-1c24ebfd69cd","name":"Check","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Check\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"QT6RUA\",\r\n        \"Surname\": \"SAVQC\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Mar 2021 19:06:45 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-21T22:06:45+03:00\",\n    \"TimeStamp\": 1616353605,\n    \"Execution\": 0.0854,\n    \"Method\": \"Check\",\n    \"Result\": {\n        \"ID\": \"6057-98A7-9F0A-E297-F547-0FA8\",\n        \"Date\": 1616353447,\n        \"DateUpdate\": 1616353559,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"AmadeusWS\",\n        \"Credential\": \"MOWZ000ZZ\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"LH\",\n        \"ValidAirlines\": [\n            \"LH\"\n        ],\n        \"SourceValidAirline\": \"LH\",\n        \"SourceValidAirlines\": [\n            \"LH\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"RecordNumber\": \"QT6RUA\",\n        \"RecordPIN\": 593171,\n        \"RecordUniversal\": \"\",\n        \"RecordProvider\": \"\",\n        \"RecordAir\": \"\",\n        \"RecordLocator\": \"QT6RUA\",\n        \"RecordDate\": \"2021-03-21 22:04:30\",\n        \"RecordDateStamp\": 1616353470,\n        \"RecordPriceDate\": \"2021-03-21 22:04:37\",\n        \"RecordPriceDateStamp\": 1616353477,\n        \"RecordExpireDate\": \"2021-03-28 23:59:00\",\n        \"RecordExpireDateStamp\": 1616965140,\n        \"RecordPriceExpireDate\": null,\n        \"RecordPriceExpireDateStamp\": null,\n        \"RecordVoidExpireDate\": null,\n        \"RecordVoidExpireDateStamp\": null,\n        \"Tickets\": [\n            \"220-3891608470\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1616353558,\n                \"Type\": \"Ticket\",\n                \"Number\": \"220-3891608470\",\n                \"VoidExpireDate\": null,\n                \"RecordNumber\": \"QT6RUA\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": \"QT6RUA\",\n                \"Segments\": [\n                    \"MOW-FRA\",\n                    \"FRA-DXB\",\n                    \"DXB-FRA\",\n                    \"FRA-MOW\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"TicketsDate\": \"2021-03-21 22:05:58\",\n        \"TicketsDateStamp\": 1616353558,\n        \"Itineraries\": [\n            {\n                \"ID\": \"MOW-DXB\",\n                \"Num\": 0,\n                \"GateID\": \"17\",\n                \"GateData\": [],\n                \"Duration\": 150,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-FRA\",\n                        \"Num\": 0,\n                        \"GateID\": \"1\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"DME\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2021-04-17 03:05:00\",\n                        \"DepartureDateStamp\": 1618617900,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"DE\",\n                        \"ArrivalCity\": \"FRA\",\n                        \"ArrivalAirport\": \"FRA\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2021-04-17 05:30:00\",\n                        \"ArrivalDateStamp\": 1618626600,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"1451\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"1451\",\n                        \"Aircraft\": \"32N\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    },\n                    {\n                        \"ID\": \"FRA-DXB\",\n                        \"Num\": 0,\n                        \"GateID\": \"2\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"DE\",\n                        \"DepartureCity\": \"FRA\",\n                        \"DepartureAirport\": \"FRA\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2021-04-17 08:00:00\",\n                        \"DepartureDateStamp\": 1618635600,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2021-04-17 16:00:00\",\n                        \"ArrivalDateStamp\": 1618664400,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"4626\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"4626\",\n                        \"Aircraft\": \"333\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            },\n            {\n                \"ID\": \"DXB-MOW\",\n                \"Num\": 1,\n                \"GateID\": \"26\",\n                \"GateData\": [],\n                \"Duration\": 50,\n                \"Segments\": [\n                    {\n                        \"ID\": \"DXB-FRA\",\n                        \"Num\": 0,\n                        \"GateID\": \"3\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"AE\",\n                        \"DepartureCity\": \"DXB\",\n                        \"DepartureAirport\": \"DXB\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2021-04-24 08:00:00\",\n                        \"DepartureDateStamp\": 1619240400,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"DE\",\n                        \"ArrivalCity\": \"FRA\",\n                        \"ArrivalAirport\": \"FRA\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2021-04-24 12:00:00\",\n                        \"ArrivalDateStamp\": 1619254800,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"5013\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"5013\",\n                        \"Aircraft\": \"333\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    },\n                    {\n                        \"ID\": \"FRA-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"4\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"DE\",\n                        \"DepartureCity\": \"FRA\",\n                        \"DepartureAirport\": \"FRA\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2021-04-24 12:50:00\",\n                        \"DepartureDateStamp\": 1619257800,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"DME\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2021-04-24 17:00:00\",\n                        \"ArrivalDateStamp\": 1619272800,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"1448\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"1448\",\n                        \"Aircraft\": \"32A\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [\n            {\n                \"ID\": \"ADT:1\",\n                \"Type\": \"ADT\",\n                \"GateID\": \"2\",\n                \"GateType\": \"ADT\",\n                \"GateData\": [],\n                \"Name\": \"NABMS\",\n                \"Surname\": \"SAVQC\",\n                \"Patronymic\": \"PAUCJ\",\n                \"Gender\": \"Female\",\n                \"Birthday\": 372200400,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505940866\",\n                    \"Country\": null,\n                    \"ExpireDate\": 0\n                },\n                \"Bonus\": [],\n                \"Status\": \"Active\"\n            }\n        ],\n        \"Contacts\": [\n            {\n                \"Type\": \"PhoneMobile\",\n                \"Value\": \"79265272097\"\n            },\n            {\n                \"Type\": \"Email\",\n                \"Value\": \"eg@edgroup.ru\"\n            }\n        ],\n        \"Fares\": [\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"MOW-FRA\",\n                    \"FRA-DXB\",\n                    \"DXB-FRA\",\n                    \"FRA-MOW\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"M\",\n                \"FareCode\": \"M\",\n                \"FareBasisCode\": \"MFFRU\",\n                \"AvailableSeats\": 0,\n                \"Description\": \"\"\n            }\n        ],\n        \"Baggage\": [\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"MOW-FRA\",\n                    \"FRA-DXB\",\n                    \"DXB-FRA\",\n                    \"FRA-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Allowance\": \"1PC\",\n                \"Description\": null\n            }\n        ],\n        \"FareFamilies\": [\n            {\n                \"ID\": null,\n                \"GateID\": \"ECOFLEX\",\n                \"GateData\": null,\n                \"Name\": \"ECO FLEX\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"ECO FLEX\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"MOW-FRA\",\n                    \"FRA-DXB\",\n                    \"DXB-FRA\",\n                    \"FRA-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"FBY\",\n                        \"GateData\": null,\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"09Q\",\n                        \"GateData\": null,\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"1 CABIN BAG UP TO 8KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"057\",\n                        \"GateData\": null,\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Description\": \"\",\n                        \"GateName\": \"MILEAGE ACCRUAL\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06I\",\n                        \"GateData\": null,\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHANGE BEFORE DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06J\",\n                        \"GateData\": null,\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHANGE AFTER DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06K\",\n                        \"GateData\": null,\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"REFUND BEFORE DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06L\",\n                        \"GateData\": null,\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"REFUND AFTER DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0AT\",\n                        \"GateData\": null,\n                        \"Name\": \"SNACK\",\n                        \"Description\": \"\",\n                        \"GateName\": \"SNACK\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B3\",\n                        \"GateData\": null,\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Description\": \"\",\n                        \"GateName\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B1\",\n                        \"GateData\": null,\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"058\",\n                        \"GateData\": null,\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPGRADE ELIGIBILITY\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"050\",\n                        \"GateData\": null,\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"STANDARD SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"05Z\",\n                        \"GateData\": null,\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PREFERRED SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"PZS\",\n                        \"GateData\": null,\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0BX\",\n                        \"GateData\": null,\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"LOUNGE ACCESS\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"LG\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0CL\",\n                        \"GateData\": null,\n                        \"Name\": \"WIFI\",\n                        \"Description\": \"\",\n                        \"GateName\": \"WIFI\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Charge\"\n                    }\n                ]\n            }\n        ],\n        \"Pricing\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"\",\n                \"Base\": 8407500,\n                \"Tax\": 3182900,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"YQ\",\n                        \"Total\": 1947200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 1947200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"YR\",\n                        \"Total\": 168200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 168200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Total\": 82900,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 82900,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Total\": 80500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 80500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"UH\",\n                        \"Total\": 54400,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 54400,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"DE\",\n                        \"Total\": 176200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 176200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RA\",\n                        \"Total\": 386400,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 386400,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"AE\",\n                        \"Total\": 151200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 151200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"F6\",\n                        \"Total\": 70600,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 70600,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"TP\",\n                        \"Total\": 10100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 10100,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"ZR\",\n                        \"Total\": 20200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 20200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": 10000,\n                \"FeeData\": \"\",\n                \"Total\": 11600400,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"RUB\",\n                \"EquivalentBase\": 95000,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"EUR\",\n                \"Endorsement\": null\n            }\n        ],\n        \"PricingExtended\": [],\n        \"TotalPrice\": {\n            \"Base\": 8407500,\n            \"Tax\": 3182900,\n            \"Taxes\": [],\n            \"Vat\": 0,\n            \"Vats\": [],\n            \"Fee\": 10000,\n            \"FeeData\": \"\",\n            \"Total\": 11600400,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"RUB\",\n            \"EquivalentBase\": 0,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"\"\n        },\n        \"PayDate\": null,\n        \"PayDateStamp\": null,\n        \"PayStatus\": \"\",\n        \"Status\": \"Issued\",\n        \"Invoices\": [\n            {\n                \"ID\": 100486,\n                \"PIN\": 2027,\n                \"Date\": 1616353491,\n                \"DateStamp\": 1616353491,\n                \"DateUpdate\": 1616353605,\n                \"DateUpdateStamp\": 1616353605,\n                \"DateActual\": 1616353491,\n                \"DateActualStamp\": 1616353491,\n                \"DateExpire\": 1616357091,\n                \"DateExpireStamp\": 1616357091,\n                \"Type\": \"Bill\",\n                \"Direction\": \"Credit\",\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"Items\": [\n                    {\n                        \"Date\": 1616353491,\n                        \"DateStamp\": 1616353491,\n                        \"ID\": \"605798a79f0ae297f5470fa8\",\n                        \"Type\": \"Avia\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"RecordID\": \"\",\n                        \"RecordNumber\": \"QT6RUA\",\n                        \"RecordDate\": 1616353470,\n                        \"RecordDateStamp\": null,\n                        \"RecordExpireDate\": 1616965140,\n                        \"RecordExpireDateStamp\": null,\n                        \"Amount\": 11555400,\n                        \"Currency\": \"RUB\",\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Options\": [\n                    {\n                        \"Gate\": \"Account\",\n                        \"Type\": \"Request\",\n                        \"Amount\": 11555400,\n                        \"Currency\": \"RUB\",\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Payments\": [],\n                \"Amount\": 11555400,\n                \"Currency\": \"RUB\",\n                \"Status\": \"Cancelled\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"},{"id":"960099a4-af57-4b32-ab1c-f7e0212b50dd","name":"Check + Обновление сбора","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Check\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"QT6RUA\",\r\n        \"Surname\": \"SAVQC\",\r\n        \"Calculation\": [\r\n            {\r\n                \"Type\": \"Avia\",\r\n                \"Results\": [\r\n                    {\r\n                        \"Key\": \"FeeTariff\",\r\n                        \"Values\": [\r\n                            {\r\n                                \"Key\": \"Category\",\r\n                                \"Value\": \"FEE_TARIFF\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Segments\",\r\n                                \"Value\": []\r\n                            },\r\n                            {\r\n                                \"Key\": \"Travellers\",\r\n                                \"Value\": []\r\n                            },\r\n                            {\r\n                                \"Key\": \"Calculation\",\r\n                                \"Value\": \"Traveller\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Apply\",\r\n                                \"Value\": \"Total\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Amount\",\r\n                                \"Value\": \"20000\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"Currency\",\r\n                                \"Value\": \"RUB\"\r\n                            },\r\n                            {\r\n                                \"Key\": \"CurrencyRateType\",\r\n                                \"Value\": \"CBRF\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 19 Jun 2021 14:46:14 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-06-19T17:46:14+03:00\",\n    \"TimeStamp\": 1624113974,\n    \"Execution\": 0.1152,\n    \"Method\": \"Check\",\n    \"Result\": {\n        \"ID\": \"6057-98A7-9F0A-E297-F547-0FA8\",\n        \"Date\": 1616353447,\n        \"DateUpdate\": 1624113974,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"AmadeusWS\",\n        \"Credential\": \"MOWZ000ZZ\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"LH\",\n        \"ValidAirlines\": [\n            \"LH\"\n        ],\n        \"SourceValidAirline\": \"LH\",\n        \"SourceValidAirlines\": [\n            \"LH\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"RecordNumber\": \"QT6RUA\",\n        \"RecordPIN\": 593171,\n        \"RecordUniversal\": \"\",\n        \"RecordProvider\": \"\",\n        \"RecordAir\": \"\",\n        \"RecordLocator\": \"QT6RUA\",\n        \"RecordDate\": \"2021-03-21 22:04:30\",\n        \"RecordDateStamp\": 1616353470,\n        \"RecordPriceDate\": \"2021-03-21 22:04:37\",\n        \"RecordPriceDateStamp\": 1616353477,\n        \"RecordExpireDate\": \"2021-03-28 23:59:00\",\n        \"RecordExpireDateStamp\": 1616965140,\n        \"RecordPriceExpireDate\": null,\n        \"RecordPriceExpireDateStamp\": null,\n        \"RecordVoidExpireDate\": null,\n        \"RecordVoidExpireDateStamp\": null,\n        \"Tickets\": [\n            \"220-3891608470\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1616353558,\n                \"Type\": \"Ticket\",\n                \"Number\": \"220-3891608470\",\n                \"VoidExpireDate\": null,\n                \"RecordNumber\": \"QT6RUA\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": \"QT6RUA\",\n                \"Segments\": [\n                    \"MOW-FRA\",\n                    \"FRA-DXB\",\n                    \"DXB-FRA\",\n                    \"FRA-MOW\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"TicketsDate\": \"2021-03-21 22:05:58\",\n        \"TicketsDateStamp\": 1616353558,\n        \"Itineraries\": [\n            {\n                \"ID\": \"MOW-DXB\",\n                \"Num\": 0,\n                \"GateID\": \"17\",\n                \"GateData\": [],\n                \"Duration\": 150,\n                \"Segments\": [\n                    {\n                        \"ID\": \"MOW-FRA\",\n                        \"Num\": 0,\n                        \"GateID\": \"1\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"DME\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2021-04-17 03:05:00\",\n                        \"DepartureDateStamp\": 1618617900,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"DE\",\n                        \"ArrivalCity\": \"FRA\",\n                        \"ArrivalAirport\": \"FRA\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2021-04-17 05:30:00\",\n                        \"ArrivalDateStamp\": 1618626600,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"1451\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"1451\",\n                        \"Aircraft\": \"32N\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    },\n                    {\n                        \"ID\": \"FRA-DXB\",\n                        \"Num\": 0,\n                        \"GateID\": \"2\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"DE\",\n                        \"DepartureCity\": \"FRA\",\n                        \"DepartureAirport\": \"FRA\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2021-04-17 08:00:00\",\n                        \"DepartureDateStamp\": 1618635600,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"AE\",\n                        \"ArrivalCity\": \"DXB\",\n                        \"ArrivalAirport\": \"DXB\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2021-04-17 16:00:00\",\n                        \"ArrivalDateStamp\": 1618664400,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"4626\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"4626\",\n                        \"Aircraft\": \"333\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            },\n            {\n                \"ID\": \"DXB-MOW\",\n                \"Num\": 1,\n                \"GateID\": \"26\",\n                \"GateData\": [],\n                \"Duration\": 50,\n                \"Segments\": [\n                    {\n                        \"ID\": \"DXB-FRA\",\n                        \"Num\": 0,\n                        \"GateID\": \"3\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"AE\",\n                        \"DepartureCity\": \"DXB\",\n                        \"DepartureAirport\": \"DXB\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2021-04-24 08:00:00\",\n                        \"DepartureDateStamp\": 1619240400,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"DE\",\n                        \"ArrivalCity\": \"FRA\",\n                        \"ArrivalAirport\": \"FRA\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2021-04-24 12:00:00\",\n                        \"ArrivalDateStamp\": 1619254800,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"5013\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"5013\",\n                        \"Aircraft\": \"333\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    },\n                    {\n                        \"ID\": \"FRA-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"4\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"DE\",\n                        \"DepartureCity\": \"FRA\",\n                        \"DepartureAirport\": \"FRA\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2021-04-24 12:50:00\",\n                        \"DepartureDateStamp\": 1619257800,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"DME\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2021-04-24 17:00:00\",\n                        \"ArrivalDateStamp\": 1619272800,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"1448\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"1448\",\n                        \"Aircraft\": \"32A\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [\n            {\n                \"ID\": \"ADT:1\",\n                \"Type\": \"ADT\",\n                \"GateID\": \"2\",\n                \"GateType\": \"ADT\",\n                \"GateData\": [],\n                \"Name\": \"NABMS\",\n                \"Surname\": \"SAVQC\",\n                \"Patronymic\": \"PAUCJ\",\n                \"Gender\": \"Female\",\n                \"Birthday\": 372200400,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505940866\",\n                    \"Country\": null,\n                    \"ExpireDate\": 0\n                },\n                \"Bonus\": [],\n                \"Status\": \"Active\"\n            }\n        ],\n        \"Contacts\": [\n            {\n                \"Type\": \"PhoneMobile\",\n                \"Value\": \"79265272097\"\n            },\n            {\n                \"Type\": \"Email\",\n                \"Value\": \"eg@edgroup.ru\"\n            }\n        ],\n        \"Fares\": [\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"MOW-FRA\",\n                    \"FRA-DXB\",\n                    \"DXB-FRA\",\n                    \"FRA-MOW\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"M\",\n                \"FareCode\": \"M\",\n                \"FareBasisCode\": \"MFFRU\",\n                \"AvailableSeats\": 0,\n                \"Description\": \"\"\n            }\n        ],\n        \"Baggage\": [\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"MOW-FRA\",\n                    \"FRA-DXB\",\n                    \"DXB-FRA\",\n                    \"FRA-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Type\": \"Checked\",\n                \"Allowance\": \"1PC\",\n                \"Quantity\": null,\n                \"Description\": null\n            }\n        ],\n        \"FareFamilies\": [\n            {\n                \"ID\": null,\n                \"GateID\": \"ECOFLEX\",\n                \"GateData\": null,\n                \"Name\": \"ECO FLEX\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"ECO FLEX\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"MOW-FRA\",\n                    \"FRA-DXB\",\n                    \"DXB-FRA\",\n                    \"FRA-MOW\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"FBY\",\n                        \"GateData\": null,\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"09Q\",\n                        \"GateData\": null,\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"1 CABIN BAG UP TO 8KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"057\",\n                        \"GateData\": null,\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Description\": \"\",\n                        \"GateName\": \"MILEAGE ACCRUAL\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06I\",\n                        \"GateData\": null,\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHANGE BEFORE DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06J\",\n                        \"GateData\": null,\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHANGE AFTER DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06K\",\n                        \"GateData\": null,\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"REFUND BEFORE DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06L\",\n                        \"GateData\": null,\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"REFUND AFTER DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0AT\",\n                        \"GateData\": null,\n                        \"Name\": \"SNACK\",\n                        \"Description\": \"\",\n                        \"GateName\": \"SNACK\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B3\",\n                        \"GateData\": null,\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Description\": \"\",\n                        \"GateName\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"ML\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0B1\",\n                        \"GateData\": null,\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"058\",\n                        \"GateData\": null,\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPGRADE ELIGIBILITY\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"050\",\n                        \"GateData\": null,\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"STANDARD SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"05Z\",\n                        \"GateData\": null,\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PREFERRED SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"PZS\",\n                        \"GateData\": null,\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0BX\",\n                        \"GateData\": null,\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"LOUNGE ACCESS\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"LG\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0CL\",\n                        \"GateData\": null,\n                        \"Name\": \"WIFI\",\n                        \"Description\": \"\",\n                        \"GateName\": \"WIFI\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Charge\"\n                    }\n                ]\n            }\n        ],\n        \"Pricing\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"\",\n                \"Base\": 8407500,\n                \"Tax\": 3182900,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"YQ\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 1947200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 1947200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"YR\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 168200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 168200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 82900,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 82900,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 80500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 80500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"UH\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 54400,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 54400,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"DE\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 176200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 176200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RA\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 386400,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 386400,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"AE\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 151200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 151200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"F6\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 70600,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 70600,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"TP\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 10100,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 10100,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"ZR\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 20200,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 20200,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8750,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": 30000,\n                \"FeeData\": \"\",\n                \"Total\": 11620400,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"RUB\",\n                \"EquivalentBase\": 95000,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"EUR\",\n                \"Endorsement\": null\n            }\n        ],\n        \"PricingExtended\": [],\n        \"Calculation\": [\n            {\n                \"Date\": 1605822863,\n                \"DateUpdate\": 1613341759,\n                \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1605822905,\n                        \"DateUpdate\": 1605822905,\n                        \"Key\": \"Fee\",\n                        \"Num\": 1,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_BASE\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 10000\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"IATA\"\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"Traveller\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"Total\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": [\n                                    \"ADT\",\n                                    \"CHD\",\n                                    \"INF\"\n                                ]\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": 1605822863,\n                \"DateUpdate\": 1613341759,\n                \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1608057383,\n                        \"DateUpdate\": 1608057383,\n                        \"Key\": \"FeeTax\",\n                        \"Num\": 2,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_TAX\"\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"TravellerSegment\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 100\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"EUR\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"IATA\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Code\",\n                                \"Value\": \"XX\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": null,\n                \"DateUpdate\": null,\n                \"ID\": null,\n                \"SectionID\": null,\n                \"Type\": \"Avia\",\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1624113974,\n                        \"DateUpdate\": 1624113974,\n                        \"Key\": \"FeeTariff\",\n                        \"Num\": 0,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_TARIFF\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"Traveller\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"Total\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": \"20000\"\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"CBRF\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            }\n        ],\n        \"TotalPrice\": {\n            \"Base\": 8407500,\n            \"Tax\": 3182900,\n            \"Taxes\": [],\n            \"Vat\": 0,\n            \"Vats\": [],\n            \"Fee\": 30000,\n            \"FeeData\": \"\",\n            \"Total\": 11620400,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"RUB\",\n            \"EquivalentBase\": 0,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"\"\n        },\n        \"PayDate\": null,\n        \"PayDateStamp\": null,\n        \"PayStatus\": \"\",\n        \"Status\": \"Issued\",\n        \"Invoices\": [\n            {\n                \"ID\": 100486,\n                \"PIN\": 2027,\n                \"Date\": 1616353491,\n                \"DateStamp\": 1616353491,\n                \"DateUpdate\": 1616353605,\n                \"DateUpdateStamp\": 1616353605,\n                \"DateActual\": 1616353491,\n                \"DateActualStamp\": 1616353491,\n                \"DateExpire\": 1616357091,\n                \"DateExpireStamp\": 1616357091,\n                \"Type\": \"Bill\",\n                \"Direction\": \"Credit\",\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"Items\": [\n                    {\n                        \"Date\": 1616353491,\n                        \"DateStamp\": 1616353491,\n                        \"ID\": \"605798a79f0ae297f5470fa8\",\n                        \"Type\": \"Avia\",\n                        \"Gate\": \"AmadeusWS\",\n                        \"RecordID\": \"\",\n                        \"RecordNumber\": \"QT6RUA\",\n                        \"RecordDate\": 1616353470,\n                        \"RecordDateStamp\": null,\n                        \"RecordExpireDate\": 1616965140,\n                        \"RecordExpireDateStamp\": null,\n                        \"Amount\": 11555400,\n                        \"Currency\": \"RUB\",\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Options\": [\n                    {\n                        \"Gate\": \"Account\",\n                        \"Type\": \"Request\",\n                        \"Amount\": 11555400,\n                        \"Currency\": \"RUB\",\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Payments\": [],\n                \"Amount\": 11555400,\n                \"Currency\": \"RUB\",\n                \"Status\": \"Cancelled\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"335e975b-ea07-46a9-8901-46c17f49513d"},{"name":"Ticket","id":"796d648f-4c23-4abc-8acc-96fac8360293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Ticket\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"LSPTOU\",\r\n        \"Surname\": \"SAOHG\",\r\n        \"Ticket\": \"220-3891608479\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Развернутая информация о конкретном билете для формирования маршрутной квитанции.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Ticket</td>\n<td>Номер билета</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"99b34cac-01fd-4a15-a32f-186ae7db4a3d","name":"Ticket","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Ticket\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"LSPTOU\",\r\n        \"Surname\": \"SAOHG\",\r\n        \"Ticket\": \"220-3891608479\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 19 Jun 2021 14:13:19 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-06-19T17:13:19+03:00\",\n    \"TimeStamp\": 1624111999,\n    \"Execution\": 0.1241,\n    \"Method\": \"Ticket\",\n    \"Result\": {\n        \"ID\": \"609E-B5C5-9F0A-E296-0A3C-E932\",\n        \"Date\": 1621013957,\n        \"DateUpdate\": 1623972627,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"AmadeusWS\",\n        \"Credential\": \"MOWZ000ZZ\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"LH\",\n        \"ValidAirlines\": [\n            \"LH\"\n        ],\n        \"SourceValidAirline\": \"LH\",\n        \"SourceValidAirlines\": [\n            \"LH\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"RecordNumber\": \"LSPTOU\",\n        \"RecordPIN\": 349972,\n        \"RecordUniversal\": \"\",\n        \"RecordProvider\": \"\",\n        \"RecordAir\": \"\",\n        \"RecordLocator\": \"LSPTOU\",\n        \"RecordDate\": \"2021-05-14 20:42:02\",\n        \"RecordDateStamp\": 1621014122,\n        \"Ticket\": \"220-3891608479\",\n        \"TicketExtended\": {\n            \"Date\": 1621015368,\n            \"Type\": \"Ticket\",\n            \"Number\": \"220-3891608479\",\n            \"VoidExpireDate\": null,\n            \"RecordNumber\": \"LSPTOU\",\n            \"RecordProvider\": null,\n            \"RecordLocator\": \"LSPTOU\",\n            \"Segments\": [\n                \"IEV-MUC\",\n                \"MUC-PRG\",\n                \"PRG-MUC\",\n                \"MUC-IEV\"\n            ],\n            \"Traveller\": \"ADT:1\",\n            \"Status\": \"Issued\"\n        },\n        \"TicketDate\": \"2021-05-14 21:02:48\",\n        \"TicketDateStamp\": 1621015368,\n        \"Itineraries\": [\n            {\n                \"ID\": \"IEV-PRG\",\n                \"Num\": 1,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 45,\n                \"Segments\": [\n                    {\n                        \"ID\": \"IEV-MUC\",\n                        \"Num\": 0,\n                        \"GateID\": \"1\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"UA\",\n                        \"DepartureCity\": \"IEV\",\n                        \"DepartureAirport\": \"KBP\",\n                        \"DepartureTerminal\": \"D\",\n                        \"DepartureDate\": \"2021-06-19 06:10:00\",\n                        \"DepartureDateStamp\": 1624072200,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"DE\",\n                        \"ArrivalCity\": \"MUC\",\n                        \"ArrivalAirport\": \"MUC\",\n                        \"ArrivalTerminal\": \"2\",\n                        \"ArrivalDate\": \"2021-06-19 07:30:00\",\n                        \"ArrivalDateStamp\": 1624077000,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"2547\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"2547\",\n                        \"Aircraft\": \"32N\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    },\n                    {\n                        \"ID\": \"MUC-PRG\",\n                        \"Num\": 0,\n                        \"GateID\": \"2\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"DE\",\n                        \"DepartureCity\": \"MUC\",\n                        \"DepartureAirport\": \"MUC\",\n                        \"DepartureTerminal\": \"2\",\n                        \"DepartureDate\": \"2021-06-19 08:15:00\",\n                        \"DepartureDateStamp\": 1624079700,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"CZ\",\n                        \"ArrivalCity\": \"PRG\",\n                        \"ArrivalAirport\": \"PRG\",\n                        \"ArrivalTerminal\": \"2\",\n                        \"ArrivalDate\": \"2021-06-19 09:05:00\",\n                        \"ArrivalDateStamp\": 1624082700,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"1688\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"1688\",\n                        \"Aircraft\": \"319\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            },\n            {\n                \"ID\": \"PRG-IEV\",\n                \"Num\": 2,\n                \"GateID\": \"1\",\n                \"GateData\": [],\n                \"Duration\": 90,\n                \"Segments\": [\n                    {\n                        \"ID\": \"PRG-MUC\",\n                        \"Num\": 0,\n                        \"GateID\": \"3\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"CZ\",\n                        \"DepartureCity\": \"PRG\",\n                        \"DepartureAirport\": \"PRG\",\n                        \"DepartureTerminal\": \"2\",\n                        \"DepartureDate\": \"2021-06-26 17:00:00\",\n                        \"DepartureDateStamp\": 1624716000,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"DE\",\n                        \"ArrivalCity\": \"MUC\",\n                        \"ArrivalAirport\": \"MUC\",\n                        \"ArrivalTerminal\": \"2\",\n                        \"ArrivalDate\": \"2021-06-26 17:50:00\",\n                        \"ArrivalDateStamp\": 1624719000,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"CL\",\n                        \"OperatingFlightNumber\": \"1693\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"1693\",\n                        \"Aircraft\": \"CR9\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    },\n                    {\n                        \"ID\": \"MUC-IEV\",\n                        \"Num\": 0,\n                        \"GateID\": \"4\",\n                        \"GateData\": [],\n                        \"DepartureCountry\": \"DE\",\n                        \"DepartureCity\": \"MUC\",\n                        \"DepartureAirport\": \"MUC\",\n                        \"DepartureTerminal\": \"2\",\n                        \"DepartureDate\": \"2021-06-26 19:20:00\",\n                        \"DepartureDateStamp\": 1624724400,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"UA\",\n                        \"ArrivalCity\": \"IEV\",\n                        \"ArrivalAirport\": \"KBP\",\n                        \"ArrivalTerminal\": \"D\",\n                        \"ArrivalDate\": \"2021-06-26 22:35:00\",\n                        \"ArrivalDateStamp\": 1624736100,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"LH\",\n                        \"OperatingFlightNumber\": \"2546\",\n                        \"MarketingAirline\": \"LH\",\n                        \"MarketingFlightNumber\": \"2546\",\n                        \"Aircraft\": \"32N\",\n                        \"FlightTime\": 0,\n                        \"Legs\": []\n                    }\n                ]\n            }\n        ],\n        \"Traveller\": {\n            \"ID\": \"ADT:1\",\n            \"Type\": \"ADT\",\n            \"GateID\": \"2\",\n            \"GateType\": \"ADT\",\n            \"GateData\": [],\n            \"Name\": \"NATTC\",\n            \"Surname\": \"SAOHG\",\n            \"Patronymic\": \"PAZS\",\n            \"Gender\": \"Male\",\n            \"Birthday\": 610401600,\n            \"Citizenship\": \"RU\",\n            \"Document\": {\n                \"Type\": null,\n                \"Number\": \"4505436819\",\n                \"Country\": null,\n                \"ExpireDate\": 0\n            },\n            \"Bonus\": [],\n            \"Status\": \"Active\"\n        },\n        \"Contacts\": [\n            {\n                \"Type\": \"PhoneMobile\",\n                \"Value\": \"79265272097\"\n            },\n            {\n                \"Type\": \"Email\",\n                \"Value\": \"eg@edgroup.ru\"\n            }\n        ],\n        \"Fare\": [\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"IEV-MUC\",\n                    \"MUC-PRG\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"T\",\n                \"FareCode\": \"T\",\n                \"FareBasisCode\": \"T03CLSE2\",\n                \"AvailableSeats\": 0,\n                \"Description\": \"\"\n            },\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"PRG-MUC\",\n                    \"MUC-IEV\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"K\",\n                \"FareCode\": \"K\",\n                \"FareBasisCode\": \"K03FLXE3\",\n                \"AvailableSeats\": 0,\n                \"Description\": \"\"\n            }\n        ],\n        \"Baggage\": [\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"IEV-MUC\",\n                    \"MUC-PRG\",\n                    \"PRG-MUC\",\n                    \"MUC-IEV\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Type\": \"Checked\",\n                \"Allowance\": \"1PC\",\n                \"Quantity\": null,\n                \"Description\": null\n            }\n        ],\n        \"FareFamilies\": [\n            {\n                \"ID\": null,\n                \"GateID\": \"CLASSIC\",\n                \"GateData\": null,\n                \"Name\": \"CLASSIC\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"CLASSIC\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"IEV-MUC\",\n                    \"MUC-PRG\"\n                ],\n                \"Travellers\": [\n                    \"ADT\",\n                    \"CHD\",\n                    \"INF\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"09Q\",\n                        \"GateData\": null,\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"1 CABIN BAG UP TO 8KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"FBY\",\n                        \"GateData\": null,\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"050\",\n                        \"GateData\": null,\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"STANDARD SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06I\",\n                        \"GateData\": null,\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHANGE BEFORE DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06J\",\n                        \"GateData\": null,\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHANGE AFTER DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"057\",\n                        \"GateData\": null,\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Description\": \"\",\n                        \"GateName\": \"MILEAGE ACCRUAL\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"05Z\",\n                        \"GateData\": null,\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PREFERRED SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"PZS\",\n                        \"GateData\": null,\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"058\",\n                        \"GateData\": null,\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPGRADE ELIGIBILITY\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06K\",\n                        \"GateData\": null,\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"REFUND BEFORE DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"NotOffered\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06L\",\n                        \"GateData\": null,\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"REFUND AFTER DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"ID\": null,\n                \"GateID\": \"FLEX\",\n                \"GateData\": null,\n                \"Name\": \"FLEX\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"FLEX\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"PRG-MUC\",\n                    \"MUC-IEV\"\n                ],\n                \"Travellers\": [\n                    \"ADT\",\n                    \"CHD\",\n                    \"INF\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"09Q\",\n                        \"GateData\": null,\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"1 CABIN BAG UP TO 8KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"FBY\",\n                        \"GateData\": null,\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Description\": \"\",\n                        \"GateName\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"050\",\n                        \"GateData\": null,\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"STANDARD SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"05Z\",\n                        \"GateData\": null,\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PREFERRED SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"07H\",\n                        \"GateData\": null,\n                        \"Name\": \"EARLIER FLIGHT ON TRAVEL DAY\",\n                        \"Description\": \"\",\n                        \"GateName\": \"EARLIER FLIGHT ON TRAVEL DAY\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06I\",\n                        \"GateData\": null,\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHANGE BEFORE DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06J\",\n                        \"GateData\": null,\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHANGE AFTER DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"PSG\",\n                        \"GateData\": null,\n                        \"Name\": \"PRIORITY SECURITY IN GERMANY\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PRIORITY SECURITY IN GERMANY\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"TS\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0G6\",\n                        \"GateData\": null,\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Description\": \"\",\n                        \"GateName\": \"PRIORITY BOARDING\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"TS\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"057\",\n                        \"GateData\": null,\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Description\": \"\",\n                        \"GateName\": \"MILEAGE ACCRUAL\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"PZS\",\n                        \"GateData\": null,\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Description\": \"\",\n                        \"GateName\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06K\",\n                        \"GateData\": null,\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"REFUND BEFORE DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"06L\",\n                        \"GateData\": null,\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Description\": \"\",\n                        \"GateName\": \"REFUND AFTER DEPARTURE\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"058\",\n                        \"GateData\": null,\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPGRADE ELIGIBILITY\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    }\n                ]\n            }\n        ],\n        \"Price\": {\n            \"Type\": \"ADT\",\n            \"GateType\": \"\",\n            \"Base\": 1034500,\n            \"Tax\": 1291400,\n            \"Taxes\": [\n                {\n                    \"Code\": \"YQ\",\n                    \"Extension\": \"AD\",\n                    \"Identifier\": \"X\",\n                    \"Total\": 326000,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 326000,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"YR\",\n                    \"Extension\": \"VB\",\n                    \"Identifier\": \"X\",\n                    \"Total\": 172000,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 172000,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"UA\",\n                    \"Extension\": \"SE\",\n                    \"Identifier\": \"X\",\n                    \"Total\": 30200,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 30200,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"UD\",\n                    \"Extension\": \"DP\",\n                    \"Identifier\": \"X\",\n                    \"Total\": 15100,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 15100,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"YK\",\n                    \"Extension\": \"AE\",\n                    \"Identifier\": \"X\",\n                    \"Total\": 98200,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 98200,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"DE\",\n                    \"Extension\": \"SE\",\n                    \"Identifier\": \"X\",\n                    \"Total\": 89900,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 89900,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"RA\",\n                    \"Extension\": \"EB\",\n                    \"Identifier\": \"X\",\n                    \"Total\": 291000,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 291000,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"CZ\",\n                    \"Extension\": \"EB\",\n                    \"Identifier\": \"X\",\n                    \"Total\": 234000,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 234000,\n                    \"SourceCurrency\": \"RUB\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"XX\",\n                    \"Extension\": null,\n                    \"Identifier\": null,\n                    \"Total\": 8750,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"XX\",\n                    \"Extension\": null,\n                    \"Identifier\": null,\n                    \"Total\": 8750,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"XX\",\n                    \"Extension\": null,\n                    \"Identifier\": null,\n                    \"Total\": 8750,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                },\n                {\n                    \"Code\": \"XX\",\n                    \"Extension\": null,\n                    \"Identifier\": null,\n                    \"Total\": 8750,\n                    \"Currency\": \"RUB\",\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\",\n                    \"Description\": null\n                }\n            ],\n            \"Vat\": 0,\n            \"Vats\": [\n                {\n                    \"Type\": \"Base\",\n                    \"Code\": null,\n                    \"Rate\": 0,\n                    \"Total\": 0,\n                    \"Currency\": \"RUB\"\n                }\n            ],\n            \"Fee\": 30000,\n            \"FeeData\": \"\",\n            \"Total\": 2355900,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"\",\n            \"EquivalentBase\": 13700,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"USD\",\n            \"Endorsement\": null\n        },\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"796d648f-4c23-4abc-8acc-96fac8360293"},{"name":"Ticket Download","id":"468a80cf-a2dc-4a26-9890-75eb40dc67ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Ticket\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"LSPTOU\",\r\n        \"Surname\": \"SAOHG\",\r\n        \"Ticket\": \"220-3891608479\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/export/avia/document/?Application={{Auth_Key}}&RecordNumber=LSPTOU&Surname=SAOHG&Ticket=220-3891608479&Template=Ticket&Format=HTML","description":"<p>Получение файла маршрутной квитанции методом прямого скачивания.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Application</td>\n<td>В случае авторизации с типом <code>Application</code> — необходимо указать ключ</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Site</td>\n<td>В случае авторизации с типом <code>Site</code> — необходимо указать ключ</td>\n<td>M</td>\n</tr>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Ticket</td>\n<td>Номер билета</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Template</td>\n<td>Шаблон документа — <code>Ticket</code>, <code>TicketNoPrice</code> или <code>TicketPriceTotal</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Format</td>\n<td>Формат документа. <code>HTML</code> или <code>PDF</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Ov</td>\n<td>Массив значений для перезаписи (override) текущих данных при формировании документа. Пример: <code>&amp;Template=TicketPriceTotal&amp;Ov[Price][Total]=10000&amp;Ov[Price][Currency]=USD</code> – отобразит «Стоимость: 100.00 USD»</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Пример изменения сборов</strong></p>\n<p><code>&amp;Ov[Calc][0][Key]=FeeTariff&amp;Ov[Calc][0][Values][Category]=FEE_TARIFF&amp;Ov[Calc][0][Values][Calculation]=Traveller&amp;Ov[Calc][0][Values][Apply]=Total&amp;Ov[Calc][0][Values][Amount]=10000&amp;Ov[Calc][0][Values][Currency]=RUB</code><br />— можно передавать только необходимые параметры</p>\n","urlObject":{"protocol":"https","path":["export","avia","document",""],"host":["{{Host}}"],"query":[{"key":"Application","value":"{{Auth_Key}}"},{"key":"RecordNumber","value":"LSPTOU"},{"key":"Surname","value":"SAOHG"},{"key":"Ticket","value":"220-3891608479"},{"key":"Template","value":"Ticket"},{"key":"Format","value":"HTML"}],"variable":[]}},"response":[{"id":"fed73bf5-7f9b-4252-9c3b-6d22b4a64562","name":"Ticket Download","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Ticket\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"LSPTOU\",\r\n        \"Surname\": \"SAOHG\",\r\n        \"Ticket\": \"220-3891608479\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{Host}}/export/avia/document/?Application={{Auth_Key}}&RecordNumber=LSPTOU&Surname=SAOHG&Ticket=220-3891608479&Template=Ticket&Format=HTML","protocol":"https","host":["{{Host}}"],"path":["export","avia","document",""],"query":[{"key":"Application","value":"{{Auth_Key}}"},{"key":"RecordNumber","value":"LSPTOU"},{"key":"Surname","value":"SAOHG"},{"key":"Ticket","value":"220-3891608479"},{"key":"Template","value":"Ticket"},{"key":"Format","value":"HTML"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 02 Nov 2021 22:11:45 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"468a80cf-a2dc-4a26-9890-75eb40dc67ea"},{"name":"Cancel","id":"ab7b6685-f870-450c-8428-f832c37209b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Cancel\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"QXRSJO\",\r\n        \"Surname\": \"SAQCT\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Отмена бронирования.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"7a431a8d-4a5e-443a-a2b3-99a12157e023","name":"Cancel","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Cancel\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"QXRSJO\",\r\n        \"Surname\": \"SAQCT\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Mar 2021 14:43:09 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-22T17:43:12+03:00\",\n    \"TimeStamp\": 1616424192,\n    \"Execution\": 3.7499,\n    \"Method\": \"Cancel\",\n    \"Result\": {\n        \"ID\": \"6058-ACAB-9F0A-E21E-6F24-5E08\",\n        \"Date\": 1616424107,\n        \"DateUpdate\": 1616424192,\n        \"RecordNumber\": \"QXRSJO\",\n        \"RecordPIN\": 451202,\n        \"Status\": \"Cancelled\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"ab7b6685-f870-450c-8428-f832c37209b1"},{"name":"Issue","id":"9e0d4a40-3630-42d8-95a8-bc7390659831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Issue\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"QT6RUA\",\r\n        \"Surname\": \"SAVQC\",\r\n        \"Salt\": \"zXnC4mTORRfFcdCtnPOpYVYC3hAfYu\",\r\n        \"Sign\": \"5c574868564c33e643ee6bdc4327542f\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Прямой запрос выписки бронирования.\n<strong>Подключается по запросу!</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Salt</td>\n<td>Т.е. «соль» — От 10 до 50 символов. При каждом запросе обязано быть уникальным</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Sign</td>\n<td>Подпись формируется как <code>md5(RecordNumber:Surname:Salt:ПарольПриложения)</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"2b1d5166-d71b-4286-9c50-86f78ca21471","name":"Issue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Issue\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"QT6RUA\",\r\n        \"Surname\": \"SAVQC\",\r\n        \"Salt\": \"zXnC4mTORRfFcdCtnPOpYVYC3hAfYu\",\r\n        \"Sign\": \"5c574868564c33e643ee6bdc4327542f\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Mar 2021 19:05:50 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-21T22:05:59+03:00\",\n    \"TimeStamp\": 1616353559,\n    \"Execution\": 8.6641,\n    \"Method\": \"Issue\",\n    \"Result\": {\n        \"ID\": \"6057-98A7-9F0A-E297-F547-0FA8\",\n        \"Date\": 1616353447,\n        \"DateUpdate\": 1616353559,\n        \"RecordNumber\": \"QT6RUA\",\n        \"RecordPIN\": 593171,\n        \"Tickets\": [\n            \"220-3891608470\"\n        ],\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"9e0d4a40-3630-42d8-95a8-bc7390659831"},{"name":"Import","id":"c17fef87-4599-45d6-81ff-160311416d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Import\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"UBLED2\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Импорт бронирования из шлюза.\n<strong>Подключается по запросу!</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Gate</td>\n<td>Шлюз. Обязательно если бронирование новое</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Credential</td>\n<td>Доступ шлюза. Обязательно если бронирование новое</td>\n<td>O</td>\n</tr>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Sirname</td>\n<td>Фамилия одного из пассажиров (обязательно для шлюзов: Сирена и Mixvel)</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"65ed0b50-bdda-49da-9b92-dd172a7b3334","name":"Import","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Import\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"UBLED2\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Nov 2021 14:31:30 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-11-10T17:31:36+03:00\",\n    \"TimeStamp\": 1636554696,\n    \"Execution\": 5.8202,\n    \"Method\": \"Import\",\n    \"Result\": {\n        \"ID\": \"6189-94E2-9F0A-E2F7-C607-2723\",\n        \"Locked\": null,\n        \"Date\": 1636406498,\n        \"DateUpdate\": 1636554695,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"AmadeusWS\",\n        \"Credential\": \"MOWZ000ZZ\",\n        \"Clearing\": \"\",\n        \"ValidAirline\": \"SU\",\n        \"ValidAirlines\": [\n            \"SU\"\n        ],\n        \"SourceValidAirline\": \"SU\",\n        \"SourceValidAirlines\": [\n            \"SU\"\n        ],\n        \"Latin\": true,\n        \"Extended\": false,\n        \"ExternalID\": \"\",\n        \"ExternalNumber\": \"\",\n        \"RecordNumber\": \"UBLED2\",\n        \"RecordPIN\": 729360,\n        \"RecordUniversal\": \"\",\n        \"RecordProvider\": \"\",\n        \"RecordAir\": \"\",\n        \"RecordLocator\": \"KBXRBF\",\n        \"RecordDate\": \"2021-11-09 00:23:00\",\n        \"RecordDateStamp\": 1636406580,\n        \"RecordPriceDate\": \"2021-11-09 00:22:23\",\n        \"RecordPriceDateStamp\": 1636406543,\n        \"RecordExpireDate\": \"2021-11-12 00:22:00\",\n        \"RecordExpireDateStamp\": 1636665720,\n        \"RecordPriceExpireDate\": null,\n        \"RecordPriceExpireDateStamp\": null,\n        \"RecordVoidExpireDate\": null,\n        \"RecordVoidExpireDateStamp\": null,\n        \"Tickets\": [\n            \"555-6049026425\",\n            \"555-6049026426\",\n            \"555-6049026427\",\n            \"555-6049026428\",\n            \"555-6049026429\",\n            \"555-6049026430\",\n            \"555-6049026431\"\n        ],\n        \"TicketsExtended\": [\n            {\n                \"Date\": 1636554692,\n                \"Type\": \"Ticket\",\n                \"Number\": \"555-6049026425\",\n                \"VoidExpireDate\": null,\n                \"RecordNumber\": \"UBLED2\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": \"KBXRBF\",\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"ADT:3\",\n                \"Status\": \"Issued\"\n            },\n            {\n                \"Date\": 1636554692,\n                \"Type\": \"Ticket\",\n                \"Number\": \"555-6049026426\",\n                \"VoidExpireDate\": null,\n                \"RecordNumber\": \"UBLED2\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": \"KBXRBF\",\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"CHD:1\",\n                \"Status\": \"Issued\"\n            },\n            {\n                \"Date\": 1636554692,\n                \"Type\": \"Ticket\",\n                \"Number\": \"555-6049026427\",\n                \"VoidExpireDate\": null,\n                \"RecordNumber\": \"UBLED2\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": \"KBXRBF\",\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"INF:2\",\n                \"Status\": \"Issued\"\n            },\n            {\n                \"Date\": 1636554692,\n                \"Type\": \"Ticket\",\n                \"Number\": \"555-6049026428\",\n                \"VoidExpireDate\": null,\n                \"RecordNumber\": \"UBLED2\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": \"KBXRBF\",\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"ADT:1\",\n                \"Status\": \"Issued\"\n            },\n            {\n                \"Date\": 1636554692,\n                \"Type\": \"Ticket\",\n                \"Number\": \"555-6049026429\",\n                \"VoidExpireDate\": null,\n                \"RecordNumber\": \"UBLED2\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": \"KBXRBF\",\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"ADT:2\",\n                \"Status\": \"Issued\"\n            },\n            {\n                \"Date\": 1636554692,\n                \"Type\": \"Ticket\",\n                \"Number\": \"555-6049026430\",\n                \"VoidExpireDate\": null,\n                \"RecordNumber\": \"UBLED2\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": \"KBXRBF\",\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"CHD:2\",\n                \"Status\": \"Issued\"\n            },\n            {\n                \"Date\": 1636554692,\n                \"Type\": \"Ticket\",\n                \"Number\": \"555-6049026431\",\n                \"VoidExpireDate\": null,\n                \"RecordNumber\": \"UBLED2\",\n                \"RecordProvider\": null,\n                \"RecordLocator\": \"KBXRBF\",\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"INF:1\",\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"TicketsDate\": \"2021-11-09 00:23:32\",\n        \"TicketsDateStamp\": 1636406612,\n        \"Itineraries\": [\n            {\n                \"ID\": \"LED-AER\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 0,\n                \"Segments\": [\n                    {\n                        \"ID\": \"LED-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"1\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"LED\",\n                        \"DepartureAirport\": \"LED\",\n                        \"DepartureTerminal\": \"1\",\n                        \"DepartureDate\": \"2021-12-13 04:45:00\",\n                        \"DepartureDateStamp\": 1639359900,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"SVO\",\n                        \"ArrivalTerminal\": \"B\",\n                        \"ArrivalDate\": \"2021-12-13 06:20:00\",\n                        \"ArrivalDateStamp\": 1639365600,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"53\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"53\",\n                        \"Aircraft\": \"32A\",\n                        \"FlightTime\": 0,\n                        \"Connection\": \"\",\n                        \"Legs\": []\n                    },\n                    {\n                        \"ID\": \"MOW-AER\",\n                        \"Num\": 0,\n                        \"GateID\": \"2\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"SVO\",\n                        \"DepartureTerminal\": \"B\",\n                        \"DepartureDate\": \"2021-12-13 07:20:00\",\n                        \"DepartureDateStamp\": 1639369200,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"AER\",\n                        \"ArrivalAirport\": \"AER\",\n                        \"ArrivalTerminal\": \"\",\n                        \"ArrivalDate\": \"2021-12-13 10:05:00\",\n                        \"ArrivalDateStamp\": 1639379100,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"1152\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"1152\",\n                        \"Aircraft\": \"73H\",\n                        \"FlightTime\": 0,\n                        \"Connection\": \"\",\n                        \"Legs\": []\n                    }\n                ]\n            },\n            {\n                \"ID\": \"AER-LED\",\n                \"Num\": 0,\n                \"GateID\": \"\",\n                \"GateData\": [],\n                \"Duration\": 0,\n                \"Segments\": [\n                    {\n                        \"ID\": \"AER-MOW\",\n                        \"Num\": 0,\n                        \"GateID\": \"3\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"AER\",\n                        \"DepartureAirport\": \"AER\",\n                        \"DepartureTerminal\": \"\",\n                        \"DepartureDate\": \"2021-12-17 02:35:00\",\n                        \"DepartureDateStamp\": 1639697700,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"MOW\",\n                        \"ArrivalAirport\": \"SVO\",\n                        \"ArrivalTerminal\": \"B\",\n                        \"ArrivalDate\": \"2021-12-17 05:20:00\",\n                        \"ArrivalDateStamp\": 1639707600,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"1131\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"1131\",\n                        \"Aircraft\": \"32A\",\n                        \"FlightTime\": 0,\n                        \"Connection\": \"\",\n                        \"Legs\": []\n                    },\n                    {\n                        \"ID\": \"MOW-LED\",\n                        \"Num\": 0,\n                        \"GateID\": \"4\",\n                        \"GateData\": [],\n                        \"GateStatus\": \"HK\",\n                        \"DepartureCountry\": \"RU\",\n                        \"DepartureCity\": \"MOW\",\n                        \"DepartureAirport\": \"SVO\",\n                        \"DepartureTerminal\": \"B\",\n                        \"DepartureDate\": \"2021-12-17 06:30:00\",\n                        \"DepartureDateStamp\": 1639711800,\n                        \"DepartureTimeZone\": \"\",\n                        \"ArrivalCountry\": \"RU\",\n                        \"ArrivalCity\": \"LED\",\n                        \"ArrivalAirport\": \"LED\",\n                        \"ArrivalTerminal\": \"1\",\n                        \"ArrivalDate\": \"2021-12-17 08:05:00\",\n                        \"ArrivalDateStamp\": 1639717500,\n                        \"ArrivalTimeZone\": \"\",\n                        \"OperatingAirline\": \"SU\",\n                        \"OperatingFlightNumber\": \"4\",\n                        \"MarketingAirline\": \"SU\",\n                        \"MarketingFlightNumber\": \"4\",\n                        \"Aircraft\": \"73H\",\n                        \"FlightTime\": 0,\n                        \"Connection\": \"\",\n                        \"Legs\": []\n                    }\n                ]\n            }\n        ],\n        \"Travellers\": [\n            {\n                \"ID\": \"ADT:1\",\n                \"Type\": \"ADT\",\n                \"GateID\": \"2\",\n                \"GateType\": \"ADT\",\n                \"GateData\": [],\n                \"Name\": \"NAHJN\",\n                \"Surname\": \"SACRX\",\n                \"Patronymic\": \"PAARW\",\n                \"Gender\": \"Male\",\n                \"Birthday\": 128529092,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505219585\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1794171600\n                },\n                \"Bonus\": [],\n                \"Status\": \"Active\"\n            },\n            {\n                \"ID\": \"ADT:2\",\n                \"Type\": \"ADT\",\n                \"GateID\": \"4\",\n                \"GateType\": \"ADT\",\n                \"GateData\": [],\n                \"Name\": \"NAIYA\",\n                \"Surname\": \"SADYW\",\n                \"Patronymic\": \"PAREH\",\n                \"Gender\": \"Female\",\n                \"Birthday\": 845904692,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505899151\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1794171600\n                },\n                \"Bonus\": [],\n                \"Status\": \"Active\"\n            },\n            {\n                \"ID\": \"ADT:3\",\n                \"Type\": \"ADT\",\n                \"GateID\": \"6\",\n                \"GateType\": \"ADT\",\n                \"GateData\": [],\n                \"Name\": \"NAUTO\",\n                \"Surname\": \"SAHZS\",\n                \"Patronymic\": \"PACCU\",\n                \"Gender\": \"Female\",\n                \"Birthday\": 314116292,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505521911\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1794171600\n                },\n                \"Bonus\": [],\n                \"Status\": \"Active\"\n            },\n            {\n                \"ID\": \"CHD:1\",\n                \"Type\": \"CHD\",\n                \"GateID\": \"8\",\n                \"GateType\": \"CHD\",\n                \"GateData\": [],\n                \"Name\": \"NBFDL\",\n                \"Surname\": \"SBOMY\",\n                \"Patronymic\": \"PBPIC\",\n                \"Gender\": \"Female\",\n                \"Birthday\": 1467729092,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505293946\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1794171600\n                },\n                \"Bonus\": [],\n                \"Status\": \"Active\"\n            },\n            {\n                \"ID\": \"CHD:2\",\n                \"Type\": \"CHD\",\n                \"GateID\": \"7\",\n                \"GateType\": \"CHD\",\n                \"GateData\": [],\n                \"Name\": \"NBNT\",\n                \"Surname\": \"SBUWE\",\n                \"Patronymic\": \"PBTRF\",\n                \"Gender\": \"Female\",\n                \"Birthday\": 1498660292,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505975217\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1794171600\n                },\n                \"Bonus\": [],\n                \"Status\": \"Active\"\n            },\n            {\n                \"ID\": \"INF:1\",\n                \"Type\": \"INF\",\n                \"GateID\": \"2\",\n                \"GateType\": \"INF\",\n                \"GateData\": [],\n                \"Name\": \"NCCVV\",\n                \"Surname\": \"SCMNO\",\n                \"Patronymic\": \"PCBRJ\",\n                \"Gender\": \"Female\",\n                \"Birthday\": 1583677892,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505465577\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1794171600\n                },\n                \"Bonus\": [],\n                \"Status\": \"Active\"\n            },\n            {\n                \"ID\": \"INF:2\",\n                \"Type\": \"INF\",\n                \"GateID\": \"4\",\n                \"GateType\": \"INF\",\n                \"GateData\": [],\n                \"Name\": \"NCPTD\",\n                \"Surname\": \"SCDRB\",\n                \"Patronymic\": \"PCZD\",\n                \"Gender\": \"Female\",\n                \"Birthday\": 1587479492,\n                \"Citizenship\": \"RU\",\n                \"Document\": {\n                    \"Type\": null,\n                    \"Number\": \"4505967701\",\n                    \"Country\": \"RU\",\n                    \"ExpireDate\": 1794171600\n                },\n                \"Bonus\": [],\n                \"Status\": \"Active\"\n            }\n        ],\n        \"Contacts\": [\n            {\n                \"Type\": \"PhoneMobile\",\n                \"Value\": \"79265272097\"\n            },\n            {\n                \"Type\": \"Email\",\n                \"Value\": \"eg@edgroup.ru\"\n            }\n        ],\n        \"Fares\": [\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"R\",\n                \"FareCode\": \"R\",\n                \"FareBasisCode\": \"RNBSLR\",\n                \"AvailableSeats\": 0,\n                \"Description\": \"\"\n            },\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"CHD\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"R\",\n                \"FareCode\": \"R\",\n                \"FareBasisCode\": \"RNBSLR/CH25\",\n                \"AvailableSeats\": 0,\n                \"Description\": \"\"\n            },\n            {\n                \"ID\": null,\n                \"Type\": null,\n                \"GateID\": null,\n                \"GateType\": null,\n                \"GateData\": [],\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Traveller\": \"\",\n                \"Travellers\": [\n                    \"INF\"\n                ],\n                \"Class\": \"\",\n                \"Cabin\": \"R\",\n                \"FareCode\": \"R\",\n                \"FareBasisCode\": \"RNBSLR/IN00\",\n                \"AvailableSeats\": 0,\n                \"Description\": \"\"\n            }\n        ],\n        \"Baggage\": [\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Travellers\": [\n                    \"ADT\"\n                ],\n                \"Type\": \"Checked\",\n                \"Allowance\": \"0PC\",\n                \"Quantity\": null,\n                \"Description\": null\n            },\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Travellers\": [\n                    \"CHD\"\n                ],\n                \"Type\": \"Checked\",\n                \"Allowance\": \"0PC\",\n                \"Quantity\": null,\n                \"Description\": null\n            },\n            {\n                \"ID\": null,\n                \"GateID\": null,\n                \"GateData\": null,\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Travellers\": [\n                    \"INF\"\n                ],\n                \"Type\": \"Checked\",\n                \"Allowance\": \"0PC\",\n                \"Quantity\": null,\n                \"Description\": null\n            }\n        ],\n        \"FareFamilies\": [\n            {\n                \"ID\": null,\n                \"GateID\": \"NB\",\n                \"GateData\": [],\n                \"Name\": \"ECONOMY LITE\",\n                \"Description\": \"\",\n                \"Text\": \"\",\n                \"GateName\": \"ECONOMY LITE\",\n                \"GateDescription\": \"\",\n                \"GateText\": \"\",\n                \"GateProgramID\": \"\",\n                \"GateProgramCode\": \"\",\n                \"GateProgramName\": \"\",\n                \"GateProgramDescription\": \"\",\n                \"GateProgramSystemCode\": \"\",\n                \"Segments\": [\n                    \"LED-MOW\",\n                    \"MOW-AER\",\n                    \"AER-MOW\",\n                    \"MOW-LED\"\n                ],\n                \"Travellers\": [\n                    \"ADT\",\n                    \"CHD\",\n                    \"INF\"\n                ],\n                \"Class\": \"\",\n                \"Services\": [\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"ME1\",\n                        \"GateData\": null,\n                        \"Name\": \"75 TO 125 PCNT MILES EARNED\",\n                        \"Description\": \"\",\n                        \"GateName\": \"75 TO 125 PCNT MILES EARNED\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0MJ\",\n                        \"GateData\": null,\n                        \"Name\": \"CARRY10KG 22LBUPTO 55X40X25CM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CARRY10KG 22LBUPTO 55X40X25CM\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"C\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Included\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0GP\",\n                        \"GateData\": null,\n                        \"Name\": \"UPTO50LB 23KG AND80LI 203LCM\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPTO50LB 23KG AND80LI 203LCM\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"C\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BG\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"059\",\n                        \"GateData\": null,\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Description\": \"\",\n                        \"GateName\": \"CHANGEABLE TICKET\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"UT2\",\n                        \"GateData\": null,\n                        \"Name\": \"UPGRADE AT CHECKIN TO COMFORT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPGRADE AT CHECKIN TO COMFORT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"0CL\",\n                        \"GateData\": null,\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"INTERNET ACCESS\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"IE\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"050\",\n                        \"GateData\": null,\n                        \"Name\": \"BASIC SEAT\",\n                        \"Description\": \"\",\n                        \"GateName\": \"BASIC SEAT\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"Z\",\n                        \"Classification\": \"\",\n                        \"Group\": \"BF\",\n                        \"Status\": \"Charge\"\n                    },\n                    {\n                        \"ID\": null,\n                        \"GateID\": \"UPF\",\n                        \"GateData\": null,\n                        \"Name\": \"UPGRADE AT CHECKIN TO BUSINESS\",\n                        \"Description\": \"\",\n                        \"GateName\": \"UPGRADE AT CHECKIN TO BUSINESS\",\n                        \"GateDescription\": \"\",\n                        \"Type\": \"F\",\n                        \"Classification\": \"\",\n                        \"Group\": \"UP\",\n                        \"Status\": \"Charge\"\n                    }\n                ]\n            }\n        ],\n        \"Pricing\": [\n            {\n                \"Type\": \"ADT\",\n                \"GateType\": \"\",\n                \"Base\": 300000,\n                \"Tax\": 1115000,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"YQ\",\n                        \"Extension\": \"AC\",\n                        \"Identifier\": \"X\",\n                        \"Total\": 660000,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 660000,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"YR\",\n                        \"Extension\": \"VA\",\n                        \"Identifier\": \"X\",\n                        \"Total\": 278800,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 278800,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": \"AB\",\n                        \"Identifier\": \"X\",\n                        \"Total\": 71500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 71500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": \"AE\",\n                        \"Identifier\": \"X\",\n                        \"Total\": 71500,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 71500,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8300,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8300,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8300,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8300,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 133740,\n                \"Vats\": [\n                    {\n                        \"Type\": \"Tax\",\n                        \"Code\": \"YQAC\",\n                        \"Rate\": 1000,\n                        \"Total\": 60000,\n                        \"Currency\": \"RUB\"\n                    },\n                    {\n                        \"Type\": \"Tax\",\n                        \"Code\": \"YRVA\",\n                        \"Rate\": 2000,\n                        \"Total\": 46467,\n                        \"Currency\": \"RUB\"\n                    },\n                    {\n                        \"Type\": \"Tax\",\n                        \"Code\": \"RIAB\",\n                        \"Rate\": 0,\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\"\n                    },\n                    {\n                        \"Type\": \"Tax\",\n                        \"Code\": \"RIAE\",\n                        \"Rate\": 0,\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\"\n                    },\n                    {\n                        \"Type\": \"Base\",\n                        \"Code\": null,\n                        \"Rate\": 1000,\n                        \"Total\": 27273,\n                        \"Currency\": \"RUB\"\n                    }\n                ],\n                \"Fee\": 25000,\n                \"FeeData\": \"\",\n                \"Total\": 1440000,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            },\n            {\n                \"Type\": \"CHD\",\n                \"GateType\": \"\",\n                \"Base\": 225000,\n                \"Tax\": 1043600,\n                \"Taxes\": [\n                    {\n                        \"Code\": \"YQ\",\n                        \"Extension\": \"AC\",\n                        \"Identifier\": \"X\",\n                        \"Total\": 660000,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 660000,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"YR\",\n                        \"Extension\": \"VA\",\n                        \"Identifier\": \"X\",\n                        \"Total\": 278800,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 278800,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": \"AB\",\n                        \"Identifier\": \"X\",\n                        \"Total\": 35800,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 35800,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"RI\",\n                        \"Extension\": \"AE\",\n                        \"Identifier\": \"X\",\n                        \"Total\": 35800,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 35800,\n                        \"SourceCurrency\": \"RUB\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8300,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8300,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8300,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    },\n                    {\n                        \"Code\": \"XX\",\n                        \"Extension\": null,\n                        \"Identifier\": null,\n                        \"Total\": 8300,\n                        \"Currency\": \"RUB\",\n                        \"SourceTotal\": 0,\n                        \"SourceCurrency\": \"\",\n                        \"EquivalentTotal\": 0,\n                        \"EquivalentCurrency\": \"\",\n                        \"Description\": null\n                    }\n                ],\n                \"Vat\": 126922,\n                \"Vats\": [\n                    {\n                        \"Type\": \"Tax\",\n                        \"Code\": \"YQAC\",\n                        \"Rate\": 1000,\n                        \"Total\": 60000,\n                        \"Currency\": \"RUB\"\n                    },\n                    {\n                        \"Type\": \"Tax\",\n                        \"Code\": \"YRVA\",\n                        \"Rate\": 2000,\n                        \"Total\": 46467,\n                        \"Currency\": \"RUB\"\n                    },\n                    {\n                        \"Type\": \"Tax\",\n                        \"Code\": \"RIAB\",\n                        \"Rate\": 0,\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\"\n                    },\n                    {\n                        \"Type\": \"Tax\",\n                        \"Code\": \"RIAE\",\n                        \"Rate\": 0,\n                        \"Total\": 0,\n                        \"Currency\": \"RUB\"\n                    },\n                    {\n                        \"Type\": \"Base\",\n                        \"Code\": null,\n                        \"Rate\": 1000,\n                        \"Total\": 20455,\n                        \"Currency\": \"RUB\"\n                    }\n                ],\n                \"Fee\": 25000,\n                \"FeeData\": \"\",\n                \"Total\": 1293600,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            },\n            {\n                \"Type\": \"INF\",\n                \"GateType\": \"\",\n                \"Base\": 0,\n                \"Tax\": 0,\n                \"Taxes\": [],\n                \"Vat\": 0,\n                \"Vats\": [],\n                \"Fee\": 10000,\n                \"FeeData\": \"\",\n                \"Total\": 10000,\n                \"Currency\": \"RUB\",\n                \"SourceBase\": 0,\n                \"SourceTax\": 0,\n                \"SourceTaxes\": [],\n                \"SourceVat\": 0,\n                \"SourceVats\": [],\n                \"SourceFee\": 0,\n                \"SourceTotal\": 0,\n                \"SourceCurrency\": \"\",\n                \"EquivalentBase\": 0,\n                \"EquivalentTax\": 0,\n                \"EquivalentTaxes\": [],\n                \"EquivalentVat\": 0,\n                \"EquivalentVats\": [],\n                \"EquivalentFee\": 0,\n                \"EquivalentTotal\": 0,\n                \"EquivalentCurrency\": \"\",\n                \"Endorsement\": null\n            }\n        ],\n        \"PricingExtended\": [],\n        \"Calculation\": [\n            {\n                \"Date\": 1629612265,\n                \"DateUpdate\": 1629930782,\n                \"ID\": \"60d53ba19f0ae28752629ba3\",\n                \"SectionID\": \"6121e8e99f0ae2465326fa83\",\n                \"Type\": \"\",\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1629617208,\n                        \"DateUpdate\": 1629617208,\n                        \"Key\": \"FeeTariff\",\n                        \"Num\": 1,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_TARIFF\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"Traveller\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 15000\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": 1605822863,\n                \"DateUpdate\": 1623949747,\n                \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1605822905,\n                        \"DateUpdate\": 1605822905,\n                        \"Key\": \"Fee\",\n                        \"Num\": 1,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_BASE\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 10000\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"RUB\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"IATA\"\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"Traveller\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"Total\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": [\n                                    \"ADT\",\n                                    \"CHD\",\n                                    \"INF\"\n                                ]\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            },\n            {\n                \"Date\": 1605822863,\n                \"DateUpdate\": 1623949747,\n                \"ID\": \"5de3d38e9f0ae26af702eaf3\",\n                \"SectionID\": \"5fb6e98f9f0ae22dc73ff6a4\",\n                \"Type\": \"Avia\",\n                \"ExternalID\": \"\",\n                \"ExternalNumber\": \"\",\n                \"Rules\": [],\n                \"Results\": [\n                    {\n                        \"Date\": 1608057383,\n                        \"DateUpdate\": 1608057383,\n                        \"Key\": \"FeeTax\",\n                        \"Num\": 2,\n                        \"Values\": [\n                            {\n                                \"Key\": \"Category\",\n                                \"Value\": \"FEE_TAX\"\n                            },\n                            {\n                                \"Key\": \"Calculation\",\n                                \"Value\": \"TravellerSegment\"\n                            },\n                            {\n                                \"Key\": \"Apply\",\n                                \"Value\": \"\"\n                            },\n                            {\n                                \"Key\": \"Amount\",\n                                \"Value\": 100\n                            },\n                            {\n                                \"Key\": \"Currency\",\n                                \"Value\": \"EUR\"\n                            },\n                            {\n                                \"Key\": \"CurrencyRateType\",\n                                \"Value\": \"IATA\"\n                            },\n                            {\n                                \"Key\": \"Segments\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Travellers\",\n                                \"Value\": []\n                            },\n                            {\n                                \"Key\": \"Code\",\n                                \"Value\": \"XX\"\n                            }\n                        ],\n                        \"Status\": \"Active\"\n                    }\n                ],\n                \"Params\": []\n            }\n        ],\n        \"TotalPrice\": {\n            \"Base\": 1350000,\n            \"Tax\": 5432200,\n            \"Taxes\": [],\n            \"Vat\": 0,\n            \"Vats\": [],\n            \"Fee\": 145000,\n            \"FeeData\": \"\",\n            \"Total\": 6927200,\n            \"Currency\": \"RUB\",\n            \"SourceBase\": 0,\n            \"SourceTax\": 0,\n            \"SourceTaxes\": [],\n            \"SourceVat\": 0,\n            \"SourceVats\": [],\n            \"SourceFee\": 0,\n            \"SourceTotal\": 0,\n            \"SourceCurrency\": \"\",\n            \"EquivalentBase\": 0,\n            \"EquivalentTax\": 0,\n            \"EquivalentTaxes\": [],\n            \"EquivalentVat\": 0,\n            \"EquivalentVats\": [],\n            \"EquivalentFee\": 0,\n            \"EquivalentTotal\": 0,\n            \"EquivalentCurrency\": \"\"\n        },\n        \"PayDate\": null,\n        \"PayDateStamp\": null,\n        \"PayStatus\": \"\",\n        \"Status\": \"Issued\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"c17fef87-4599-45d6-81ff-160311416d44"},{"name":"Payment","id":"4be42b3b-cff5-42d7-b92c-7a67eb930cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"Account\": \"{{Auth_Account}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Request\",\r\n    \"Body\": {\r\n        \"ID\": 100490,\r\n        \"PIN\": 4011,\r\n        \"Gate\": \"Account\",\r\n        \"Return\": {\r\n            \"Success\": \"https:\\/\\/test.tld\\/avia\\/check?Record=QP85WU&Surname=SAGZA&Status=Success\",\r\n            \"Failure\": \"https:\\/\\/test.tld\\/avia\\/check?Record=QP85WU&Surname=SAGZA&Status=Failure\",\r\n            \"Pending\": \"https:\\/\\/test.tld\\/avia\\/check?Record=QP85WU&Surname=SAGZA&Status=Pending\"\r\n        }\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/payment/","description":"<p>Оплата счета и оформление билетов.</p>\n<p>Существует два метода оплаты: <code>Request</code> и <code>Redirect</code>.</p>\n<p><code>Request</code> используется для прямой оплаты. <code>Redirect</code> для переадресации клиента в платежный шлюз. Ниже представлен пример <code>Request</code>. <code>Redirect</code> аналогичен.</p>\n<p><strong>Обратите внимание!</strong> В случае оплаты с депозита — обязательно указывается UUID депозита в блоке авторизации, поле <code>Account</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Номер счета, полученный из ответа <code>Check</code>, массива <code>Invoices</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>PIN</td>\n<td>PIN счета, полученная из ответа <code>Check</code>, массива <code>Invoices</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Logic</td>\n<td>Для оплаты с депозита — <code>Account</code>. Информация берется из доступных форм оплаты: <code>Options</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Gate</td>\n<td>Для оплаты с депозита — <code>Account</code>. Информация берется из доступных форм оплаты: <code>Options</code>. Обратите внимание, если вы не получили значение <code>Gate</code> в массиве <code>Options</code>, то его передавать в платежный шлюз не нужно — достаточно <code>Logic</code>.</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Return.Success</td>\n<td>URL для переадресации пользователя</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Return.Failure</td>\n<td>URL для переадресации пользователя</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Return.Pending</td>\n<td>URL для переадресации пользователя</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Sync</td>\n<td>Синхронный выпуск документов. В случае, если указано значение <code>true</code> — ответ поступит только после выпуска всех документов, указанных в этом счете. Boolean: <code>true</code> или ✔<code>false</code>. Только для <code>Account</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","payment",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"a8de8829-b21e-4561-9166-13305cb95268","name":"Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"Account\": \"{{Auth_Account}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Request\",\r\n    \"Body\": {\r\n        \"ID\": 100490,\r\n        \"PIN\": 4011,\r\n        \"Gate\": \"Account\",\r\n        \"Return\": {\r\n            \"Success\": \"https:\\/\\/test.tld\\/avia\\/check?Record=QP85WU&Surname=SAGZA&Status=Success\",\r\n            \"Failure\": \"https:\\/\\/test.tld\\/avia\\/check?Record=QP85WU&Surname=SAGZA&Status=Failure\",\r\n            \"Pending\": \"https:\\/\\/test.tld\\/avia\\/check?Record=QP85WU&Surname=SAGZA&Status=Pending\"\r\n        }\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/payment/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Mar 2021 16:51:05 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2021-03-22T19:51:06+03:00\",\n    \"TimeStamp\": 1616431866,\n    \"Execution\": 0.0846,\n    \"Method\": \"Request\",\n    \"Result\": {\n        \"ID\": 100490,\n        \"PIN\": 4011,\n        \"Gate\": \"Account\",\n        \"Status\": \"Paid\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"4be42b3b-cff5-42d7-b92c-7a67eb930cc9"},{"name":"History","id":"af73fc32-bcbc-486c-a732-0c243120554f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"History\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>История бронирования из GDS.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"d488be47-0d51-43dc-a407-ad0463c8e53b","name":"History","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"History\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 09:00:28 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T12:00:28+03:00\",\n    \"TimeStamp\": 1678957228,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.7133,\n    \"Method\": \"History\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678957228,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"Latin\": true,\n        \"Extended\": false,\n        \"ExternalID\": null,\n        \"ExternalNumber\": null,\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"History\": \"20XW93\\n(35) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 10:14:44 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100746469 16MAR23 10:14:44\\n XG SU-52/SATCC NAJVN PASHB 30SEN66 SEAT XX1   07A 16MAR23 10:14:44\\n SV DELETED A/0B5 HI1 SU-052B SVOLED 23MAR/SEAT 5554550020632/1 SATCC/NAJVN PASHB 16MAR23 10:14:44\\n ER (A) VOL 450.00RUB SATCC NAJVN PASHB 30SEN66 5554550020632/C1 > 5552469302900/C1/SU-52/23MAR23 0B5 16MAR23 10:14:44\\n PA VD SRV SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  -450.00RUB FARE=0B5 RULE=S7.A.SU.OC.0B5.F.1638632 FCMI:0(AUTO) TOTAL -450.00RUB VAT REFUND: A/C=-75.00 COMM.NAME: \\\"VYBOR MESTA\\\"/\\\"PRE RESERVED SEAT ASSIGNMENT\\\" (>> 5552469302900/K1) <i>ARTP/209980</i> 16MAR23 10:14:43\\n(34) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 10:14:19 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100746447 16MAR23 10:14:20\\n XG SU-35/SATCC NAJVN PASHB 30SEN66 SEAT XX1   07F 16MAR23 10:14:19\\n SV DELETED A/0B5 HI1 SU-035B LEDSVO 26MAR/SEAT 5554550020633/1 SATCC/NAJVN PASHB 16MAR23 10:14:19\\n EV (A) 450.00RUB SATCC NAJVN PASHB 30SEN66 5554550020633/C1 > 5552469302900/C2/SU-35/26MAR23 0B5 16MAR23 10:14:19\\n PA OT SRV SU-35 B 26MAR23 LEDSVO   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  -450.00RUB FARE=0B5 RULE=S7.A.SU.OC.0B5.F.1638632 FCMI:0(AUTO) TOTAL -450.00RUB VAT REFUND: A/C=-75.00 COMM.NAME: \\\"VYBOR MESTA\\\"/\\\"PRE RESERVED SEAT ASSIGNMENT\\\" (>> 5552469302900/K2) 16MAR23 10:14:19\\n(33) MOWSU AIRIMP (S) 16MAR23 10:11:25 COMMIT \\n T  INBOUND TELEGRAM NUMBER  100746337 16MAR23 10:11:25\\n CG ADMD HK/XX1   1U TO SU BY 16MAR 1101 MOW OTHERWISE WILL BE XLD 16MAR23 10:11:25\\n(32) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 10:08:58 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100746265 16MAR23 10:08:58\\n SV NOS SEAT ASSIGNMENT->VYBOR MESTA A/0B5 HI1 SU-035B LEDSVO 26MAR/SEAT 5554550020633/1 SATCC/NAJVN PASHB 16MAR23 10:08:58\\n SV STATUS HD->HI EMD 5554550020633C1 A/0B5 HD1 SU-035B LEDSVO 26MAR/SEAT SATCC/NAJVN PASHB 16MAR23 10:08:58\\n EI (A) 450.00RUB SATCC NAJVN PASHB 30SEN66 5554550020633/C1 > 5552469302900/C2/SU-35/26MAR23 0B5 16MAR23 10:08:58\\n PA PR SRV SU-35 B 26MAR23 LEDSVO   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  450.00RUB FARE=0B5 RULE=S7.A.SU.OC.0B5.F.1638632 FCMI:0(AUTO) TOTAL 450.00RUB VAT INCL: A/C=75.00 COMM.NAME: \\\"VYBOR MESTA\\\"/\\\"PRE RESERVED SEAT ASSIGNMENT\\\" (>> 5552469302900/K2) 16MAR23 10:08:57\\n(31) SUNTRUB0300 NT0300 (X)  NOT FINISHED \\n RA RC:  AC:       NUM:  450.00RUB 16MAR23 10:08:57\\n(30) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 10:08:57 COMMIT \\n FP +S1,2/TBK/CA. TOTAL BY DOC: 450.00 RUB 16MAR23 10:08:56\\n PA PF SRV SU-35 B 26MAR23 LEDSVO   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  450.00RUB FARE=0B5 RULE=S7.A.SU.OC.0B5.F.1638632 FCMI:0(AUTO) TOTAL 450.00RUB VAT INCL: A/C=75.00 COMM.NAME: \\\"VYBOR MESTA\\\"/\\\"PRE RESERVED SEAT ASSIGNMENT\\\" (>> 5552469302900/K2) 16MAR23 10:08:56\\n(29) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 10:08:53 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100746261 16MAR23 10:08:53\\n SV NOS SEAT ASSIGNMENT->VYBOR MESTA A/0B5 HI1 SU-052B SVOLED 23MAR/SEAT 5554550020632/1 SATCC/NAJVN PASHB 16MAR23 10:08:53\\n SV STATUS HD->HI EMD 5554550020632C1 A/0B5 HD1 SU-052B SVOLED 23MAR/SEAT SATCC/NAJVN PASHB 16MAR23 10:08:53\\n EI (A) 450.00RUB SATCC NAJVN PASHB 30SEN66 5554550020632/C1 > 5552469302900/C1/SU-52/23MAR23 0B5 16MAR23 10:08:53\\n PA PR SRV SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  450.00RUB FARE=0B5 RULE=S7.A.SU.OC.0B5.F.1638632 FCMI:0(AUTO) TOTAL 450.00RUB VAT INCL: A/C=75.00 COMM.NAME: \\\"VYBOR MESTA\\\"/\\\"PRE RESERVED SEAT ASSIGNMENT\\\" (>> 5552469302900/K1) 16MAR23 10:08:52\\n(28) SUNTRUB0300 NT0300 (X)  NOT FINISHED \\n RA RC:  AC:       NUM:  450.00RUB 16MAR23 10:08:52\\n(27) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 10:08:52 COMMIT \\n FP +S1/TBK/CA. TOTAL BY DOC: 450.00 RUB 16MAR23 10:08:52\\n PA PF SRV SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  450.00RUB FARE=0B5 RULE=S7.A.SU.OC.0B5.F.1638632 FCMI:0(AUTO) TOTAL 450.00RUB VAT INCL: A/C=75.00 COMM.NAME: \\\"VYBOR MESTA\\\"/\\\"PRE RESERVED SEAT ASSIGNMENT\\\" (>> 5552469302900/K1) 16MAR23 10:08:52\\n(26) MOWSU AIRIMP (S) 16MAR23 10:08:39 COMMIT \\n T  INBOUND TELEGRAM NUMBER  100746248 16MAR23 10:08:39\\n AG ADMD HK1   1U TO SU BY 16MAR 1101 MOW OTHERWISE WILL BE XLD 16MAR23 10:08:39\\n(25) MOWSU AIRIMP (S) 16MAR23 10:06:22 COMMIT \\n T  INBOUND TELEGRAM NUMBER  100746154 16MAR23 10:06:22\\n SV STATUS HN->HD A/0B5 HN1 SU-035B LEDSVO 26MAR/SEAT SATCC/NAJVN PASHB 16MAR23 10:06:22\\n SV STATUS HN->HD A/0B5 HN1 SU-052B SVOLED 23MAR/SEAT SATCC/NAJVN PASHB 16MAR23 10:06:22\\n(24) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 10:06:21 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100746152 16MAR23 10:06:21\\n RM NEW 1H SVC20::ST=F AT SATCC/NAJVN PASHB  16MAR23 10:06:21\\n SV NEW A/0B5 HN1 SU-035B LEDSVO 26MAR/SEAT SATCC/NAJVN PASHB 16MAR23 10:06:21\\n CG SU-35/SATCC NAJVN PASHB 30SEN66 SEAT NN/HK1   07F 16MAR23 10:06:21\\n AG SU-35/SATCC NAJVN PASHB 30SEN66 SEAT NN1   07F 16MAR23 10:06:20\\n RM NEW 1H SVC18::ST=F AT SATCC/NAJVN PASHB  16MAR23 10:06:20\\n SV NEW A/0B5 HN1 SU-052B SVOLED 23MAR/SEAT SATCC/NAJVN PASHB 16MAR23 10:06:20\\n CG SU-52/SATCC NAJVN PASHB 30SEN66 SEAT NN/HK1   07A 16MAR23 10:06:20\\n AG SU-52/SATCC NAJVN PASHB 30SEN66 SEAT NN1   07A 16MAR23 10:06:20\\n(23) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:41:21 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100726341 16MAR23 09:41:22\\n SV DELETED C/0C3 HI1 SU-052B SVOLED 23MAR 5554550020629/1 SATCC/NAJVN PASHB 16MAR23 09:41:21\\n EV (A) 2700.00RUB SATCC NAJVN PASHB 30SEN66 5554550020629/C1 > 5552469302900/C1/SU-52/23MAR23 0C3 16MAR23 09:41:21\\n PA OT SRV SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  -2700.00RUB FARE=0C3 RULE=S7.A.SU.OC.0C3.C.6547900<i>/1</i> FCMI:0(AUTO) TOTAL -2700.00RUB VAT REFUND: A/C=-245.45 COMM.NAME: \\\"PREPAID BAGGAGE 23KG\\\" (>> 5552469302900/K1) 16MAR23 09:41:21\\n(22) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:41:03 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100726298 16MAR23 09:41:03\\n SV STATUS HD->HI EMD 5554550020629C1 C/0C3 HD1 SU-052B SVOLED 23MAR SATCC/NAJVN PASHB 16MAR23 09:41:03\\n EI (A) 2700.00RUB SATCC NAJVN PASHB 30SEN66 5554550020629/C1 > 5552469302900/C1/SU-52/23MAR23 0C3 16MAR23 09:41:03\\n PA PR SRV SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  2700.00RUB FARE=0C3 RULE=S7.A.SU.OC.0C3.C.6547900<i>/1</i> FCMI:0(AUTO) TOTAL 2700.00RUB VAT INCL: A/C=245.45 COMM.NAME: \\\"PREPAID BAGGAGE 23KG\\\" (>> 5552469302900/K1) 16MAR23 09:41:02\\n(21) SUNTRUB0300 NT0300 (X)  NOT FINISHED \\n RA RC:  AC:       NUM:  2700.00RUB 16MAR23 09:41:02\\n(20) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:41:02 COMMIT \\n FP +S1/TBK/CA. TOTAL BY DOC: 2700.00 RUB 16MAR23 09:41:02\\n PA PF SRV SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  2700.00RUB FARE=0C3 RULE=S7.A.SU.OC.0C3.C.6547900<i>/1</i> FCMI:0(AUTO) TOTAL 2700.00RUB VAT INCL: A/C=245.45 COMM.NAME: \\\"PREPAID BAGGAGE 23KG\\\" (>> 5552469302900/K1) 16MAR23 09:41:02\\n(19) MOWSU AIRIMP (S) 16MAR23 09:40:34 COMMIT \\n T  INBOUND TELEGRAM NUMBER  100726277 16MAR23 09:40:34\\n SV STATUS HN->HD C/0C3 HN1 SU-052B SVOLED 23MAR SATCC/NAJVN PASHB 16MAR23 09:40:34\\n(18) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:40:33 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100726276 16MAR23 09:40:33\\n RM NEW 1H SVC16::ST=C AT SATCC/NAJVN PASHB  16MAR23 09:40:33\\n SV NEW C/0C3 HN1 SU-052B SVOLED 23MAR SATCC/NAJVN PASHB 16MAR23 09:40:33\\n(17) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:35:29 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100726005 16MAR23 09:35:30\\n SV DELETED C/0C3 HI1 SU-052B SVOLED 23MAR 5554550020627/1 SATCC/NAJVN PASHB 16MAR23 09:35:30\\n ER (A) VOL 2700.00RUB SATCC NAJVN PASHB 30SEN66 5554550020627/C1 > 5552469302900/C1/SU-52/23MAR23 0C3 16MAR23 09:35:30\\n PA VD SRV SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  -2700.00RUB FARE=0C3 RULE=S7.A.SU.OC.0C3.C.6547900<i>/1</i> FCMI:0(AUTO) TOTAL -2700.00RUB VAT REFUND: A/C=-245.45 COMM.NAME: \\\"PREPAID BAGGAGE 23KG\\\" (>> 5552469302900/K1) <i>ARTP/209844</i> 16MAR23 09:35:29\\n(16) MOWSU AIRIMP (S) 16MAR23 09:27:17 COMMIT \\n T  INBOUND TELEGRAM NUMBER  100725699 16MAR23 09:27:17\\n CG ADMD HK/XX1   1U TO SU BY 19MAR 0919 MOW OTHERWISE WILL BE XLD 16MAR23 09:27:17\\n(15) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:25:04 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100725637 16MAR23 09:25:04\\n SV STATUS HD->HI EMD 5554550020627C1 C/0C3 HD1 SU-052B SVOLED 23MAR SATCC/NAJVN PASHB 16MAR23 09:25:04\\n EI (A) 2700.00RUB SATCC NAJVN PASHB 30SEN66 5554550020627/C1 > 5552469302900/C1/SU-52/23MAR23 0C3 16MAR23 09:25:04\\n PA PR SRV SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  2700.00RUB FARE=0C3 RULE=S7.A.SU.OC.0C3.C.6547900<i>/1</i> FCMI:0(AUTO) TOTAL 2700.00RUB VAT INCL: A/C=245.45 COMM.NAME: \\\"PREPAID BAGGAGE 23KG\\\" (>> 5552469302900/K1) 16MAR23 09:25:03\\n(14) SUNTRUB0300 NT0300 (X)  NOT FINISHED \\n RA RC:  AC:       NUM:  2700.00RUB 16MAR23 09:25:03\\n(13) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:25:03 COMMIT \\n FP +S1/TBK/CA. TOTAL BY DOC: 2700.00 RUB 16MAR23 09:25:03\\n PA PF SRV SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EMD(555)  2700.00RUB FARE=0C3 RULE=S7.A.SU.OC.0C3.C.6547900<i>/1</i> FCMI:0(AUTO) TOTAL 2700.00RUB VAT INCL: A/C=245.45 COMM.NAME: \\\"PREPAID BAGGAGE 23KG\\\" (>> 5552469302900/K1) 16MAR23 09:25:03\\n(12) MOWSU AIRIMP (S) 16MAR23 09:21:21 COMMIT \\n T  INBOUND TELEGRAM NUMBER  100725353 16MAR23 09:21:21\\n AG ADMD HK1   1U TO SU BY 19MAR 0919 MOW OTHERWISE WILL BE XLD 16MAR23 09:21:21\\n QP AVKAF/55213395/NT0300//Q111  16MAR23 09:21:21\\n(11) SISOPR SISPUL (S) 16MAR23 09:20:49 COMMIT \\n QR AVKAF/55213395/NT0300//Q10 * D1 16MAR23 09:20:49\\n(10) MOWSU AIRIMP (S) 16MAR23 09:19:01 COMMIT \\n T  INBOUND TELEGRAM NUMBER  100725226 16MAR23 09:19:01\\n SV STATUS HN->HD C/0C3 HN1 SU-052B SVOLED 23MAR SATCC/NAJVN PASHB 16MAR23 09:19:01\\n(9) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:19:01 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100725225 16MAR23 09:19:01\\n RM NEW 1H SVC14::ST=C AT SATCC/NAJVN PASHB  16MAR23 09:19:01\\n SV NEW C/0C3 HN1 SU-052B SVOLED 23MAR SATCC/NAJVN PASHB 16MAR23 09:19:01\\n(8) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:07:31 COMMIT \\n QP AVKAF/55213395/NT0300//Q78  16MAR23 09:07:31\\n(7) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:07:31 COMMIT \\n T  OUTBOUND TELEGRAM NUMBER 100724968 16MAR23 09:07:31\\n AT (AP) ETM 555 2469302900 2/SU-35/SATCC NAJVN PASHB 30SEN66  **  16MAR23 09:07:31\\n AT (AP) ETM 555 2469302900 1/SU-52/SATCC NAJVN PASHB 30SEN66  **  16MAR23 09:07:31\\n PA PR <i>ROUNDTRIP</i> SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EBM(555)  17500.00RUB FARE=BNBR \\\"NB/ECONOMY LITE\\\" RULE=A.304.SU.ENR1 BG=NO RI=215.00RUB(K=UC/VD/VV/OT/UP/UT/BD) RI=230.00RUB(K=UC/VD/VV/OT/UP/UT/BD) FCMI:0(AUTO) TOTAL 17945.00RUB VAT INCL: A/C=3181.82 ENDORSEMENTS: \\\"NONREF/HEBO3BPATEH\\\" 16MAR23 09:07:30\\n PA PR <i>ROUNDTRIP</i> SU-35 B 26MAR23 LEDSVO   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EBM(555)  17500.00RUB FARE=BNBR \\\"NB/ECONOMY LITE\\\" RULE=A.304.SU.ENR1 BG=NO RI=215.00RUB(K=UC/VD/VV/OT/UP/UT/BD) RI=230.00RUB(K=UC/VD/VV/OT/UP/UT/BD) FCMI:0(AUTO) TOTAL 17945.00RUB VAT INCL: A/C=3181.82 ENDORSEMENTS: \\\"NONREF/HEBO3BPATEH\\\" 16MAR23 09:07:30\\n RA RC:  AC:       NUM:  35890.00RUB 16MAR23 09:07:30\\n(6) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:07:25 COMMIT  (TL=1007/16MAR23)\\n FP /TBK/CA. TOTAL BY DOC: 35890.00 RUB 16MAR23 09:07:25\\n PA PF <i>ROUNDTRIP</i> SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EBM(555)  17500.00RUB FARE=BNBR \\\"NB/ECONOMY LITE\\\" RULE=A.304.SU.ENR1 BG=NO RI=215.00RUB(K=UC/VD/VV/OT/UP/UT/BD) RI=230.00RUB(K=UC/VD/VV/OT/UP/UT/BD) FCMI:0(AUTO) TOTAL 17945.00RUB VAT INCL: A/C=3181.82 ENDORSEMENTS: \\\"NONREF/HEBO3BPATEH\\\" 16MAR23 09:07:25\\n PA PF <i>ROUNDTRIP</i> SU-35 B 26MAR23 LEDSVO   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EBM(555)  17500.00RUB FARE=BNBR \\\"NB/ECONOMY LITE\\\" RULE=A.304.SU.ENR1 BG=NO RI=215.00RUB(K=UC/VD/VV/OT/UP/UT/BD) RI=230.00RUB(K=UC/VD/VV/OT/UP/UT/BD) FCMI:0(AUTO) TOTAL 17945.00RUB VAT INCL: A/C=3181.82 ENDORSEMENTS: \\\"NONREF/HEBO3BPATEH\\\" 16MAR23 09:07:25\\n(5) SISOPR SISPUL (S) 16MAR23 09:07:18 COMMIT  (TL=1007/16MAR23)\\n QP AVKAF/55213395/NT0300//Q10 * D1 16MAR23 09:07:18\\n(4) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:07:12 COMMIT  (TL=1007/16MAR23)\\n T  OUTBOUND TELEGRAM NUMBER 100724958 16MAR23 09:07:12\\n TL 10:07/16MAR23/A 16MAR23 09:07:12\\n(3) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:07:11 COMMIT  (TL=0907/19MAR23)\\n T  OUTBOUND TELEGRAM NUMBER 100724957 16MAR23 09:07:11\\n TL PNR'S TIME LIMIT CHANGED (TL=0907/19MAR23 TIME ZONE OF MOW) 16MAR23 09:07:11\\n PA TL <i>ROUNDTRIP</i> SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EBM(555)  17500.00RUB FARE=BNBR \\\"NB/ECONOMY LITE\\\" RULE=A.304.SU.ENR1 FCMI:0(AUTO) TOTAL 17500.00RUB 16MAR23 09:07:11\\n PA TL <i>ROUNDTRIP</i> SU-35 B 26MAR23 LEDSVO   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EBM(555)  17500.00RUB FARE=BNBR \\\"NB/ECONOMY LITE\\\" RULE=A.304.SU.ENR1 FCMI:0(AUTO) TOTAL 17500.00RUB 16MAR23 09:07:11\\n QP AVKAF/55213395///Q70  16MAR23 09:07:11\\n(2) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:07:11 COMMIT  (TL=0938/16MAR23)\\n FP /TBK/CA. TOTAL BY DOC: 35890.00 RUB 16MAR23 09:07:11\\n PA PF <i>ROUNDTRIP</i> SU-52 B 23MAR23 SVOLED   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EBM(555)  17500.00RUB FARE=BNBR \\\"NB/ECONOMY LITE\\\" RULE=A.304.SU.ENR1 BG=NO RI=215.00RUB(K=UC/VD/VV/OT/UP/UT/BD) RI=230.00RUB(K=UC/VD/VV/OT/UP/UT/BD) FCMI:0(AUTO) TOTAL 17945.00RUB VAT INCL: A/C=3181.82 ENDORSEMENTS: \\\"NONREF/HEBO3BPATEH\\\" PP:BRAND=NB*1,2 16MAR23 09:07:11\\n PA PF <i>ROUNDTRIP</i> SU-35 B 26MAR23 LEDSVO   SATCC NAJVN PASHB 30SEN66 ADT\\n    TKT:EBM(555)  17500.00RUB FARE=BNBR \\\"NB/ECONOMY LITE\\\" RULE=A.304.SU.ENR1 BG=NO RI=215.00RUB(K=UC/VD/VV/OT/UP/UT/BD) RI=230.00RUB(K=UC/VD/VV/OT/UP/UT/BD) FCMI:0(AUTO) TOTAL 17945.00RUB VAT INCL: A/C=3181.82 ENDORSEMENTS: \\\"NONREF/HEBO3BPATEH\\\" PP:BRAND=NB*1,2 16MAR23 09:07:11\\n(1) SUNTRUB0300 NT0300 (X) 55213395 16MAR23 09:07:10 COMMIT  (TL=0938/16MAR23)\\n T  OUTBOUND TELEGRAM NUMBER 100724955 16MAR23 09:07:10\\n AS SU-35 B 26MAR23 LEDSVO HS1  0545 0715 LS2 16MAR23 09:07:10\\n AS SU-52 B 23MAR23 SVOLED HS1  0100 0225 LS2 16MAR23 09:07:09\\n RM NEW YY RECEIVED FROM WSAERO  16MAR23 09:07:09\\n AN SATCC/NAJVN PASHB 30SEN66(F):RU:RU/PS/RU/4505825950/16MAR24*ADT 16MAR23 09:07:09\\n RM NEW TYPE=EMAIL YY EG@EDGROUP.RU  16MAR23 09:07:09\\n\"\n    },\n    \"Errors\": null\n}"}],"_postman_id":"af73fc32-bcbc-486c-a732-0c243120554f"},{"name":"Remarks","id":"d8b7430c-d855-431c-b088-59d1ccef0165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Remarks\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Получение списка ремарок из GDS.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RecordNumber</td>\n<td>Номер бронирования, полученный из ответа <code>Book</code></td>\n<td>M</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Фамилия одного из пассажиров, полученная из ответа <code>Book</code>, массива <code>RecordSurnames</code></td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"доступные-параметры-запроса-блок-params\">Доступные параметры запроса (блок <code>Params</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n<th>Тип</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dictionary</td>\n<td>Словарь стран, городов, аэропортов и т.д. Boolean: <code>true</code> или <code>false</code></td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"0634a2e2-c26c-4921-b1c4-aa872929542e","name":"Remarks","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Remarks\",\r\n    \"Body\": {\r\n        \"RecordNumber\": \"20XW93\",\r\n        \"Surname\": \"SATCC\"\r\n    },\r\n    \"Params\": {\r\n        \"Compress\": \"GZip\",\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Mar 2023 09:02:40 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2023-03-16T12:02:41+03:00\",\n    \"TimeStamp\": 1678957361,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.8222,\n    \"Method\": \"Remarks\",\n    \"Result\": {\n        \"ID\": \"6412-B20A-9F0A-E217-432B-3056\",\n        \"Date\": 1678946826,\n        \"DateUpdate\": 1678957361,\n        \"Type\": \"Regular\",\n        \"Stage\": \"Dev\",\n        \"Gate\": \"SirenaWS\",\n        \"Credential\": \"DEMO-A3\",\n        \"Clearing\": \"\",\n        \"Latin\": true,\n        \"Extended\": false,\n        \"ExternalID\": null,\n        \"ExternalNumber\": null,\n        \"RecordNumber\": \"20XW93\",\n        \"RecordPIN\": 598278,\n        \"Remarks\": [\n            {\n                \"Type\": \"Remark\",\n                \"GateID\": \"\",\n                \"GateStatus\": \"\",\n                \"GateData\": [],\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"RECEIVED FROM WSAERO\"\n            },\n            {\n                \"Type\": \"SSR\",\n                \"GateID\": \"\",\n                \"GateStatus\": \"\",\n                \"GateData\": [],\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"ADMD 1U TO SU BY 19MAR 0919 MOW OTHERWISE WILL BE XLD ХХ\"\n            },\n            {\n                \"Type\": \"SSR\",\n                \"GateID\": \"\",\n                \"GateStatus\": \"\",\n                \"GateData\": [],\n                \"Segments\": [],\n                \"Travellers\": [],\n                \"Text\": \"ADMD 1U TO SU BY 16MAR 1101 MOW OTHERWISE WILL BE XLD ХХ\"\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"d8b7430c-d855-431c-b088-59d1ccef0165"},{"name":"Orders","id":"bdb35c30-3187-409f-b6a4-87480955ead4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Orders\",\r\n    \"Body\": {\r\n        \"Type\": \"Special\",\r\n        \"Status\": \"Issued\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Получение списка заказов. Выдача отсортирована по дате бронирования, в обратном порядке (новые бронирования — первыми в списке).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type <code>O</code></td>\n<td>Фильтр типа бронирования <code>Regular</code> или <code>Special</code>. Передается тип или массив типов</td>\n</tr>\n<tr>\n<td>Status <code>O</code></td>\n<td>Фильтр статуса бронирования <code>Booked</code>, <code>Issued</code>, <code>Cancelled</code>, <code>Voided</code>, <code>Refunded</code>. Передается статус или массив статусов</td>\n</tr>\n<tr>\n<td>Limit <code>O</code></td>\n<td>Ограничение размера выдачи. Максимум <code>50</code></td>\n</tr>\n<tr>\n<td>Offset <code>O</code></td>\n<td>Пропуск указанного кол-во строк (смещение). Максимум <code>999999</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"7d846268-a19d-44cb-8b1d-2a1cefcb3fbe","name":"Orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Orders\",\r\n    \"Body\": {\r\n        \"Type\": \"Special\",\r\n        \"Status\": \"Issued\"\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Thu, 15 Feb 2024 05:07:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2024-02-15T08:07:25+03:00\",\n    \"TimeStamp\": 1707973645,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.1383,\n    \"ExecutionLog\": 0.0003,\n    \"Method\": \"Orders\",\n    \"Result\": {\n        \"Orders\": [\n            {\n                \"ID\": \"65CA-D7AA-2BB3-7B64-A804-7772\",\n                \"Locked\": false,\n                \"Date\": 1707792298,\n                \"DateUpdate\": 1707792908,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"SU555247B7L-202402130545\",\n                \"RecordNumber\": \"247B7L\",\n                \"RecordDate\": \"2024-02-13 05:45:00\",\n                \"RecordDateStamp\": 1707792300,\n                \"RecordExpireDate\": \"2024-03-15 23:00:00\",\n                \"RecordExpireDateStamp\": 1710532800,\n                \"Surnames\": [\n                    \"SAULV\"\n                ],\n                \"Tickets\": [\n                    \"555-2469496696\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 0,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 0,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"65C4-3DE1-B3E7-67D7-6009-0207\",\n                \"Locked\": false,\n                \"Date\": 1707359713,\n                \"DateUpdate\": 1707405091,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"SU555246NL2-202402080535\",\n                \"RecordNumber\": \"246NL2\",\n                \"RecordDate\": \"2024-02-08 05:35:00\",\n                \"RecordDateStamp\": 1707359700,\n                \"RecordExpireDate\": \"2024-03-15 23:00:00\",\n                \"RecordExpireDateStamp\": 1710532800,\n                \"Surnames\": [\n                    \"SALGG\",\n                    \"SAENA\",\n                    \"SBAHS\"\n                ],\n                \"Tickets\": [\n                    \"555-2469493690\",\n                    \"555-2469493691\",\n                    \"555-2469493692\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 0,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 0,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"65B3-1565-B1FE-80AC-D004-58E7\",\n                \"Locked\": false,\n                \"Date\": 1706235237,\n                \"DateUpdate\": 1706251971,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"SU5552445PM-202401260708\",\n                \"RecordNumber\": \"2445PM\",\n                \"RecordDate\": \"2024-01-26 07:08:00\",\n                \"RecordDateStamp\": 1706242080,\n                \"RecordExpireDate\": \"2024-02-11 23:00:00\",\n                \"RecordExpireDateStamp\": 1707681600,\n                \"Surnames\": [\n                    \"SADCA\"\n                ],\n                \"Tickets\": [\n                    \"555-2469485491\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 0,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 0,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 0,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"657B-5AB9-30AB-5318-400B-9190\",\n                \"Locked\": false,\n                \"Date\": 1702582969,\n                \"DateUpdate\": 1702584544,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"SU55523RMXP-202312142242\",\n                \"RecordNumber\": \"23RMXP\",\n                \"RecordDate\": \"2023-12-14 22:42:00\",\n                \"RecordDateStamp\": 1702582920,\n                \"RecordExpireDate\": \"2023-12-18 23:00:00\",\n                \"RecordExpireDateStamp\": 1702929600,\n                \"Surnames\": [\n                    \"SASLW\"\n                ],\n                \"Tickets\": [\n                    \"555-2469464467\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 1000000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 90909,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 1000000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6579-9CD1-CD17-67D1-BD03-FA87\",\n                \"Locked\": false,\n                \"Date\": 1702468817,\n                \"DateUpdate\": 1702468869,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"SU55523R4CT-202312131500\",\n                \"RecordNumber\": \"23R4CT\",\n                \"RecordDate\": \"2023-12-13 15:00:00\",\n                \"RecordDateStamp\": 1702468800,\n                \"RecordExpireDate\": \"2023-12-19 10:50:00\",\n                \"RecordExpireDateStamp\": 1702972200,\n                \"Surnames\": [\n                    \"SACHY\"\n                ],\n                \"Tickets\": [\n                    \"555-2469462957\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 500000,\n                    \"Tax\": 500000,\n                    \"Taxes\": [],\n                    \"Vat\": 90909,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 1000000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6578-92BE-562C-549E-8D06-ACE1\",\n                \"Locked\": false,\n                \"Date\": 1702400702,\n                \"DateUpdate\": 1702400716,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"SU55523PC55-202312122005\",\n                \"RecordNumber\": \"23PC55\",\n                \"RecordDate\": \"2023-12-12 20:05:00\",\n                \"RecordDateStamp\": 1702400700,\n                \"RecordExpireDate\": \"2023-12-18 10:50:00\",\n                \"RecordExpireDateStamp\": 1702885800,\n                \"Surnames\": [\n                    \"SALWX\"\n                ],\n                \"Tickets\": [\n                    \"555-2469462707\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 500000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 45455,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 500000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6578-69EA-FE46-CE09-0B02-E7DE\",\n                \"Locked\": false,\n                \"Date\": 1702390250,\n                \"DateUpdate\": 1702391380,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"SU55523PFVD-202312121725\",\n                \"RecordNumber\": \"23PFVD\",\n                \"RecordDate\": \"2023-12-12 17:25:00\",\n                \"RecordDateStamp\": 1702391100,\n                \"RecordExpireDate\": \"2023-12-17 23:00:00\",\n                \"RecordExpireDateStamp\": 1702843200,\n                \"Surnames\": [\n                    \"SAZWF\"\n                ],\n                \"Tickets\": [\n                    \"555-2469462292\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 500000,\n                    \"Tax\": 500000,\n                    \"Taxes\": [],\n                    \"Vat\": 90909,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 1000000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6577-F896-562C-549E-8D06-ACA4\",\n                \"Locked\": false,\n                \"Date\": 1702361238,\n                \"DateUpdate\": 1702365773,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"SU55523PPLS-202312120908\",\n                \"RecordNumber\": \"23PPLS\",\n                \"RecordDate\": \"2023-12-12 09:08:00\",\n                \"RecordDateStamp\": 1702361280,\n                \"RecordExpireDate\": \"2023-12-17 23:00:00\",\n                \"RecordExpireDateStamp\": 1702843200,\n                \"Surnames\": [\n                    \"BULDAKOVA\",\n                    \"KARMANOV\",\n                    \"KHARCHENKO\"\n                ],\n                \"Tickets\": [\n                    \"555-2469461834\",\n                    \"555-2469461835\",\n                    \"555-2469461836\",\n                    \"555-2469461837\",\n                    \"555-2469461838\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 2500000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 227275,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 2500000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6544-BFCE-56D4-C52B-1C03-23F8\",\n                \"Locked\": false,\n                \"Date\": 1699004366,\n                \"DateUpdate\": 1699004455,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"23BX9Z\",\n                \"RecordDate\": \"2023-11-03 12:40:00\",\n                \"RecordDateStamp\": 1699004400,\n                \"RecordExpireDate\": \"2023-11-10 14:50:00\",\n                \"RecordExpireDateStamp\": 1699617000,\n                \"Surnames\": [\n                    \"IVANOV\"\n                ],\n                \"Tickets\": [\n                    \"555-2469442955\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 500000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 45455,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 500000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6543-682B-9DC7-F37C-B60C-F746\",\n                \"Locked\": false,\n                \"Date\": 1698916395,\n                \"DateUpdate\": 1699003329,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"23BMFS\",\n                \"RecordDate\": \"2023-11-02 12:13:00\",\n                \"RecordDateStamp\": 1698916380,\n                \"RecordExpireDate\": \"2023-11-10 14:50:00\",\n                \"RecordExpireDateStamp\": 1699617000,\n                \"Surnames\": [\n                    \"SAHZF\"\n                ],\n                \"Tickets\": [\n                    \"555-2469442187\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 500000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 45455,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 500000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6543-5680-9DC7-F37C-B60C-F73C\",\n                \"Locked\": false,\n                \"Date\": 1698911872,\n                \"DateUpdate\": 1698911902,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"23BM87\",\n                \"RecordDate\": \"2023-11-02 10:57:00\",\n                \"RecordDateStamp\": 1698911820,\n                \"RecordExpireDate\": \"2023-11-09 23:00:00\",\n                \"RecordExpireDateStamp\": 1699560000,\n                \"Surnames\": [\n                    \"SANJN\"\n                ],\n                \"Tickets\": [\n                    \"555-2469442147\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 500000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 45455,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 500000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6543-4EC3-9DC7-F37C-B60C-F739\",\n                \"Locked\": false,\n                \"Date\": 1698909891,\n                \"DateUpdate\": 1698910076,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"23BLSD\",\n                \"RecordDate\": \"2023-11-02 10:24:00\",\n                \"RecordDateStamp\": 1698909840,\n                \"RecordExpireDate\": \"2023-11-10 14:50:00\",\n                \"RecordExpireDateStamp\": 1699617000,\n                \"Surnames\": [\n                    \"SAQKC\"\n                ],\n                \"Tickets\": [\n                    \"555-2469442139\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 500000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 45455,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 500000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6541-0E79-8225-73EC-7C00-8481\",\n                \"Locked\": false,\n                \"Date\": 1698762361,\n                \"DateUpdate\": 1698842259,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"23B5BL\",\n                \"RecordDate\": \"2023-10-31 17:26:00\",\n                \"RecordDateStamp\": 1698762360,\n                \"RecordExpireDate\": \"2023-11-09 23:00:00\",\n                \"RecordExpireDateStamp\": 1699560000,\n                \"Surnames\": [\n                    \"SARVM\"\n                ],\n                \"Tickets\": [\n                    \"555-2469441131\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 500000,\n                    \"Tax\": 0,\n                    \"Taxes\": [],\n                    \"Vat\": 45455,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 500000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6540-BB94-8225-73EC-7C00-8459\",\n                \"Locked\": false,\n                \"Date\": 1698741140,\n                \"DateUpdate\": 1698741162,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"23B3NG\",\n                \"RecordDate\": \"2023-10-31 11:32:00\",\n                \"RecordDateStamp\": 1698741120,\n                \"RecordExpireDate\": \"2023-11-03 11:32:00\",\n                \"RecordExpireDateStamp\": 1699000320,\n                \"Surnames\": [\n                    \"SAVAZ\"\n                ],\n                \"Tickets\": [\n                    \"555-2469440933\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 130000,\n                    \"Tax\": 23000,\n                    \"Taxes\": [],\n                    \"Vat\": 11818,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 153000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            },\n            {\n                \"ID\": \"6540-BAE8-F2B4-B628-6901-E12C\",\n                \"Locked\": false,\n                \"Date\": 1698740968,\n                \"DateUpdate\": 1698741091,\n                \"Type\": \"Special\",\n                \"ValidAirline\": \"SU\",\n                \"ValidAirlines\": [],\n                \"TourCode\": null,\n                \"AgentBonus\": null,\n                \"ExternalID\": null,\n                \"ExternalNumber\": null,\n                \"RecordID\": \"\",\n                \"RecordNumber\": \"23B3N2\",\n                \"RecordDate\": \"2023-10-31 11:29:00\",\n                \"RecordDateStamp\": 1698740940,\n                \"RecordExpireDate\": \"2023-11-03 11:29:00\",\n                \"RecordExpireDateStamp\": 1699000140,\n                \"Surnames\": [\n                    \"SAHXA\"\n                ],\n                \"Tickets\": [\n                    \"555-2469440932\"\n                ],\n                \"TotalPrice\": {\n                    \"Base\": 130000,\n                    \"Tax\": 23000,\n                    \"Taxes\": [],\n                    \"Vat\": 11818,\n                    \"Vats\": [],\n                    \"Fee\": 0,\n                    \"FeeData\": \"\",\n                    \"Total\": 153000,\n                    \"Currency\": \"RUB\",\n                    \"SourceBase\": 0,\n                    \"SourceTax\": 0,\n                    \"SourceTaxes\": [],\n                    \"SourceVat\": 0,\n                    \"SourceVats\": [],\n                    \"SourceFee\": 0,\n                    \"SourceTotal\": 0,\n                    \"SourceCurrency\": \"\",\n                    \"EquivalentBase\": 0,\n                    \"EquivalentTax\": 0,\n                    \"EquivalentTaxes\": [],\n                    \"EquivalentVat\": 0,\n                    \"EquivalentVats\": [],\n                    \"EquivalentFee\": 0,\n                    \"EquivalentTotal\": 0,\n                    \"EquivalentCurrency\": \"\"\n                },\n                \"Status\": \"Issued\"\n            }\n        ],\n        \"Return\": {\n            \"Limit\": 20,\n            \"Offset\": 0\n        }\n    },\n    \"Errors\": null\n}"}],"_postman_id":"bdb35c30-3187-409f-b6a4-87480955ead4"},{"name":"Delay","id":"0be3ff8d-b369-4f87-9d81-bd7a4de1da42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Delay\",\r\n    \"Body\": {\r\n        \"Airline\": \"EK\",\r\n        \"Number\": 123\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/","description":"<p>Получение информации о статистики задержки рейса.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Параметр</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Airline <code>M</code></td>\n<td>IATA код авиакомпании</td>\n</tr>\n<tr>\n<td>Number <code>M</code></td>\n<td>Номер рейса</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["service","avia",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"b988525b-539d-4b69-9af8-660ad34df3a8","name":"Delay","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Auth\": {\r\n        \"Type\": \"{{Auth_Type}}\",\r\n        \"System\": \"{{Auth_System}}\",\r\n        \"Key\": \"{{Auth_Key}}\",\r\n        \"UserIP\": \"11.22.33.44\",\r\n        \"UserUUID\": \"\"\r\n    },\r\n    \"Method\": \"Delay\",\r\n    \"Body\": {\r\n        \"Airline\": \"EK\",\r\n        \"Number\": 123\r\n    },\r\n    \"Params\": {\r\n        \"Language\": \"RU\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{Host}}/service/avia/"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sun, 18 Jan 2026 15:58:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 20 Jun 1997 05:00:00 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"Time\": \"2026-01-18T18:58:39+03:00\",\n    \"TimeStamp\": 1768751919,\n    \"TimeZone\": \"Europe/Moscow\",\n    \"Execution\": 0.1273,\n    \"Method\": \"Delay\",\n    \"Result\": {\n        \"DateUpdate\": 1768751919,\n        \"Airline\": \"XX\",\n        \"Number\": \"123\",\n        \"Icon\": {\n            \"Risk\": \"Medium\",\n            \"OnTime\": 65,\n            \"Early\": true\n        },\n        \"Points\": [\n            {\n                \"Direction\": \"Departure\",\n                \"OnTime\": 60,\n                \"Delay\": 5,\n                \"DelayMedian\": 5,\n                \"DelayEarly\": false,\n                \"Risk\": \"Medium\",\n                \"Progress\": 60,\n                \"ScalePoints\": [\n                    {\n                        \"Value\": 0,\n                        \"ValuePercentile\": 5,\n                        \"ValueType\": \"Excellent\"\n                    },\n                    {\n                        \"Value\": 5,\n                        \"ValuePercentile\": 50,\n                        \"ValueType\": \"Excellent\"\n                    },\n                    {\n                        \"Value\": 36,\n                        \"ValuePercentile\": 75,\n                        \"ValueType\": \"Acceptable\"\n                    },\n                    {\n                        \"Value\": 104,\n                        \"ValuePercentile\": 90,\n                        \"ValueType\": \"Critical\"\n                    },\n                    {\n                        \"Value\": 129,\n                        \"ValuePercentile\": 95,\n                        \"ValueType\": \"Critical\"\n                    }\n                ],\n                \"AlertEarly\": null,\n                \"AlertExtreme\": null,\n                \"AlertPerfect\": false,\n                \"SourceFlights\": 115,\n                \"SourceWarning\": null\n            },\n            {\n                \"Direction\": \"Arrival\",\n                \"OnTime\": 70,\n                \"Delay\": -8,\n                \"DelayMedian\": -8,\n                \"DelayEarly\": true,\n                \"Risk\": \"Medium\",\n                \"Progress\": 70,\n                \"ScalePoints\": [\n                    {\n                        \"Value\": -43,\n                        \"ValuePercentile\": 5,\n                        \"ValueType\": \"Early\"\n                    },\n                    {\n                        \"Value\": -8,\n                        \"ValuePercentile\": 50,\n                        \"ValueType\": \"Early\"\n                    },\n                    {\n                        \"Value\": 26,\n                        \"ValuePercentile\": 75,\n                        \"ValueType\": \"Good\"\n                    },\n                    {\n                        \"Value\": 80,\n                        \"ValuePercentile\": 90,\n                        \"ValueType\": \"Problematic\"\n                    },\n                    {\n                        \"Value\": 133,\n                        \"ValuePercentile\": 95,\n                        \"ValueType\": \"Critical\"\n                    }\n                ],\n                \"AlertEarly\": 58,\n                \"AlertExtreme\": null,\n                \"AlertPerfect\": false,\n                \"SourceFlights\": 93,\n                \"SourceWarning\": null\n            }\n        ]\n    },\n    \"Errors\": null\n}"}],"_postman_id":"0be3ff8d-b369-4f87-9d81-bd7a4de1da42"}]}