{"info":{"_postman_id":"a3493a8f-86f8-4c45-a109-5cc3cacae51e","name":"Travellink Web API - Sales - Documentation","description":"<html><head></head><body><p>API Sales</p>\n<p>Collections for devs</p>\n<p>Doubts and suggestions <a href=\"https://mailto:api.travellink@wooba.com.br\">api.travellink@wooba.com.br</a>.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<ol>\n<li><p>Authentication in the services is mandatory, and information about the developer token and developer access code and environment credential (login and password) must be sent;</p>\n</li>\n<li><p>In the request header, you need to send the developer token, which is the developer information, each developer in the Wooba environment has a specific developer token;</p>\n</li>\n<li><p>The developer shortcode is information that must be RSA encoded using PKCS1 and converted to base64;</p>\n</li>\n</ol>\n<h1 id=\"developer-access-code\">Developer Access Code</h1>\n<p>Example for encrypting DeveloperAccessCode in base64. <strong>(.NET)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-csharp\">namespace WindowsFormsApp2\n{\n    public partial class Form1 : Form\n    {\n        public Form1()\n        {\n            InitializeComponent();\n        }\n        private void Form1_Load(object sender, EventArgs e)\n        {\n            var resp = Test(\"TESTETESTE|08/01/2021\", \"&lt;RSAKeyValue&gt;&lt;Modulus&gt;chaveinvalida_criptografada&lt;/Modulus&gt;&lt;Exponent&gt;AZLP&lt;/Exponent&gt;&lt;/RSAKeyValue&gt;\");\n        }\n        static string Test(string Valor, string Chave)\n        {\n            using (RSACryptoServiceProvider RSA = new RSACryptoServiceProvider())\n            {\n                RSA.FromXmlString(Chave);\n                // Utilizar o modo  PKCS1\n                var encryptedData = RSA.Encrypt(System.Text.Encoding.UTF8.GetBytes(Valor), false);\n                return Convert.ToBase64String(encryptedData);\n            }\n        }\n    }\n}\n\n</code></pre>\n<h1 id=\"endpoint\">Endpoint</h1>\n<p>Endpoints for acess <strong>SANDBOX</strong>,</p>\n<p>* <a href=\"https://wooba-sandbox.travellink.com.br/TravellinkWebApi//api/v1/sales/\">https://wooba-sandbox.travellink.com.br/TravellinkWebApi//api/v1/sales/</a><strong>*service</strong>*</p>\n<p><strong>The production information of each environment (Consolidator/Operator/Wooba Agency) must be questioned directly to the developer's contractor, we do not create and do not pass any type of credential information or endpoint managed by customers;</strong></p>\n<p>The endpoint for consumption consists of URL/SERVICE</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SANDBOX</td>\n<td><a href=\"https://wooba-sandbox.travellink.com.br/TravellinkWebApi//api/v1/sales/\">https://wooba-sandbox.travellink.com.br/TravellinkWebApi//api/v1/sales/</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td>Inquire with the consolidator</td>\n</tr>\n</tbody>\n</table>\n</div><p>Mandatory to send information in the HEADER of the request for each service;</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Use case</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Developer Token</td>\n<td>Developer token</td>\n</tr>\n<tr>\n<td>Developer Acces Code</td>\n<td>The information must  <br>encoded in RSA using PKCS1 with public key and converted to BASE64.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"webhook-integration-in-seconds\">Webhook - Integration in seconds</h1>\n<h3 id=\"what-are-webhooks\"><strong>What are webhooks?</strong></h3>\n<p>Webhooks are events triggered when there is an important change in certain transactions. This allows you to create routinesand workflows based on passively receiving information.</p>\n<p>Whenever an update happens, the system sends a request to the webhook configured with the updated transaction data.In this way you can automatically go on with your workflow.</p>\n<p><strong>Settings:</strong></p>\n<p>To configure the weebhook, you must ask your Consolidator/Operator or person responsible for the portal to add your TravelLinkApi_Sales credentials settings.</p>\n<p>Access Panel &gt; Travellink Api &gt; Credentials &gt; Notification Url</p>\n<img src=\"https://content.pstmn.io/f5460810-d236-48fe-b32d-c812e20fddf2/Y3JlZGVuY2lhbC5qcGc=\">\n\n<p>This access will be sent for all the registred credentials according the transaction context.</p>\n<p>Example of object returned:</p>\n<h5 id=\"post\">Post</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Api\": \"Travellink-ApiSales\",\n  \"TransactionType\": 2,\n  \"TransactionTypeDescription\": \"Hotel\",\n  \"Id\": 12050,\n  \"UniqueId\": \"HTL-CE569F58-962A-4B3C-9320-A269AE8AF5B2\",\n  \"Locator\": \"PV_HTL-67AC9A90D5\",\n  \"Ticket\": \"\",\n  \"LastUpdate\": \"11/11/2022 14:57:17\"\n}\n\n</code></pre>\n<h1 id=\"services\">Services</h1>\n<ol>\n<li><p>Details - Product information details (Payments, tax ...);</p>\n</li>\n<li><p>List - List the all sales by search criteria;</p>\n</li>\n<li><p>Change - Search change in sales;</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Developer Access Code","slug":"developer-access-code"},{"content":"Endpoint","slug":"endpoint"},{"content":"Webhook - Integration in seconds","slug":"webhook-integration-in-seconds"},{"content":"Services","slug":"services"}],"owner":"23357974","collectionId":"a3493a8f-86f8-4c45-a109-5cc3cacae51e","publishedId":"2s7YYvbhkP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-02T13:50:42.000Z"},"item":[{"name":"Developer Access Code","item":[{"name":".net","id":"f1cd8bd4-2e43-44d2-b24a-60d92be569d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"COPY","header":[],"body":{"mode":"raw","raw":"namespace WindowsFormsApp2\r\n{\r\n    public partial class Form1 : Form\r\n    {\r\n        public Form1()\r\n        {\r\n            InitializeComponent();\r\n        }\r\n\r\n        private void Form1_Load(object sender, EventArgs e)\r\n        {\r\n            var resp = Test(\"BINARYDATA|08/01/2021\", \"\r\n            <RSAKeyValue>\r\n                <Modulus>yogxY80spuzU78REYHFHKJTesteTesteYaz7APQOsMyZMGVYFGHNFGVJKHUFGGjRVQe9k=</Modulus>\r\n                <Exponent>AQAB</Exponent>\r\n            </RSAKeyValue>\");\r\n        }\r\n        static string Test(string Valor, string Chave)\r\n        {\r\n            using (RSACryptoServiceProvider RSA = new RSACryptoServiceProvider())\r\n            {\r\n                RSA.FromXmlString(Chave);\r\n                // Utilizar o modo  PKCS1\r\n                var encryptedData = RSA.Encrypt(System.Text.Encoding.UTF8.GetBytes(Valor), false);\r\n                return Convert.ToBase64String(encryptedData);\r\n            }\r\n        }\r\n\r\n    }\r\n}","options":{"raw":{"language":"xml"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f1cd8bd4-2e43-44d2-b24a-60d92be569d3"},{"name":"ruby","id":"8d43ab78-bca2-4b5b-a35b-08fb0a349fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"COPY","header":[],"body":{"mode":"raw","raw":"require \"openssl\"\r\nrequire \"base64\"\r\n\r\npublic_key = OpenSSL::PKey::RSA.new(File.read('public_key.pem'))\r\n\r\nputs Base64.encode64(public_key.public_encrypt('BINARYDATA|08/01/202'))","options":{"raw":{"language":"xml"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8d43ab78-bca2-4b5b-a35b-08fb0a349fef"}],"id":"90b5f6a5-dbc1-42bd-8cde-167585d3d0e7","_postman_id":"90b5f6a5-dbc1-42bd-8cde-167585d3d0e7","description":""},{"name":"Details","item":[{"name":"Details","id":"70a16168-cc5a-4c4a-93e5-54b8eb99d96f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TransactionUniqueId\": \"AIR-D70B465D-F2BB-4215-BE72-1D6AE5092A87\", // | Mandatory |  Information retrieved from the service \"List\" UniqueId reservation and ticket..\r\n   \"OffSet\": \"-03:00:00\", //Optional. Default=\"-03:00:00\" Refers to the server's Time Zone in BSB time.\r\n  \"AccessCredentials\": { // | Mandatory |  Access credentials.\r\n\r\n    \"Company\": { // | Mandatory |  Company credential.\r\n        \"Identifier\": \"{{identifier}}\", /// |Mandatory| Unique identifier.\r\n        \"Password\": \"{{password}}\" /// |Mandatory| Password.\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}details","urlObject":{"host":["{{URL}}details"],"query":[],"variable":[]}},"response":[],"_postman_id":"70a16168-cc5a-4c4a-93e5-54b8eb99d96f"}],"id":"e7cf834c-4d31-4f91-9b64-c6bfa7899785","description":"<p>Transaction details.</p>\n<p>The \"Details\" service returns details of each sale.</p>\n<p>The search is based on the \"UniqueId\" each sale returns the information of the UniqueID (AIR, TKT, HTL, TS ..)</p>\n<p>The service fee information, returns within the transaction object in \"Links\"</p>\n<img src=\"https://content.pstmn.io/1b577b43-be4d-441c-aac1-05e4fc59ecdd/dHMucG5n\" />\n\n<p>Example of request AIR - Details reservation;</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"TransactionUniqueId\": \"AIR-0CC27A59-76C0-4006-8AD2-41E75A253943\",\n  \"AccessCredentials\": {\n    \"Company\": {\n      \"Identifier\": \"Login\",\n      \"Password\": \"Pass\"\n    }\n  }\n}\n\n</code></pre>\n<p>Example of request TKT - Details ETICKET;</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"TransactionUniqueId\": \"TKT-3DEAEE0E-14A4-454B-B7A1-C2FD4591E944\",\n  \"AccessCredentials\": {\n    \"Company\": {\n      \"Identifier\": \"{{identifier}}\",\n      \"Password\": \"{{password}}\"\n    }\n  }\n}\n\n</code></pre>\n<p>Example of request TS - Details service fees;</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"TransactionUniqueId\": \"TS-624A17D3-0387-4FA0-B59B-8050C400112B\",\n  \"AccessCredentials\": {\n    \"Company\": {\n      \"Identifier\": \"{{identifier}}\",\n      \"Password\": \"{{password}}\"\n    }\n  }\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionUniqueId</td>\n<td>Mandatory</td>\n<td>Information retrieved from the service \"List\" UniqueId reservation and ticket..</td>\n</tr>\n</tbody>\n</table>\n</div><p>Developer credential information</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccessCredentials</td>\n<td>Mandatory</td>\n<td>Access credentials.</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>Mandatory</td>\n<td>Company credential.</td>\n</tr>\n<tr>\n<td>Identifier</td>\n<td>Mandatory</td>\n<td>Unique identifier.</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Mandatory</td>\n<td>Password</td>\n</tr>\n<tr>\n<td>OffSet</td>\n<td>Optional</td>\n<td>information in the desired time zone/offset</td>\n</tr>\n</tbody>\n</table>\n</div><p>For each product, an order must be placed in the above examples, it will be returned as air booking information, ticket (tkt) and service charge (ts).</p>\n<p>Each product will have its UniqueID information, to have the sales list information, a request must be made in the \"List\" service.</p>\n","_postman_id":"e7cf834c-4d31-4f91-9b64-c6bfa7899785"},{"name":"List","item":[{"name":"List","id":"7d090b68-2888-48af-b623-03a22cea984d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DateFrom\": \"2022-01-08T19:41:15.750Z\", // Start date\r\n  \"DateTo\": \"2022-08-08T19:41:15.750Z\", //  End date\r\n  \"FilterDateType\": \"\", // Optional\r\n   // 'LastUpdate', 'Create', 'Insert'\r\n   \"OffSet\": \"-03:00:00\", //will be possible to receive the information in the designed time zone/offset. By default, defaults will be the server default (-03:00:00)\r\n  \"TransactionTypes\": [ \"\" ],  //\r\n    // Undefined = 0 | AirReservation = 1 | AirTicket = 100 | Hotel = 2 | Car = 3 | Insurance = 4\r\n    // Services = 5 | Bus = 6 | Cruise = 7 | File = 8 | OTA = 9 | ServiceTax = 11 | Basket = 12\r\n    // Corporate = 13 | Chip = 16 | Emd=1000\r\n  \"TransactionStates\": [ \"\" ], // | Optional |\r\n  // Undefined = 0 | New = 1 Reserved = 2 | Issuing = 3 | Issued = 4 | Canceled = 5 | OnRequest = 6]\r\n  // PreSale = 7 | TechicalError = 8 | Rejected = 9 | Quote = 10 | Pending = 11\r\n  \"FilterLinkType\": \"Any\", // | Optional | \r\n  // Any = 0 | OnlyWithParent = 1 | OnlyWithoutParent = 2\r\n  \"FilterImportState\": \"Any\", // | Optional | \r\n   // Any = 0 | OnlyNotImported = 1 | OnlyImported= 2\r\n  \"Locator\": \"\",\r\n  \"Ticket\": \"\",\r\n  \"AccessCredentials\": { // | Mandatory |  Access credentials.\r\n    \"Company\": { // | Mandatory |  Company credential.\r\n        \"Identifier\": \"{{identifier}}\", /// |Mandatory| Unique identifier.\r\n        \"Password\": \"{{password}}\" /// |Mandatory| Password.\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}list","urlObject":{"host":["{{URL}}list"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d090b68-2888-48af-b623-03a22cea984d"}],"id":"1521e34d-2c20-46c0-840a-20941df22788","description":"<p>Sale details by filter type, mandatory to inform when searching the filter list</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateFrom</td>\n<td>Optional</td>\n<td>Start date</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>Optional</td>\n<td>End date</td>\n</tr>\n<tr>\n<td>OffSet</td>\n<td>Optional</td>\n<td>Time Zone=\"-03:00:00\" BSB Server</td>\n</tr>\n<tr>\n<td>FilterDateType</td>\n<td>Optional</td>\n<td>LastUpdate = 1 ,  <br />Create = 2,  <br />Insert = 3</td>\n</tr>\n<tr>\n<td>TransactionTypes</td>\n<td>Optional</td>\n<td>Undefined = 0,  <br />AirReservation = 1,  <br />AirTicket = 100,  <br />Hotel = 2,  <br />Car = 3,  <br />Insurance = 4,  <br />Services = 5,  <br />Bus = 6,  <br />Cruise = 7,  <br />File = 8,  <br />OTA = 9,  <br />ServiceTax = 11,  <br />Basket = 12,  <br />Corporate = 13,  <br />Chip = 16,  <br />Emd=1000</td>\n</tr>\n<tr>\n<td>TransactionStates</td>\n<td>Optional</td>\n<td>Undefined = 0,  <br />New = 1 ,  <br />Reserved = 2,  <br />Issuing = 3,  <br />Issued = 4,  <br />Canceled = 5,  <br />OnRequest = 6,  <br />PreSale = 7,  <br />TechicalError = 8,  <br />Rejected = 9,  <br />Quote = 10,  <br />Pending = 11</td>\n</tr>\n<tr>\n<td>FilterLinkType</td>\n<td>Optional</td>\n<td>Any = 0,  <br />OnlyWithParent = 1,  <br />OnlyWithoutParent = 2</td>\n</tr>\n<tr>\n<td>FilterImportState</td>\n<td>Optional</td>\n<td>Any = 0,  <br />OnlyNotImported = 1,  <br />OnlyImported= 2</td>\n</tr>\n<tr>\n<td>Locator</td>\n<td>Optional</td>\n<td>Locator</td>\n</tr>\n<tr>\n<td>Ticket</td>\n<td>Optional</td>\n<td>Ticket</td>\n</tr>\n</tbody>\n</table>\n</div><p>Developer credential information</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccessCredentials</td>\n<td>Mandatory</td>\n<td>Access credentials.</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>Mandatory</td>\n<td>Company credential.</td>\n</tr>\n<tr>\n<td>Identifier</td>\n<td>Mandatory</td>\n<td>Unique identifier.</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Mandatory</td>\n<td>Password</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"1521e34d-2c20-46c0-840a-20941df22788"},{"name":"Change","item":[{"name":"Change","id":"d3bc1453-8d67-477b-8ff8-68c9b2d253ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TransactionUniqueId\": \"AIR-D70B465D-F2BB-4215-BE72-1D6AE5092A87\", // | Mandatory |  Information retrieved from the service \"List\" UniqueId reservation and ticket..\r\n  \"ImportState\": 0,  // | Mandatory | \r\n  // Any = 0 | OnlyNotImported = 1 | OnlyImported= 2\r\n  \"OffSet\": \"-03:00:00\", //Desta forma, será possível receber a informação no fuso horário/deslocamento desenjado. Por padrão respeitará o padrão do servidor (-03:00:00)\r\n  \"AccessCredentials\": { // | Mandatory |  Access credentials.\r\n    \"Company\": { // | Mandatory |  Company credential.\r\n        \"Identifier\": \"{{identifier}}\", /// |Mandatory| Unique identifier.\r\n        \"Password\": \"{{password}}\" /// |Mandatory| Password.\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}change","urlObject":{"host":["{{URL}}change"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3bc1453-8d67-477b-8ff8-68c9b2d253ab"}],"id":"2ef98e63-9733-4ce8-8590-5fc4efd6d093","description":"<p>change details</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionUniqueId</td>\n<td>Mandatory</td>\n<td>Information retrieved from the service \"List\" UniqueId reservation and ticket..</td>\n</tr>\n<tr>\n<td>ImportState</td>\n<td>Mandatory</td>\n<td>Any = 0,  <br />OnlyNotImported = 1,  <br />OnlyImported= 2</td>\n</tr>\n</tbody>\n</table>\n</div><p>Developer credential information</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccessCredentials</td>\n<td>Mandatory</td>\n<td>Access credentials.</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>Mandatory</td>\n<td>Company credential.</td>\n</tr>\n<tr>\n<td>Identifier</td>\n<td>Mandatory</td>\n<td>Unique identifier.</td>\n</tr>\n<tr>\n<td>OffSet</td>\n<td>Optional</td>\n<td>information in the desired time zone/offset</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Mandatory</td>\n<td>Password</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2ef98e63-9733-4ce8-8590-5fc4efd6d093"},{"name":"Example","item":[{"name":"Details","id":"c31d0568-e6f8-4c18-b20b-61d94649c51a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TransactionUniqueId\": \"AIR-D70B465D-F2BB-4215-BE72-1D6AE5092A87\", // | Mandatory |  Information retrieved from the service \"List\" UniqueId reservation and ticket..\r\n  \"AccessCredentials\": { // | Mandatory |  Access credentials.\r\n    \"Company\": { // | Mandatory |  Company credential.\r\n        \"Identifier\": \"{{identifier}}\", /// |Mandatory| Unique identifier.\r\n        \"Password\": \"{{password}}\" /// |Mandatory| Password.\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}details","description":"<p>REQUEST</p>\n","urlObject":{"host":["{{URL}}details"],"query":[],"variable":[]}},"response":[{"id":"dbaca2e0-78bf-46c9-bbee-c2e26d4007ec","name":"Details AIR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TransactionUniqueId\": \"AIR-0CC27A59-76C0-4006-8AD2-41E75A253943\",\r\n  \"AccessCredentials\": {\r\n    \"Company\": {\r\n      \"Identifier\": \"{{identifier}}\",\r\n      \"Password\": \"{{password}}\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RDpcV09PQkFfVEZTXFRyYXZlbGxpbmtcU291cmNlXERldmVsb3BtZW50XFRSVldlYnNlcnZpY2VzXFRyYXZlbGxpbmtXZWJBcGlcVHJhdmVsbGlua1dlYkFwaVxhcGlcdjFcc2FsZXNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 18 Jul 2022 19:55:25 GMT"},{"key":"Content-Length","value":"5655"}],"cookie":[],"responseTime":null,"body":"{\n    \"Request\": {\n        \"TransactionUniqueId\": \"AIR-0CC27A59-76C0-4006-8AD2-41E75A253943\",\n        \"AccessCredentials\": null\n    },\n    \"Transaction\": {\n        \"Header\": {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 8659119,\n            \"UniqueId\": \"AIR-0CC27A59-76C0-4006-8AD2-41E75A253943\",\n            \"Locator\": \"3FKMU6\",\n            \"Ticket\": null,\n            \"LastUpdate\": \"2022-07-18T16:49:17.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 1,\n            \"ImportStateDescription\": \"NotImported\",\n            \"Parent\": null\n        },\n        \"Context\": {\n            \"Organization\": {\n                \"Id\": 1,\n                \"Name\": \"Organization\",\n                \"Document\": null,\n                \"BackofficeDetail\": null,\n                \"Iata\": null\n            },\n            \"Consolidator\": {\n                \"Id\": 1,\n                \"Name\": \"Consolidator\",\n                \"Document\": null,\n                \"BackofficeDetail\": null,\n                \"Iata\": null\n            },\n            \"OperationalUnit\": {\n                \"Id\": 3,\n                \"Name\": \"Unidade\",\n                \"Document\": {\n                    \"Type\": 2,\n                    \"TypeDescription\": \"Cnpj\",\n                    \"Number\": \"00000000/000000\"\n                },\n                \"BackofficeDetail\": {\n                    \"Code\": \"\",\n                    \"CostumerCode\": null,\n                    \"WoofficeCode\": null\n                },\n                \"Iata\": \"00-0 0000 0\"\n            },\n            \"PackageOperationalUnit\": {\n                \"Id\": 3,\n                \"Name\": \"Unidade\",\n                \"Document\": {\n                    \"Type\": 2,\n                    \"TypeDescription\": \"Cnpj\",\n                    \"Number\": \"00000000/000000\"\n                },\n                \"BackofficeDetail\": {\n                    \"Code\": \"\",\n                    \"CostumerCode\": null,\n                    \"WoofficeCode\": null\n                },\n                \"Iata\": \"00-0 0000 0\"\n            },\n            \"Agency\": {\n                \"Id\": 10,\n                \"Name\": \"Nome Agencia\",\n                \"Document\": {\n                    \"Type\": 2,\n                    \"TypeDescription\": \"Cnpj\",\n                    \"Number\": \"00000000/000000\"\n                },\n                \"BackofficeDetail\": {\n                    \"Code\": \"000.0\",\n                    \"CostumerCode\": \"0000.0\",\n                    \"WoofficeCode\": \"\"\n                },\n                \"Iata\": \"\"\n            },\n            \"Customer\": null\n        },\n        \"User\": {\n            \"Id\": 65002,\n            \"Name\": \"DENIS LIMA\",\n            \"Username\": \"denis.wooba\",\n            \"Email\": \"denis.lima@wooba.com.br\",\n            \"Document\": {\n                \"Type\": 1,\n                \"TypeDescription\": \"Cpf\",\n                \"Number\": \"00000083000\"\n            },\n            \"BackofficeCode\": \"\",\n            \"BackofficeCostumerCode\": \"\"\n        },\n        \"Payments\": null,\n        \"Links\": [\n            {\n                \"LinkType\": 3,\n                \"LinkTypeDescription\": \"Related\",\n                \"TransactionType\": 100,\n                \"TransactionTypeDescription\": \"AirTicket\",\n                \"Id\": 6489027,\n                \"UniqueId\": \"TKT-3DEAEE0E-14A4-454B-B7A1-C2FD4591E944\",\n                \"Locator\": \"3FKMU6\",\n                \"Ticket\": \"0475049038189\",\n                \"LastUpdate\": \"2022-07-18T16:49:16.967\",\n                \"TransactionState\": 4,\n                \"TransactionStateDescription\": \"Issued\"\n            }\n        ],\n        \"CorporateFields\": null,\n        \"CommercialDetail\": {\n            \"Tourcode\": {\n                \"Id\": 1759,\n                \"Order\": 0,\n                \"Name\": \"QUALQUER ORIGEM\",\n                \"Description\": \"\",\n                \"TourcodeBackoffice\": \"\",\n                \"TourcodeGds\": \" \",\n                \"BackofficeDetail\": {\n                    \"Code\": \"\",\n                    \"CostumerCode\": null,\n                    \"WoofficeCode\": null\n                }\n            },\n            \"MonetaryDetail\": null\n        },\n        \"ProductDetail\": {\n            \"SalesChannel\": 1,\n            \"SalesChannelDescription\": \"FrontOffice\",\n            \"InsertType\": 1,\n            \"InsertTypeDescription\": \"Online\",\n            \"InsertDate\": \"2022-07-18T16:43:15.247\",\n            \"AirReservationDetail\": {\n                \"Flights\": [\n                    {\n                        \"DepartureAirportCode\": \"LIS\",\n                        \"DepartureDate\": \"2022-08-26T00:00:00\",\n                        \"DepartureTime\": \"22:00\",\n                        \"ArrivalAirportCode\": \"MAD\",\n                        \"ArrivalDate\": \"2022-08-27T00:00:00\",\n                        \"ArrivalTime\": \"00:20\",\n                        \"MarketingAirline\": {\n                            \"Code\": \"TP\",\n                            \"BackofficeDetail\": null\n                        },\n                        \"CodeShare\": false,\n                        \"OperationAirline\": null,\n                        \"FlightNumber\": \"1022\",\n                        \"ClassOfService\": \"T\",\n                        \"FareBasisCode\": \"T04BSC0A\",\n                        \"Brand\": {\n                            \"Code\": \"BASIC\",\n                            \"Name\": \"BASIC\"\n                        },\n                        \"EquipmentType\": \"320\",\n                        \"Baggage\": {\n                            \"UnitQualifier\": \"KG\",\n                            \"Quantity\": 1,\n                            \"MaximumWeight\": 0,\n                            \"Indicator\": 3,\n                            \"IndicatorDescription\": \"Included\"\n                        },\n                        \"AirlineLocator\": \"3FKMU6\"\n                    }\n                ],\n                \"Deadline\": \"0001-01-01T00:00:00\",\n                \"Tourcode\": null,\n                \"Promocode\": null,\n                \"Route\": 2,\n                \"RouteDescription\": \"International\",\n                \"Airline\": {\n                    \"Code\": \"TP\",\n                    \"BackofficeDetail\": null\n                },\n                \"Passengers\": [\n                    {\n                        \"Person\": {\n                            \"FirstName\": \"DENIS\",\n                            \"Surname\": \"LIMA\",\n                            \"Gender\": 1,\n                            \"GenderDescription\": \"Male\"\n                        },\n                        \"TypeCode\": \"ADT\",\n                        \"MonetaryDetail\": [\n                            {\n                                \"MonetaryDetailType\": 1,\n                                \"MonetaryDetailTypeDescription\": \"Net\",\n                                \"MonetaryInfo\": []\n                            }\n                        ],\n                        \"Phone\": {\n                            \"Type\": 0,\n                            \"TypeDescription\": \"General\",\n                            \"Number\": \"0000719710\"\n                        },\n                        \"Email\": \"DENIS.LIMA@WOOBA.COM.BR\"\n                    }\n                ],\n                \"MonetaryDetail\": [\n                    {\n                        \"MonetaryDetailType\": 2,\n                        \"MonetaryDetailTypeDescription\": \"Sale\",\n                        \"MonetaryInfo\": [\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 69.79,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 15,\n                                \"MonetaryInfoTypeDescription\": \"Total\"\n                            },\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 27,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 20,\n                                \"MonetaryInfoTypeDescription\": \"FarePrice\"\n                            },\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 39.07,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 3,\n                                \"MonetaryInfoTypeDescription\": \"Tax\"\n                            },\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 1.89,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 5,\n                                \"MonetaryInfoTypeDescription\": \"Rav\"\n                            },\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 1.83,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 6,\n                                \"MonetaryInfoTypeDescription\": \"Fee\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 381.49,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 15,\n                                \"MonetaryInfoTypeDescription\": \"Total\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 147.6,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 20,\n                                \"MonetaryInfoTypeDescription\": \"FarePrice\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 213.56,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 3,\n                                \"MonetaryInfoTypeDescription\": \"Tax\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 10.33,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 5,\n                                \"MonetaryInfoTypeDescription\": \"Rav\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 10,\n                                \"ExchangeRate\": 1,\n                                \"MonetaryInfoType\": 6,\n                                \"MonetaryInfoTypeDescription\": \"Fee\"\n                            }\n                        ]\n                    },\n                    {\n                        \"MonetaryDetailType\": 1,\n                        \"MonetaryDetailTypeDescription\": \"Net\",\n                        \"MonetaryInfo\": []\n                    }\n                ],\n                \"Phones\": [\n                    {\n                        \"Type\": 0,\n                        \"TypeDescription\": \"General\",\n                        \"Number\": \"0000719710\"\n                    },\n                    {\n                        \"Type\": 0,\n                        \"TypeDescription\": \"General\",\n                        \"Number\": \"0000719710\"\n                    },\n                    {\n                        \"Type\": 0,\n                        \"TypeDescription\": \"General\",\n                        \"Number\": \"0000719710\"\n                    },\n                    {\n                        \"Type\": 0,\n                        \"TypeDescription\": \"General\",\n                        \"Number\": \"0000719710\"\n                    }\n                ]\n            },\n            \"AirTicketDetail\": null,\n            \"HotelReservationDetail\": null,\n            \"CarReservationDetail\": null,\n            \"BusReservationDetail\": null,\n            \"InsuranceReservationDetail\": null,\n            \"ServiceReservationDetail\": null,\n            \"CruiseReservationDetail\": null,\n            \"ServiceTaxDetail\": null,\n            \"BasketDetail\": null,\n            \"Provider\": {\n                \"Id\": 28,\n                \"Code\": \"1\",\n                \"Name\": \"Amadeus\",\n                \"Context\": {\n                    \"Entity\": {\n                        \"Id\": 398,\n                        \"Name\": \"Unidade\",\n                        \"Document\": null,\n                        \"BackofficeDetail\": {\n                            \"Code\": \"\",\n                            \"CostumerCode\": null,\n                            \"WoofficeCode\": \"\"\n                        },\n                        \"Iata\": null\n                    },\n                    \"Credential\": null,\n                    \"PCC\": \"PCC123\",\n                    \"Iata\": \"1234\"\n                }\n            }\n        },\n        \"BackofficeDetail\": null\n    },\n    \"Errors\": [],\n    \"Success\": true,\n    \"RequestDate\": \"2022-07-18T16:55:11.9323396-03:00\"\n}"},{"id":"ca31cb87-652d-4c58-afcf-e1f739d553db","name":"Details TKT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TransactionUniqueId\": \"TKT-3DEAEE0E-14A4-454B-B7A1-C2FD4591E944\",\r\n  \"AccessCredentials\": {\r\n    \"Company\": {\r\n      \"Identifier\": \"{{identifier}}\",\r\n      \"Password\": \"{{password}}\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RDpcV09PQkFfVEZTXFRyYXZlbGxpbmtcU291cmNlXERldmVsb3BtZW50XFRSVldlYnNlcnZpY2VzXFRyYXZlbGxpbmtXZWJBcGlcVHJhdmVsbGlua1dlYkFwaVxhcGlcdjFcc2FsZXNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 18 Jul 2022 19:56:13 GMT"},{"key":"Content-Length","value":"10305"}],"cookie":[],"responseTime":null,"body":"{\n    \"Request\": {\n        \"TransactionUniqueId\": \"TKT-3DEAEE0E-14A4-454B-B7A1-C2FD4591E944\",\n        \"AccessCredentials\": null\n    },\n    \"Transaction\": {\n        \"Header\": {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 6489027,\n            \"UniqueId\": \"TKT-3DEAEE0E-14A4-454B-B7A1-C2FD4591E944\",\n            \"Locator\": \"3FKMU6\",\n            \"Ticket\": \"0475049038189\",\n            \"LastUpdate\": \"2022-07-18T16:49:16.967\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 1,\n            \"ImportStateDescription\": \"NotImported\",\n            \"Parent\": null\n        },\n        \"Context\": {\n            \"Organization\": {\n                \"Id\": 1,\n                \"Name\": \"Organization\",\n                \"Document\": null,\n                \"BackofficeDetail\": null,\n                \"Iata\": null\n            },\n            \"Consolidator\": {\n                \"Id\": 1,\n                \"Name\": \"Consolidator\",\n                \"Document\": null,\n                \"BackofficeDetail\": null,\n                \"Iata\": null\n            },\n            \"OperationalUnit\": {\n                \"Id\": 3,\n                \"Name\": \"Unidade\",\n                \"Document\": {\n                    \"Type\": 2,\n                    \"TypeDescription\": \"Cnpj\",\n                    \"Number\": \"00000000/000000\"\n                },\n                \"BackofficeDetail\": {\n                    \"Code\": \"\",\n                    \"CostumerCode\": null,\n                    \"WoofficeCode\": null\n                },\n                \"Iata\": \"00-0 0000 0\"\n            },\n            \"PackageOperationalUnit\": {\n                \"Id\": 3,\n                \"Name\": \"Unidade\",\n                \"Document\": {\n                    \"Type\": 2,\n                    \"TypeDescription\": \"Cnpj\",\n                    \"Number\": \"00000000/000000\"\n                },\n                \"BackofficeDetail\": {\n                    \"Code\": \"\",\n                    \"CostumerCode\": null,\n                    \"WoofficeCode\": null\n                },\n                \"Iata\": \"00-0 0000 0\"\n            },\n            \"Agency\": {\n                \"Id\": 10,\n                \"Name\": \"Nome Agencia\",\n                \"Document\": {\n                    \"Type\": 2,\n                    \"TypeDescription\": \"Cnpj\",\n                    \"Number\": \"00000000/000000\"\n                },\n                \"BackofficeDetail\": {\n                    \"Code\": \"000.0\",\n                    \"CostumerCode\": \"0000.0\",\n                    \"WoofficeCode\": \"\"\n                },\n                \"Iata\": \"\"\n            },\n            \"Customer\": null\n        },\n        \"User\": {\n            \"Id\": 65002,\n            \"Name\": \"DENIS LIMA\",\n            \"Username\": \"denis.wooba\",\n            \"Email\": \"denis.lima@wooba.com.br\",\n            \"Document\": {\n                \"Type\": 1,\n                \"TypeDescription\": \"Cpf\",\n                \"Number\": \"00000083000\"\n            },\n            \"BackofficeCode\": \"\",\n            \"BackofficeCostumerCode\": \"\"\n        },\n        \"Payments\": [\n            {\n                \"Id\": 0,\n                \"PaymentType\": 1,\n                \"PaymentTypeDescription\": \"Customer\",\n                \"PaymentForm\": 105,\n                \"PaymentFormDescription\": \"CreditCard\",\n                \"Ticket\": null,\n                \"CurrencyCode\": \"BRL\",\n                \"Amount\": 361.16,\n                \"PaymentState\": 4,\n                \"PaymentStateDescription\": \"Confirmed\",\n                \"Date\": \"2022-07-18T00:00:00\",\n                \"CreditCard\": {\n                    \"BrandCode\": \"VI\",\n                    \"BrandDescription\": \"Visa\",\n                    \"CardNumber\": \"498401XXXXXX5900\",\n                    \"Holder\": \"ATENDIMENTO\",\n                    \"ExpirationDate\": \"07/2022\",\n                    \"Installments\": 1,\n                    \"FirstInstallmentAmount\": 361.16,\n                    \"OtherInstallmentsAmount\": 0,\n                    \"InterestAmount\": 0,\n                    \"SoftDescriptor\": null,\n                    \"AuthorizationCode\": \"544877\",\n                    \"ProofOfSale\": null,\n                    \"PaymentAccountReference\": null,\n                    \"POS\": null\n                },\n                \"BankAccount\": null,\n                \"Checks\": null,\n                \"BankSlips\": null,\n                \"Provider\": null,\n                \"MerchantTransactionId\": null,\n                \"ProviderTransactionId\": null,\n                \"VirtualCard\": null,\n                \"ConsolidatorCard\": null,\n                \"Links\": [\n                    {\n                        \"LinkType\": 3,\n                        \"LinkTypeDescription\": \"Related\",\n                        \"TransactionType\": 100,\n                        \"TransactionTypeDescription\": \"AirTicket\",\n                        \"Id\": 6489027,\n                        \"UniqueId\": \"TKT-3DEAEE0E-14A4-454B-B7A1-C2FD4591E944\",\n                        \"Locator\": \"3FKMU6\",\n                        \"Ticket\": \"0475049038189\",\n                        \"LastUpdate\": \"2022-07-18T16:49:16.967\",\n                        \"TransactionState\": 4,\n                        \"TransactionStateDescription\": \"Issued\"\n                    }\n                ],\n                \"Register\": {\n                    \"Id\": 2,\n                    \"Name\": \"Cartão\",\n                    \"Document\": null,\n                    \"BackofficeDetail\": {\n                        \"Code\": \"\",\n                        \"CostumerCode\": null,\n                        \"WoofficeCode\": null\n                    },\n                    \"Iata\": null\n                },\n                \"Contractor\": null\n            },\n            {\n                \"Id\": 0,\n                \"PaymentType\": 2,\n                \"PaymentTypeDescription\": \"Provider\",\n                \"PaymentForm\": 105,\n                \"PaymentFormDescription\": \"CreditCard\",\n                \"Ticket\": null,\n                \"CurrencyCode\": \"BRL\",\n                \"Amount\": 361.16,\n                \"PaymentState\": 4,\n                \"PaymentStateDescription\": \"Confirmed\",\n                \"Date\": \"2022-07-18T00:00:00\",\n                \"CreditCard\": {\n                    \"BrandCode\": \"VI\",\n                    \"BrandDescription\": \"Visa\",\n                    \"CardNumber\": \"498401XXXXXX5900\",\n                    \"Holder\": \"ATENDIMENTO\",\n                    \"ExpirationDate\": \"07/2022\",\n                    \"Installments\": 1,\n                    \"FirstInstallmentAmount\": 361.16,\n                    \"OtherInstallmentsAmount\": 0,\n                    \"InterestAmount\": 0,\n                    \"SoftDescriptor\": null,\n                    \"AuthorizationCode\": \"544877\",\n                    \"ProofOfSale\": null,\n                    \"PaymentAccountReference\": null,\n                    \"POS\": null\n                },\n                \"BankAccount\": null,\n                \"Checks\": null,\n                \"BankSlips\": null,\n                \"Provider\": null,\n                \"MerchantTransactionId\": null,\n                \"ProviderTransactionId\": null,\n                \"VirtualCard\": null,\n                \"ConsolidatorCard\": null,\n                \"Links\": [\n                    {\n                        \"LinkType\": 3,\n                        \"LinkTypeDescription\": \"Related\",\n                        \"TransactionType\": 100,\n                        \"TransactionTypeDescription\": \"AirTicket\",\n                        \"Id\": 6489027,\n                        \"UniqueId\": \"TKT-3DEAEE0E-14A4-454B-B7A1-C2FD4591E944\",\n                        \"Locator\": \"3FKMU6\",\n                        \"Ticket\": \"0475049038189\",\n                        \"LastUpdate\": \"2022-07-18T16:49:16.967\",\n                        \"TransactionState\": 4,\n                        \"TransactionStateDescription\": \"Issued\"\n                    }\n                ],\n                \"Register\": {\n                    \"Id\": 2,\n                    \"Name\": \"Cartão\",\n                    \"Document\": null,\n                    \"BackofficeDetail\": {\n                        \"Code\": \"\",\n                        \"CostumerCode\": null,\n                        \"WoofficeCode\": null\n                    },\n                    \"Iata\": null\n                },\n                \"Contractor\": null\n            }\n        ],\n        \"Links\": [\n            {\n                \"LinkType\": 3,\n                \"LinkTypeDescription\": \"Related\",\n                \"TransactionType\": 11,\n                \"TransactionTypeDescription\": \"ServiceTax\",\n                \"Id\": 490851,\n                \"UniqueId\": \"TS-624A17D3-0387-4FA0-B59B-8050C400112B\",\n                \"Locator\": \"0001487859\",\n                \"Ticket\": null,\n                \"LastUpdate\": \"2022-07-18T16:54:03.003\",\n                \"TransactionState\": 4,\n                \"TransactionStateDescription\": \"Issued\"\n            },\n            {\n                \"LinkType\": 3,\n                \"LinkTypeDescription\": \"Related\",\n                \"TransactionType\": 1,\n                \"TransactionTypeDescription\": \"AirReservation\",\n                \"Id\": 8659119,\n                \"UniqueId\": \"AIR-0CC27A59-76C0-4006-8AD2-41E75A253943\",\n                \"Locator\": \"3FKMU6\",\n                \"Ticket\": null,\n                \"LastUpdate\": \"2022-07-18T16:49:17.607\",\n                \"TransactionState\": 4,\n                \"TransactionStateDescription\": \"Issued\"\n            }\n        ],\n        \"CorporateFields\": null,\n        \"CommercialDetail\": {\n            \"Tourcode\": {\n                \"Id\": 1759,\n                \"Order\": 0,\n                \"Name\": \"QUALQUER ORIGEM\",\n                \"Description\": \"\",\n                \"TourcodeBackoffice\": \"\",\n                \"TourcodeGds\": \" \",\n                \"BackofficeDetail\": {\n                    \"Code\": \"\",\n                    \"CostumerCode\": null,\n                    \"WoofficeCode\": null\n                }\n            },\n            \"MonetaryDetail\": [\n                {\n                    \"MonetaryDetailType\": 1,\n                    \"MonetaryDetailTypeDescription\": \"Customer\",\n                    \"MonetaryInfo\": [\n                        {\n                            \"MonetaryInfoType\": 1,\n                            \"MonetaryInfoTypeDescription\": \"Comission\",\n                            \"Percent\": 0,\n                            \"CurrencyCode\": \"BRL\",\n                            \"Amount\": 0,\n                            \"Retained\": false\n                        },\n                        {\n                            \"MonetaryInfoType\": 2,\n                            \"MonetaryInfoTypeDescription\": \"Over\",\n                            \"Percent\": 0,\n                            \"CurrencyCode\": \"BRL\",\n                            \"Amount\": 0,\n                            \"Retained\": false\n                        },\n                        {\n                            \"MonetaryInfoType\": 6,\n                            \"MonetaryInfoTypeDescription\": \"TotalOver\",\n                            \"Percent\": 0,\n                            \"CurrencyCode\": \"BRL\",\n                            \"Amount\": 0,\n                            \"Retained\": false\n                        }\n                    ]\n                },\n                {\n                    \"MonetaryDetailType\": 2,\n                    \"MonetaryDetailTypeDescription\": \"Provider\",\n                    \"MonetaryInfo\": [\n                        {\n                            \"MonetaryInfoType\": 1,\n                            \"MonetaryInfoTypeDescription\": \"Comission\",\n                            \"Percent\": 0,\n                            \"CurrencyCode\": \"BRL\",\n                            \"Amount\": 0,\n                            \"Retained\": false\n                        },\n                        {\n                            \"MonetaryInfoType\": 2,\n                            \"MonetaryInfoTypeDescription\": \"Over\",\n                            \"Percent\": 0,\n                            \"CurrencyCode\": \"BRL\",\n                            \"Amount\": 0,\n                            \"Retained\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        \"ProductDetail\": {\n            \"SalesChannel\": 1,\n            \"SalesChannelDescription\": \"FrontOffice\",\n            \"InsertType\": 1,\n            \"InsertTypeDescription\": \"Online\",\n            \"InsertDate\": \"2022-07-18T16:49:16.963\",\n            \"AirReservationDetail\": null,\n            \"AirTicketDetail\": {\n                \"Flights\": [\n                    {\n                        \"DepartureAirportCode\": \"LIS\",\n                        \"DepartureDate\": \"2022-08-26T00:00:00\",\n                        \"DepartureTime\": \"22:00\",\n                        \"ArrivalAirportCode\": \"MAD\",\n                        \"ArrivalDate\": \"2022-08-27T00:00:00\",\n                        \"ArrivalTime\": \"00:20\",\n                        \"MarketingAirline\": {\n                            \"Code\": \"TP\",\n                            \"BackofficeDetail\": null\n                        },\n                        \"CodeShare\": false,\n                        \"OperationAirline\": null,\n                        \"FlightNumber\": \"1022\",\n                        \"ClassOfService\": \"T\",\n                        \"FareBasisCode\": \"T04BSC0A\",\n                        \"Brand\": {\n                            \"Code\": \"BASIC\",\n                            \"Name\": \"BASIC\"\n                        },\n                        \"EquipmentType\": \"320\",\n                        \"Baggage\": {\n                            \"UnitQualifier\": \"KG\",\n                            \"Quantity\": 1,\n                            \"MaximumWeight\": 0,\n                            \"Indicator\": 3,\n                            \"IndicatorDescription\": \"Included\"\n                        },\n                        \"AirlineLocator\": \"3FKMU6\"\n                    }\n                ],\n                \"IssueDate\": \"2022-07-18T00:00:00\",\n                \"Tourcode\": null,\n                \"Promocode\": null,\n                \"Route\": 2,\n                \"RouteDescription\": \"International\",\n                \"FareBasisCode\": \"T04BSC0A\",\n                \"Airline\": {\n                    \"Code\": \"TP\",\n                    \"BackofficeDetail\": null\n                },\n                \"Passengers\": [\n                    {\n                        \"Person\": {\n                            \"FirstName\": \"DENIS\",\n                            \"Surname\": \"LIMA\",\n                            \"Gender\": 1,\n                            \"GenderDescription\": \"Male\"\n                        },\n                        \"TypeCode\": \"ADT\",\n                        \"ProviderId\": null,\n                        \"Ticket\": \"0475049038189\",\n                        \"MonetaryDetail\": [\n                            {\n                                \"MonetaryDetailType\": 2,\n                                \"MonetaryDetailTypeDescription\": \"Sale\",\n                                \"MonetaryInfo\": [\n                                    {\n                                        \"CurrencyCode\": \"EUR\",\n                                        \"Amount\": 69.79,\n                                        \"ExchangeRate\": 5.4669,\n                                        \"MonetaryInfoType\": 15,\n                                        \"MonetaryInfoTypeDescription\": \"Total\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"EUR\",\n                                        \"Amount\": 27,\n                                        \"ExchangeRate\": 5.4669,\n                                        \"MonetaryInfoType\": 20,\n                                        \"MonetaryInfoTypeDescription\": \"FarePrice\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"EUR\",\n                                        \"Amount\": 39.07,\n                                        \"ExchangeRate\": 5.4669,\n                                        \"MonetaryInfoType\": 3,\n                                        \"MonetaryInfoTypeDescription\": \"Tax\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"EUR\",\n                                        \"Amount\": 1.89,\n                                        \"ExchangeRate\": 5.4669,\n                                        \"MonetaryInfoType\": 5,\n                                        \"MonetaryInfoTypeDescription\": \"Rav\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"EUR\",\n                                        \"Amount\": 1.83,\n                                        \"ExchangeRate\": 5.4669,\n                                        \"MonetaryInfoType\": 6,\n                                        \"MonetaryInfoTypeDescription\": \"Fee\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"BRL\",\n                                        \"Amount\": 381.49,\n                                        \"ExchangeRate\": 0,\n                                        \"MonetaryInfoType\": 15,\n                                        \"MonetaryInfoTypeDescription\": \"Total\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"BRL\",\n                                        \"Amount\": 147.6,\n                                        \"ExchangeRate\": 0,\n                                        \"MonetaryInfoType\": 20,\n                                        \"MonetaryInfoTypeDescription\": \"FarePrice\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"BRL\",\n                                        \"Amount\": 213.56,\n                                        \"ExchangeRate\": 0,\n                                        \"MonetaryInfoType\": 3,\n                                        \"MonetaryInfoTypeDescription\": \"Tax\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"BRL\",\n                                        \"Amount\": 10.33,\n                                        \"ExchangeRate\": 0,\n                                        \"MonetaryInfoType\": 5,\n                                        \"MonetaryInfoTypeDescription\": \"Rav\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"BRL\",\n                                        \"Amount\": 10,\n                                        \"ExchangeRate\": 0,\n                                        \"MonetaryInfoType\": 6,\n                                        \"MonetaryInfoTypeDescription\": \"Fee\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"MonetaryDetailType\": 1,\n                                \"MonetaryDetailTypeDescription\": \"Net\",\n                                \"MonetaryInfo\": []\n                            }\n                        ]\n                    }\n                ],\n                \"MonetaryDetail\": [\n                    {\n                        \"MonetaryDetailType\": 2,\n                        \"MonetaryDetailTypeDescription\": \"Sale\",\n                        \"MonetaryInfo\": [\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 69.79,\n                                \"ExchangeRate\": 5.4669,\n                                \"MonetaryInfoType\": 15,\n                                \"MonetaryInfoTypeDescription\": \"Total\"\n                            },\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 27,\n                                \"ExchangeRate\": 5.4669,\n                                \"MonetaryInfoType\": 20,\n                                \"MonetaryInfoTypeDescription\": \"FarePrice\"\n                            },\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 39.07,\n                                \"ExchangeRate\": 5.4669,\n                                \"MonetaryInfoType\": 3,\n                                \"MonetaryInfoTypeDescription\": \"Tax\"\n                            },\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 1.89,\n                                \"ExchangeRate\": 5.4669,\n                                \"MonetaryInfoType\": 5,\n                                \"MonetaryInfoTypeDescription\": \"Rav\"\n                            },\n                            {\n                                \"CurrencyCode\": \"EUR\",\n                                \"Amount\": 1.83,\n                                \"ExchangeRate\": 5.4669,\n                                \"MonetaryInfoType\": 6,\n                                \"MonetaryInfoTypeDescription\": \"Fee\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 381.49,\n                                \"ExchangeRate\": 0,\n                                \"MonetaryInfoType\": 15,\n                                \"MonetaryInfoTypeDescription\": \"Total\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 147.6,\n                                \"ExchangeRate\": 0,\n                                \"MonetaryInfoType\": 20,\n                                \"MonetaryInfoTypeDescription\": \"FarePrice\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 213.56,\n                                \"ExchangeRate\": 0,\n                                \"MonetaryInfoType\": 3,\n                                \"MonetaryInfoTypeDescription\": \"Tax\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 10.33,\n                                \"ExchangeRate\": 0,\n                                \"MonetaryInfoType\": 5,\n                                \"MonetaryInfoTypeDescription\": \"Rav\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 10,\n                                \"ExchangeRate\": 0,\n                                \"MonetaryInfoType\": 6,\n                                \"MonetaryInfoTypeDescription\": \"Fee\"\n                            }\n                        ]\n                    },\n                    {\n                        \"MonetaryDetailType\": 1,\n                        \"MonetaryDetailTypeDescription\": \"Net\",\n                        \"MonetaryInfo\": []\n                    }\n                ],\n                \"Emds\": null,\n                \"ConjunctiveTicket\": null,\n                \"Reissued\": false\n            },\n            \"HotelReservationDetail\": null,\n            \"CarReservationDetail\": null,\n            \"BusReservationDetail\": null,\n            \"InsuranceReservationDetail\": null,\n            \"ServiceReservationDetail\": null,\n            \"CruiseReservationDetail\": null,\n            \"ServiceTaxDetail\": null,\n            \"BasketDetail\": null,\n            \"Provider\": {\n                \"Id\": 28,\n                \"Code\": \"1\",\n                \"Name\": \"Amadeus\",\n                \"Context\": {\n                    \"Entity\": {\n                        \"Id\": 398957,\n                        \"Name\": \"Unidade\",\n                        \"Document\": null,\n                        \"BackofficeDetail\": {\n                            \"Code\": \"\",\n                            \"CostumerCode\": null,\n                            \"WoofficeCode\": \"\"\n                        },\n                        \"Iata\": null\n                    },\n                    \"Credential\": null,\n                    \"PCC\": \"PCC123\",\n                    \"Iata\": \"1234\"\n                }\n            }\n        },\n        \"BackofficeDetail\": null\n    },\n    \"Errors\": [],\n    \"Success\": true,\n    \"RequestDate\": \"2022-07-18T16:55:58.7706073-03:00\"\n}"},{"id":"115bcf30-6d62-4157-a9bd-391b74b653ce","name":"Details TS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TransactionUniqueId\": \"TS-624A17D3-0387-4FA0-B59B-8050C400112B\",\r\n  \"AccessCredentials\": {\r\n    \"Company\": {\r\n      \"Identifier\": \"{{identifier}}\",\r\n      \"Password\": \"{{password}}\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RDpcV09PQkFfVEZTXFRyYXZlbGxpbmtcU291cmNlXERldmVsb3BtZW50XFRSVldlYnNlcnZpY2VzXFRyYXZlbGxpbmtXZWJBcGlcVHJhdmVsbGlua1dlYkFwaVxhcGlcdjFcc2FsZXNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 18 Jul 2022 19:59:14 GMT"},{"key":"Content-Length","value":"6207"}],"cookie":[],"responseTime":null,"body":"{\n    \"Request\": {\n        \"TransactionUniqueId\": \"TS-624A17D3-0387-4FA0-B59B-8050C400112B\",\n        \"AccessCredentials\": null\n    },\n    \"Transaction\": {\n        \"Header\": {\n            \"TransactionType\": 11,\n            \"TransactionTypeDescription\": \"ServiceTax\",\n            \"Id\": 490851,\n            \"UniqueId\": \"TS-624A17D3-0387-4FA0-B59B-8050C400112B\",\n            \"Locator\": \"0001487859\",\n            \"Ticket\": null,\n            \"LastUpdate\": \"2022-07-18T16:54:03.003\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 1,\n            \"ImportStateDescription\": \"NotImported\",\n            \"Parent\": null\n        },\n        \"Context\": {\n            \"Organization\": {\n                \"Id\": 1,\n                \"Name\": \"Organization\",\n                \"Document\": null,\n                \"BackofficeDetail\": null,\n                \"Iata\": null\n            },\n            \"Consolidator\": {\n                \"Id\": 1,\n                \"Name\": \"Consolidator\",\n                \"Document\": null,\n                \"BackofficeDetail\": null,\n                \"Iata\": null\n            },\n            \"OperationalUnit\": {\n                \"Id\": 3,\n                \"Name\": \"Unidade\",\n                \"Document\": {\n                    \"Type\": 2,\n                    \"TypeDescription\": \"Cnpj\",\n                    \"Number\": \"00000000/000000\"\n                },\n                \"BackofficeDetail\": {\n                    \"Code\": \"\",\n                    \"CostumerCode\": null,\n                    \"WoofficeCode\": null\n                },\n                \"Iata\": \"00-0 0000 0\"\n            },\n            \"PackageOperationalUnit\": {\n                \"Id\": 3,\n                \"Name\": \"Unidade\",\n                \"Document\": {\n                    \"Type\": 2,\n                    \"TypeDescription\": \"Cnpj\",\n                    \"Number\": \"00000000/000000\"\n                },\n                \"BackofficeDetail\": {\n                    \"Code\": \"\",\n                    \"CostumerCode\": null,\n                    \"WoofficeCode\": null\n                },\n                \"Iata\": \"00-0 0000 0\"\n            },\n            \"Agency\": {\n                \"Id\": 10,\n                \"Name\": \"Nome Agencia\",\n                \"Document\": {\n                    \"Type\": 2,\n                    \"TypeDescription\": \"Cnpj\",\n                    \"Number\": \"00000000/000000\"\n                },\n                \"BackofficeDetail\": {\n                    \"Code\": \"000.0\",\n                    \"CostumerCode\": \"0000.0\",\n                    \"WoofficeCode\": \"\"\n                },\n                \"Iata\": \"\"\n            },\n            \"Customer\": null\n        },\n        \"User\": {\n            \"Id\": 65002,\n            \"Name\": \"DENIS LIMA\",\n            \"Username\": \"denis.wooba\",\n            \"Email\": \"denis.lima@wooba.com.br\",\n            \"Document\": {\n                \"Type\": 1,\n                \"TypeDescription\": \"Cpf\",\n                \"Number\": \"00000083000\"\n            },\n            \"BackofficeCode\": \"\",\n            \"BackofficeCostumerCode\": \"\"\n        },\n        \"Payments\": [\n            {\n                \"Id\": 1845398,\n                \"PaymentType\": 1,\n                \"PaymentTypeDescription\": \"Customer\",\n                \"PaymentForm\": 105,\n                \"PaymentFormDescription\": \"CreditCard\",\n                \"Ticket\": null,\n                \"CurrencyCode\": \"BRL\",\n                \"Amount\": 20.33,\n                \"PaymentState\": 6,\n                \"PaymentStateDescription\": \"Error\",\n                \"Date\": \"2022-07-18T16:49:18.397\",\n                \"CreditCard\": {\n                    \"BrandCode\": \"VI\",\n                    \"BrandDescription\": \"Visa\",\n                    \"CardNumber\": \"498401XXXXXX5900\",\n                    \"Holder\": \"ATENDIMENTO\",\n                    \"ExpirationDate\": \"7/2022\",\n                    \"Installments\": 1,\n                    \"FirstInstallmentAmount\": 20.33,\n                    \"OtherInstallmentsAmount\": 0,\n                    \"InterestAmount\": 0,\n                    \"SoftDescriptor\": \"\",\n                    \"AuthorizationCode\": \"\",\n                    \"ProofOfSale\": \"286420\",\n                    \"PaymentAccountReference\": \"10425200HQO86NE\",\n                    \"POS\": {\n                        \"Id\": 92,\n                        \"Name\": \"Taxa de Serviço\",\n                        \"MerchantId\": \"91B1371B-0506-E411-9405-000AF0010B11\",\n                        \"BackofficeDetail\": {\n                            \"Code\": \"\",\n                            \"CostumerCode\": null,\n                            \"WoofficeCode\": \"0\"\n                        }\n                    }\n                },\n                \"BankAccount\": null,\n                \"Checks\": null,\n                \"BankSlips\": null,\n                \"Provider\": {\n                    \"Id\": 0,\n                    \"Code\": \"14\",\n                    \"Name\": \"PagV2\",\n                    \"Context\": null\n                },\n                \"MerchantTransactionId\": \"TS000085916\",\n                \"ProviderTransactionId\": \"bda014bd-b288-43c7-9879-323d60000e\",\n                \"VirtualCard\": null,\n                \"ConsolidatorCard\": null,\n                \"Links\": [\n                    {\n                        \"LinkType\": 3,\n                        \"LinkTypeDescription\": \"Related\",\n                        \"TransactionType\": 11,\n                        \"TransactionTypeDescription\": \"ServiceTax\",\n                        \"Id\": 490851,\n                        \"UniqueId\": \"TS-624A17D3-0387-4FA0-B59B-8050C400112B\",\n                        \"Locator\": \"0001487859\",\n                        \"Ticket\": null,\n                        \"LastUpdate\": \"2022-07-18T16:54:03.003\",\n                        \"TransactionState\": 4,\n                        \"TransactionStateDescription\": \"Issued\"\n                    }\n                ],\n                \"Register\": null,\n                \"Contractor\": null\n            },\n            {\n                \"Id\": 1845455,\n                \"PaymentType\": 1,\n                \"PaymentTypeDescription\": \"Customer\",\n                \"PaymentForm\": 105,\n                \"PaymentFormDescription\": \"CreditCard\",\n                \"Ticket\": null,\n                \"CurrencyCode\": \"BRL\",\n                \"Amount\": 20.33,\n                \"PaymentState\": 4,\n                \"PaymentStateDescription\": \"Confirmed\",\n                \"Date\": \"2022-07-18T16:53:59.24\",\n                \"CreditCard\": {\n                    \"BrandCode\": \"VI\",\n                    \"BrandDescription\": \"Visa\",\n                    \"CardNumber\": \"498401XXXXXX5900\",\n                    \"Holder\": \"ATENDIMENTO\",\n                    \"ExpirationDate\": \"12/2022\",\n                    \"Installments\": 1,\n                    \"FirstInstallmentAmount\": 20.33,\n                    \"OtherInstallmentsAmount\": 0,\n                    \"InterestAmount\": 0,\n                    \"SoftDescriptor\": \"\",\n                    \"AuthorizationCode\": \"266532\",\n                    \"ProofOfSale\": \"286424\",\n                    \"PaymentAccountReference\": \"1042866225200HQPJ1TE\",\n                    \"POS\": {\n                        \"Id\": 92,\n                        \"Name\": \"Taxa de Serviço\",\n                        \"MerchantId\": \"91B1371B-0506-E411-9405-000AF0010B11\",\n                        \"BackofficeDetail\": {\n                            \"Code\": \"\",\n                            \"CostumerCode\": null,\n                            \"WoofficeCode\": \"0\"\n                        }\n                    }\n                },\n                \"BankAccount\": null,\n                \"Checks\": null,\n                \"BankSlips\": null,\n                \"Provider\": {\n                    \"Id\": 0,\n                    \"Code\": \"14\",\n                    \"Name\": \"PagV2\",\n                    \"Context\": null\n                },\n                \"MerchantTransactionId\": \"TS000085916\",\n                \"ProviderTransactionId\": \"bda014bd-b288-43c7-9879-323d60000e\",\n                \"VirtualCard\": null,\n                \"ConsolidatorCard\": null,\n                \"Links\": [\n                    {\n                        \"LinkType\": 3,\n                        \"LinkTypeDescription\": \"Related\",\n                        \"TransactionType\": 11,\n                        \"TransactionTypeDescription\": \"ServiceTax\",\n                        \"Id\": 490851,\n                        \"UniqueId\": \"TS-624A17D3-0387-4FA0-B59B-8050C400112B\",\n                        \"Locator\": \"0001487859\",\n                        \"Ticket\": null,\n                        \"LastUpdate\": \"2022-07-18T16:54:03.003\",\n                        \"TransactionState\": 4,\n                        \"TransactionStateDescription\": \"Issued\"\n                    }\n                ],\n                \"Register\": null,\n                \"Contractor\": null\n            }\n        ],\n        \"Links\": [\n            {\n                \"LinkType\": 3,\n                \"LinkTypeDescription\": \"Related\",\n                \"TransactionType\": 100,\n                \"TransactionTypeDescription\": \"AirTicket\",\n                \"Id\": 6489027,\n                \"UniqueId\": \"TKT-3DEAEE0E-14A4-454B-B7A1-C2FD4591E944\",\n                \"Locator\": \"3FKMU6\",\n                \"Ticket\": \"0475049038189\",\n                \"LastUpdate\": \"2022-07-18T16:49:16.967\",\n                \"TransactionState\": 4,\n                \"TransactionStateDescription\": \"Issued\"\n            }\n        ],\n        \"CorporateFields\": null,\n        \"CommercialDetail\": null,\n        \"ProductDetail\": {\n            \"SalesChannel\": 1,\n            \"SalesChannelDescription\": \"FrontOffice\",\n            \"InsertType\": 1,\n            \"InsertTypeDescription\": \"Online\",\n            \"InsertDate\": \"2022-07-18T16:49:18.133\",\n            \"AirReservationDetail\": null,\n            \"AirTicketDetail\": null,\n            \"HotelReservationDetail\": null,\n            \"CarReservationDetail\": null,\n            \"BusReservationDetail\": null,\n            \"InsuranceReservationDetail\": null,\n            \"ServiceReservationDetail\": null,\n            \"CruiseReservationDetail\": null,\n            \"ServiceTaxDetail\": {\n                \"MonetaryDetail\": [\n                    {\n                        \"MonetaryDetailType\": 2,\n                        \"MonetaryDetailTypeDescription\": \"Sale\",\n                        \"MonetaryInfo\": [\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 10.33,\n                                \"ExchangeRate\": 0,\n                                \"MonetaryInfoType\": 5,\n                                \"MonetaryInfoTypeDescription\": \"Rav\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 10,\n                                \"ExchangeRate\": 0,\n                                \"MonetaryInfoType\": 6,\n                                \"MonetaryInfoTypeDescription\": \"Fee\"\n                            },\n                            {\n                                \"CurrencyCode\": \"BRL\",\n                                \"Amount\": 20.33,\n                                \"ExchangeRate\": 0,\n                                \"MonetaryInfoType\": 15,\n                                \"MonetaryInfoTypeDescription\": \"Total\"\n                            }\n                        ]\n                    }\n                ],\n                \"Passengers\": [\n                    {\n                        \"TypeCode\": \"ADT\",\n                        \"Quantity\": 1,\n                        \"MonetaryDetail\": [\n                            {\n                                \"MonetaryDetailType\": 2,\n                                \"MonetaryDetailTypeDescription\": \"Sale\",\n                                \"MonetaryInfo\": [\n                                    {\n                                        \"CurrencyCode\": \"BRL\",\n                                        \"Amount\": 10.33,\n                                        \"ExchangeRate\": 0,\n                                        \"MonetaryInfoType\": 5,\n                                        \"MonetaryInfoTypeDescription\": \"Rav\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"BRL\",\n                                        \"Amount\": 10,\n                                        \"ExchangeRate\": 0,\n                                        \"MonetaryInfoType\": 6,\n                                        \"MonetaryInfoTypeDescription\": \"Fee\"\n                                    },\n                                    {\n                                        \"CurrencyCode\": \"BRL\",\n                                        \"Amount\": 20.33,\n                                        \"ExchangeRate\": 0,\n                                        \"MonetaryInfoType\": 15,\n                                        \"MonetaryInfoTypeDescription\": \"Total\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"BasketDetail\": null,\n            \"Provider\": null\n        },\n        \"BackofficeDetail\": null\n    },\n    \"Errors\": [],\n    \"Success\": true,\n    \"RequestDate\": \"2022-07-18T16:59:03.2895156-03:00\"\n}"}],"_postman_id":"c31d0568-e6f8-4c18-b20b-61d94649c51a"},{"name":"List","id":"4cda4f8b-ffbe-4c60-a009-726bf61756e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DateFrom\": \"2022-01-08T19:41:15.750Z\", // Start date\r\n  \"DateTo\": \"2022-08-08T19:41:15.750Z\", //  End date\r\n  \"TransactionTypes\": [ \"\" ],  //\r\n    // Undefined = 0 | AirReservation = 1 | AirTicket = 100 | Hotel = 2 | Car = 3 | Insurance = 4\r\n    // Services = 5 | Bus = 6 | Cruise = 7 | File = 8 | OTA = 9 | ServiceTax = 11 | Basket = 12\r\n    // Corporate = 13 | Emd=1000\r\n  \"TransactionStates\": [ \"\" ], // | Optional |\r\n  // Undefined = 0 | New = 1 Reserved = 2 | Issuing = 3 | Issued = 4 | Canceled = 5 | OnRequest = 6]\r\n  // PreSale = 7 | TechicalError = 8 | Rejected = 9 | Quote = 10 | Pending = 11\r\n  \"FilterLinkType\": \"Any\", // | Optional | \r\n  // Any = 0 | OnlyWithParent = 1 | OnlyWithoutParent = 2\r\n  \"FilterImportState\": \"Any\", // | Optional | \r\n   // Any = 0 | OnlyNotImported = 1 | OnlyImported= 2\r\n  \"Locator\": \"\",\r\n  \"Ticket\": \"\",\r\n  \"AccessCredentials\": { // | Mandatory |  Access credentials.\r\n    \"Company\": { // | Mandatory |  Company credential.\r\n        \"Identifier\": \"{{identifier}}\", /// |Mandatory| Unique identifier.\r\n        \"Password\": \"{{password}}\" /// |Mandatory| Password.\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}list","description":"<p>REQUEST</p>\n","urlObject":{"host":["{{URL}}list"],"query":[],"variable":[]}},"response":[{"id":"e1f66af8-e6ed-458e-8759-076273bcb426","name":"List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DateFrom\": \"2022-01-08T19:41:15.750Z\",\r\n  \"DateTo\": \"2022-08-08T19:41:15.750Z\",\r\n  \"TransactionTypes\": [ \"\" ],\r\n  \"TransactionStates\": [ \"\" ],\r\n  \"FilterLinkType\": \"Any\",\r\n  \"FilterImportState\": \"Any\",\r\n  \"Locator\": \"\",\r\n  \"Ticket\": \"\",\r\n  \"AccessCredentials\": { \r\n    \"Company\": {\r\n      \"Identifier\": \"{{identifier}}\",\r\n      \"Password\": \"{{password}}\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RDpcV09PQkFfVEZTXFRyYXZlbGxpbmtcU291cmNlXERldmVsb3BtZW50XFRSVldlYnNlcnZpY2VzXFRyYXZlbGxpbmtXZWJBcGlcVHJhdmVsbGlua1dlYkFwaVxhcGlcdjFcc2FsZXNcbGlzdA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 15 Jul 2022 15:17:00 GMT"},{"key":"Content-Length","value":"2124938"}],"cookie":[],"responseTime":null,"body":"{\n    \"Request\": {\n        \"DateFrom\": \"2022-01-08T19:41:15.75Z\",\n        \"DateTo\": \"2022-08-08T19:41:15.75Z\",\n        \"TransactionTypes\": [],\n        \"TransactionStates\": [],\n        \"FilterLinkType\": 0,\n        \"FilterImportState\": 0,\n        \"Locator\": \"\",\n        \"Ticket\": \"\",\n        \"AccessCredentials\": null\n    },\n    \"Transactions\": [\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14467,\n            \"UniqueId\": \"AIR-64E28584-3D4B-458F-B629-19EA16E7975D\",\n            \"Locator\": \"4UQWSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T08:49:55.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14468,\n            \"UniqueId\": \"AIR-57829C3B-7ECE-4061-937B-0E1E4797C66B\",\n            \"Locator\": \"4UZZYU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T09:17:23.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14469,\n            \"UniqueId\": \"AIR-D92CC1F4-2E7A-49EF-8CE4-2DBB79FD4035\",\n            \"Locator\": \"4VAYD9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T09:41:34.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14470,\n            \"UniqueId\": \"AIR-D4C58CFE-930D-47FD-90C2-A18195970494\",\n            \"Locator\": \"RGQHGJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T10:09:59.49\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14471,\n            \"UniqueId\": \"AIR-591530EA-E712-4288-B98C-44053A797869\",\n            \"Locator\": \"RGJXVX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T10:22:24.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14473,\n            \"UniqueId\": \"AIR-D70B465D-F2BB-4215-BE72-1D6AE5092A87\",\n            \"Locator\": \"RGZZWK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T10:57:04.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14472,\n            \"UniqueId\": \"AIR-7671542F-03E9-4689-A2B5-FAE6E80D9E89\",\n            \"Locator\": \"RGNZFR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T11:00:02.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14474,\n            \"UniqueId\": \"AIR-F1348718-7473-4B9C-B599-015958DCADD6\",\n            \"Locator\": \"4WK5PF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T11:07:12.283\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14475,\n            \"UniqueId\": \"AIR-C1420195-0F39-48DD-BA08-2199F477E4AC\",\n            \"Locator\": \"4WOJHH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T11:18:29.637\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14462,\n            \"UniqueId\": \"AIR-6D30B3C5-F38F-4763-A644-D71E3A9AACB0\",\n            \"Locator\": \"MVKUXW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T11:33:51.61\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14476,\n            \"UniqueId\": \"AIR-B0F39402-904B-453A-91C1-4F3E1575D1BB\",\n            \"Locator\": \"RHSELQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T11:44:41.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14477,\n            \"UniqueId\": \"AIR-AF59153D-ABD9-4584-A123-EA753BAA649A\",\n            \"Locator\": \"RGKFGS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T12:02:43.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14478,\n            \"UniqueId\": \"AIR-54078B37-6743-493F-9362-5D7BD40DBA07\",\n            \"Locator\": \"VEBUMG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T12:05:18.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14479,\n            \"UniqueId\": \"AIR-EAEC94C4-98BA-4C5D-A574-83BBF38D4BB6\",\n            \"Locator\": \"GNPOAG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T12:07:53.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14480,\n            \"UniqueId\": \"AIR-FA52600E-9840-493B-A21E-032774F91774\",\n            \"Locator\": \"4YHG4A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T13:22:28.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14481,\n            \"UniqueId\": \"AIR-B7893BC7-764C-4F22-845F-EDC61B578106\",\n            \"Locator\": \"RHGOMA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T14:44:41.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14482,\n            \"UniqueId\": \"AIR-49DC5B96-49F7-459D-A402-A4FFDE89B551\",\n            \"Locator\": \"RHLQNT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T14:52:47.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14483,\n            \"UniqueId\": \"AIR-8A833085-C964-42B0-8292-48D2BD4709DF\",\n            \"Locator\": \"222RC5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T15:05:09.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14484,\n            \"UniqueId\": \"AIR-95AB699D-D7EB-4FDE-AB48-C500389FC44E\",\n            \"Locator\": \"2222QP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T15:12:23.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14486,\n            \"UniqueId\": \"AIR-1CEC461A-7D0A-4246-B224-820A692B7CD5\",\n            \"Locator\": \"22AXC5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T15:24:00.467\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14485,\n            \"UniqueId\": \"AIR-32CB6E95-F9D5-4353-B00C-8154F0B648FC\",\n            \"Locator\": \"VFLPEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T15:25:25.643\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14487,\n            \"UniqueId\": \"AIR-A836A9DD-D6F7-42F6-8575-4BEAABBF78EA\",\n            \"Locator\": \"22CPZO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T15:32:50.337\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14488,\n            \"UniqueId\": \"AIR-C14193CD-605E-4F09-BDC4-2DDFC943E153\",\n            \"Locator\": \"RIBSRX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T15:35:48.643\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14489,\n            \"UniqueId\": \"AIR-9007BB60-7B54-425B-8AAC-A8226A0906CF\",\n            \"Locator\": \"22GUBJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T15:43:25.817\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14490,\n            \"UniqueId\": \"AIR-FA2CB66D-2507-45FF-BC71-92CFFE42EF72\",\n            \"Locator\": \"22IOYO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T15:44:01.577\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14491,\n            \"UniqueId\": \"AIR-667DA18C-515F-450E-8A9A-58D66EDA5881\",\n            \"Locator\": \"RIWVDY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T15:51:03.77\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14492,\n            \"UniqueId\": \"AIR-61EBA08D-AF40-4605-B1AC-0377FFDD7BCF\",\n            \"Locator\": \"VHBFJW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T16:02:08.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14493,\n            \"UniqueId\": \"AIR-227C70EF-056E-4B30-910B-076D064A44BA\",\n            \"Locator\": \"VHHFLD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T16:08:06.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14494,\n            \"UniqueId\": \"AIR-1FCD209A-2915-4CA4-A13C-A79BD6C55079\",\n            \"Locator\": \"RIBKTX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T16:16:51.75\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14495,\n            \"UniqueId\": \"AIR-65C9758B-2096-4E30-93ED-12A5D9AE3DEE\",\n            \"Locator\": \"RIFYFD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T16:19:12.02\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14496,\n            \"UniqueId\": \"AIR-3DA85293-5C67-4CE3-B726-A93744444254\",\n            \"Locator\": \"RLZVCX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T16:28:29.387\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14497,\n            \"UniqueId\": \"AIR-8A362306-9FBC-43FF-AB5C-355CEDCC35B3\",\n            \"Locator\": \"23BVXH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T16:37:45.7\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14389,\n            \"UniqueId\": \"AIR-315100CB-B1D7-4B1B-9439-36A9C2860EB9\",\n            \"Locator\": \"LIPEVA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T16:40:52.893\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14498,\n            \"UniqueId\": \"AIR-B9252153-A942-4540-9BEE-9E0E77FC64B4\",\n            \"Locator\": \"VLFBAB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T17:01:51.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14499,\n            \"UniqueId\": \"AIR-5C8879B9-2DCE-4D77-893B-77A9142BB599\",\n            \"Locator\": \"RJJCMY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T17:06:37.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14500,\n            \"UniqueId\": \"AIR-D59D4257-649D-4D67-AC0D-AA3F86B4A3EB\",\n            \"Locator\": \"VLHZSP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T17:19:51.517\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14501,\n            \"UniqueId\": \"AIR-3D8F4B1C-B3F8-484B-892E-9D3F5088D213\",\n            \"Locator\": \"ROSLAX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T17:22:38.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14502,\n            \"UniqueId\": \"AIR-2B858391-656C-41E0-912A-1F53F0DF8A7F\",\n            \"Locator\": \"RJKYAI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T17:22:53.71\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14503,\n            \"UniqueId\": \"AIR-00866D6E-2A37-4B42-B982-1540E6765E39\",\n            \"Locator\": \"ROUQYI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T17:27:20.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14504,\n            \"UniqueId\": \"AIR-93D748E3-4631-40CB-8328-AD7A8A9A7BAE\",\n            \"Locator\": \"VLJSGP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T17:28:14.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14505,\n            \"UniqueId\": \"AIR-567341BA-22D3-4904-95CD-B6443ED179A3\",\n            \"Locator\": \"VLLPAU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T17:35:05\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14506,\n            \"UniqueId\": \"AIR-596EDDFB-3AC9-4569-8584-964A7BCBD741\",\n            \"Locator\": \"279FDC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T21:31:12.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14507,\n            \"UniqueId\": \"AIR-0E2BDCDF-C725-4492-8F62-53BBA6D93992\",\n            \"Locator\": \"28APYW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T22:47:10.823\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14508,\n            \"UniqueId\": \"AIR-7D7F9843-283D-4AE7-8272-9D74A7C12678\",\n            \"Locator\": \"VODJIQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T22:53:55.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14509,\n            \"UniqueId\": \"AIR-F055A9C8-36C2-45D8-A91D-C87F55202CF9\",\n            \"Locator\": \"SRMLEV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T23:43:54.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14510,\n            \"UniqueId\": \"AIR-105CE996-7289-43A9-9A02-5F6390E7E840\",\n            \"Locator\": \"ERROR_AIR-E857A31E1C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T14:10:59.357\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14511,\n            \"UniqueId\": \"AIR-975DA91B-7974-4364-BDF6-A4AF3B846FF4\",\n            \"Locator\": \"HVIKEZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T14:12:49.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14512,\n            \"UniqueId\": \"AIR-EBC2A881-6C94-4525-938C-013C5D250E8C\",\n            \"Locator\": \"SBZYMY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T14:21:57.63\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14513,\n            \"UniqueId\": \"AIR-F4F82FDF-7317-4EA4-A278-8B05434C522E\",\n            \"Locator\": \"WZNJWA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T14:33:19.253\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14514,\n            \"UniqueId\": \"AIR-F7DED73B-B4E3-4A4E-9B84-9BE1A5EB9C8D\",\n            \"Locator\": \"2MGMLL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T15:04:06.41\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14515,\n            \"UniqueId\": \"AIR-D872FB2F-6B31-43C0-934B-218609EA5684\",\n            \"Locator\": \"2MLV5O\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T15:10:38.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14516,\n            \"UniqueId\": \"AIR-0A37A040-EFE8-4EED-83B6-2E8D7E77D5B8\",\n            \"Locator\": \"SCVEGV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T15:17:26.417\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14517,\n            \"UniqueId\": \"AIR-5989A733-5DFD-460F-B7B2-0B2C99BC8EE5\",\n            \"Locator\": \"2MZCMV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T15:36:20.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14519,\n            \"UniqueId\": \"AIR-639715C1-1BD7-4B3F-81F1-1C7DF12F3C20\",\n            \"Locator\": \"2N3KE2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T15:44:32.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14520,\n            \"UniqueId\": \"AIR-9B4215A9-BEBF-414A-A1D9-BE91E05C6910\",\n            \"Locator\": \"WDRWAM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T16:29:11.337\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14521,\n            \"UniqueId\": \"AIR-DE18EA6D-0A8F-4364-9B12-85CD1743E0DF\",\n            \"Locator\": \"2NNUYS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T16:33:02.047\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14522,\n            \"UniqueId\": \"AIR-BE549DDD-6BEF-4A0D-B202-1B3B17FBFBC2\",\n            \"Locator\": \"2NSJ3T\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T16:34:08.823\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14523,\n            \"UniqueId\": \"AIR-C0315122-7CA7-4D99-BF20-1C383E9203CB\",\n            \"Locator\": \"SEHZUH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T16:37:11.463\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14524,\n            \"UniqueId\": \"AIR-F29B0176-3531-4CCE-9249-FDA439BC00FD\",\n            \"Locator\": \"SEHNBY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T16:38:44.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14525,\n            \"UniqueId\": \"AIR-321D6013-703F-43EC-AA9C-2006F4AA67EE\",\n            \"Locator\": \"SEKJCC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T17:01:02.93\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14526,\n            \"UniqueId\": \"AIR-63653CC2-8202-46AB-A94A-69B5CC06BC12\",\n            \"Locator\": \"2OZBBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T18:00:20.54\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14527,\n            \"UniqueId\": \"AIR-4E3B6E12-442B-4B8F-962C-B5C428C6A807\",\n            \"Locator\": \"ERROR_AIR-25EEAA86D7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T18:11:20.92\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14528,\n            \"UniqueId\": \"AIR-77C16E0D-3146-4BBF-85C1-E78DA18682F9\",\n            \"Locator\": \"2PO7PK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T18:47:54.193\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14529,\n            \"UniqueId\": \"AIR-2446D667-3DE8-4030-9B8B-7893F8AC0CFB\",\n            \"Locator\": \"TRCGXB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-11T21:56:09.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14530,\n            \"UniqueId\": \"AIR-B8EF84FD-6834-450F-B4A6-9A9450A6B54D\",\n            \"Locator\": \"34JFOF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T10:08:11.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14531,\n            \"UniqueId\": \"AIR-55D4BDFE-438E-4E64-B256-B2FC12CC1A29\",\n            \"Locator\": \"34MRUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T10:13:07.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14532,\n            \"UniqueId\": \"AIR-7ABAD1A2-82E3-4017-9820-92D07DC1B07F\",\n            \"Locator\": \"ERROR_AIR-1FF5B3213E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T10:15:35.11\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14533,\n            \"UniqueId\": \"AIR-104F063C-9BA9-4475-BBB2-1502512AA031\",\n            \"Locator\": \"ERROR_AIR-5BF2909740\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T10:17:23.08\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14534,\n            \"UniqueId\": \"AIR-486DC501-7250-45A7-AAE2-51659D9772F6\",\n            \"Locator\": \"34WW4T\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T10:40:07.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14535,\n            \"UniqueId\": \"AIR-1BD35563-6E61-4BC4-8E12-042A07790501\",\n            \"Locator\": \"358H8G\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T11:00:16.543\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14536,\n            \"UniqueId\": \"AIR-8CCA7823-193F-4EF4-BCFB-70A13DD6A997\",\n            \"Locator\": \"THHYVF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T11:10:12.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14537,\n            \"UniqueId\": \"AIR-7329BCBE-590D-4FBC-884B-12AA3E9CE740\",\n            \"Locator\": \"TIXUDV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T12:23:15.173\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14538,\n            \"UniqueId\": \"AIR-869B0CEF-3446-4E3B-A9B8-52AD0DE0B30A\",\n            \"Locator\": \"SADGXN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T13:18:00.113\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14539,\n            \"UniqueId\": \"AIR-6C703339-478D-4FDD-9EE1-E926299259D3\",\n            \"Locator\": \"HEPAVB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T13:22:28.31\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14540,\n            \"UniqueId\": \"AIR-76C92DA0-8AAD-4AFA-9985-98ACCD94BA85\",\n            \"Locator\": \"XIGFMG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T14:55:42.083\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14541,\n            \"UniqueId\": \"AIR-5A80E3FB-9128-4D04-A19C-11B52105C7D4\",\n            \"Locator\": \"TJKRBR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T14:55:47.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14542,\n            \"UniqueId\": \"AIR-30C2AFEB-9112-4C05-AE5F-7F81875AD558\",\n            \"Locator\": \"USVAIR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T19:11:20.02\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14543,\n            \"UniqueId\": \"AIR-DED314F8-4D2A-407D-8036-B418BCFB7AA3\",\n            \"Locator\": \"SDLUKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T19:15:22.033\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14544,\n            \"UniqueId\": \"AIR-125AEE7B-FB1B-42AB-A8D5-0D1F6E9D2721\",\n            \"Locator\": \"3CF3YQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T19:19:48.207\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14545,\n            \"UniqueId\": \"AIR-41485EDD-C1A8-4BE9-9464-55DBCD3651A4\",\n            \"Locator\": \"USYZMF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T19:23:38.377\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14546,\n            \"UniqueId\": \"AIR-AA2ADE7C-92DF-4846-8756-9A0B472E31A9\",\n            \"Locator\": \"3CLZGQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-12T19:26:39.61\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14547,\n            \"UniqueId\": \"AIR-9E12E2E6-E87A-4BA3-AE45-FAB09685F210\",\n            \"Locator\": \"3OS2A3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T09:50:37.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14548,\n            \"UniqueId\": \"AIR-83560FFD-A997-4D4C-BB98-C97048FEC383\",\n            \"Locator\": \"3PDG5C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T10:33:40.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14549,\n            \"UniqueId\": \"AIR-42DEBAC1-DD9C-46FE-B31F-02EE21F535AB\",\n            \"Locator\": \"YLRUBV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T11:03:34.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14550,\n            \"UniqueId\": \"AIR-48578960-9656-4010-B2AE-47E2E0652805\",\n            \"Locator\": \"ULPVNS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T11:03:40.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14551,\n            \"UniqueId\": \"AIR-6769D75A-7820-436A-9C86-5D351C02DE52\",\n            \"Locator\": \"SKEMZZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T11:05:58.983\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14552,\n            \"UniqueId\": \"AIR-037F1019-4272-4243-BA82-1A7E57A02D00\",\n            \"Locator\": \"UMQBDD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T11:09:55.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14553,\n            \"UniqueId\": \"AIR-52ACE882-3A0A-42F1-8223-D3A5185FC25C\",\n            \"Locator\": \"ZWWLZU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T17:36:58.71\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14554,\n            \"UniqueId\": \"AIR-759CC684-5CB0-44D4-8C40-77C3BF921C18\",\n            \"Locator\": \"SOEMOF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T18:13:50.877\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14555,\n            \"UniqueId\": \"AIR-5F2BAD5F-C79F-4F26-AB1E-ED3E37CD8196\",\n            \"Locator\": \"SOGVIA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T18:40:20.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14556,\n            \"UniqueId\": \"AIR-55EF1A05-9559-4255-B114-9FD6900A7E3E\",\n            \"Locator\": \"WSXOIC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T09:13:16.823\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14561,\n            \"UniqueId\": \"AIR-0920875B-BDC5-40C6-95E9-7F681168215F\",\n            \"Locator\": \"ASCZIE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T10:39:46.153\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14563,\n            \"UniqueId\": \"AIR-91C09A73-79D0-4873-A9AD-7EE87EE052E2\",\n            \"Locator\": \"ASPDKA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T11:07:25.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14564,\n            \"UniqueId\": \"AIR-2C89377F-A056-4395-8E36-C85E5A4E4338\",\n            \"Locator\": \"4D5JDS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T11:30:43.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14565,\n            \"UniqueId\": \"AIR-2AF86700-84AC-4EF0-880F-F6BC0428C2D7\",\n            \"Locator\": \"TWFROC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T11:39:49.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14562,\n            \"UniqueId\": \"AIR-A3D4FAA4-0B82-4C7D-9AEA-CE417CA5C150\",\n            \"Locator\": \"WTVVFB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T11:59:37.11\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14560,\n            \"UniqueId\": \"AIR-5D85E755-3DA5-4590-B8AE-CAF73FC076EB\",\n            \"Locator\": \"4C7TJ3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T12:06:06.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14557,\n            \"UniqueId\": \"AIR-7BD0FFA6-B4DA-43E8-8B19-F643ADD0D7FD\",\n            \"Locator\": \"ASTHJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T12:16:27.157\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14558,\n            \"UniqueId\": \"AIR-B4583DE5-4E50-4ED6-B2C6-DA71307DE59A\",\n            \"Locator\": \"WSKQXV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T12:16:29.89\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14559,\n            \"UniqueId\": \"AIR-8D990C41-CA48-4AD1-ADD1-CD576207EE7D\",\n            \"Locator\": \"4C8993\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T12:36:07.347\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14566,\n            \"UniqueId\": \"AIR-20B92F75-1E33-4428-96FE-443D9204E04B\",\n            \"Locator\": \"AWZWFI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T14:12:57.283\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14567,\n            \"UniqueId\": \"AIR-F453CF89-3A1C-4A1A-A833-1DBB0262E07F\",\n            \"Locator\": \"4G2VW9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T14:54:27.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14568,\n            \"UniqueId\": \"AIR-B286EA5D-9A78-4A3E-B512-7C64752B53F4\",\n            \"Locator\": \"AXRYOJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T15:03:13.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14569,\n            \"UniqueId\": \"AIR-0A53965B-7598-406E-8CF5-557557FFA769\",\n            \"Locator\": \"4HBUJX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T16:21:36.85\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14571,\n            \"UniqueId\": \"AIR-8C834791-460A-4568-B1F8-F3DEA217A2C0\",\n            \"Locator\": \"WDTBSU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T17:11:38.863\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14570,\n            \"UniqueId\": \"AIR-FF98D3D7-B2FF-4305-B277-66C9ED80142D\",\n            \"Locator\": \"4HTTDZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T17:31:53.547\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14572,\n            \"UniqueId\": \"AIR-241966FA-AB62-4B01-B6FD-991A4E796008\",\n            \"Locator\": \"4IV5VD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T18:35:36.44\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14573,\n            \"UniqueId\": \"AIR-F87AB655-9687-4E92-B293-A72B2F4852D7\",\n            \"Locator\": \"4JFWV3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T19:24:17.39\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14574,\n            \"UniqueId\": \"AIR-18FB6023-7C16-4E58-8196-451F76B95C1B\",\n            \"Locator\": \"2YTPMC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T10:00:46.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14575,\n            \"UniqueId\": \"AIR-E38EC217-8373-40E1-8651-29C664CDECD2\",\n            \"Locator\": \"2YX2DN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T10:33:41.953\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14576,\n            \"UniqueId\": \"AIR-38A2B90B-EDAA-470A-A712-A2EA6F332D74\",\n            \"Locator\": \"USGIBF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T10:37:36.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14577,\n            \"UniqueId\": \"AIR-D33E19A7-3BA5-45BE-8338-61F9C031FB91\",\n            \"Locator\": \"CXRJIT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T10:45:30.313\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14579,\n            \"UniqueId\": \"AIR-9DB68CB3-67B6-4A4A-9C4B-1F3C1DBCA00D\",\n            \"Locator\": \"32BZUE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T11:50:52.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14580,\n            \"UniqueId\": \"AIR-C4F334BD-5FFC-470B-B9E2-CF563E4ACE44\",\n            \"Locator\": \"CXJSVP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T12:20:59.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14581,\n            \"UniqueId\": \"AIR-2457C1CA-8906-454A-8A1B-5C35BFCB316C\",\n            \"Locator\": \"JSUFFA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T12:26:38.033\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14582,\n            \"UniqueId\": \"AIR-863619F1-9416-4502-B5A6-1F69F1183BB9\",\n            \"Locator\": \"CYZCKU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T13:34:30.333\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14583,\n            \"UniqueId\": \"AIR-56BAF7F6-2A8C-4C29-A525-F4CB64389E6F\",\n            \"Locator\": \"CYDVRM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T13:52:26.487\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14584,\n            \"UniqueId\": \"AIR-C631168B-3EB8-440D-845E-84D394FB11E5\",\n            \"Locator\": \"YXPWVZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T14:48:11.37\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14585,\n            \"UniqueId\": \"AIR-DD0D93F7-3823-4844-83ED-E64D4E3AC217\",\n            \"Locator\": \"34VWVX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T14:49:59.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14586,\n            \"UniqueId\": \"AIR-60FF714C-46F8-4BFE-BCFB-F9293084AAE1\",\n            \"Locator\": \"35H72Y\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T15:36:51.837\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14587,\n            \"UniqueId\": \"AIR-42DFDB06-31D5-4E14-A6A0-C0B4D3FB76E5\",\n            \"Locator\": \"UUQWSK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T15:50:40.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14588,\n            \"UniqueId\": \"AIR-16BAC6AB-214D-4CF8-934F-47A8D71CA04C\",\n            \"Locator\": \"YBWTHG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T16:23:38.823\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14589,\n            \"UniqueId\": \"AIR-2225E429-A87F-4728-A8AC-D30A5B276516\",\n            \"Locator\": \"CHXTMD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T18:32:13.023\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14590,\n            \"UniqueId\": \"AIR-466E5C79-1744-4048-8D91-C2E9CA08F701\",\n            \"Locator\": \"ERROR_AIR-09C7F916B5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T18:33:00.587\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14591,\n            \"UniqueId\": \"AIR-9344FC0F-9846-4CC6-BF3D-FDAA4D86280C\",\n            \"Locator\": \"ERROR_AIR-7A1A3C9E7D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T18:38:01.073\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14592,\n            \"UniqueId\": \"AIR-DAAC1621-E181-4567-993E-A60964A20FB4\",\n            \"Locator\": \"ERROR_AIR-A855C3D9DB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T18:43:00.877\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14593,\n            \"UniqueId\": \"AIR-783071A3-90D4-448E-9739-3D9548D7E695\",\n            \"Locator\": \"ZENWQI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T10:27:18.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14595,\n            \"UniqueId\": \"AIR-D8135E6B-3FFB-4183-AEB6-7CDF523D544F\",\n            \"Locator\": \"3LXYLL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T10:42:02.847\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14594,\n            \"UniqueId\": \"AIR-353BD106-B015-4A6B-AB58-B72DA49D66E2\",\n            \"Locator\": \"JBUHWI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T10:43:03.303\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14596,\n            \"UniqueId\": \"AIR-B8DECD54-2EB8-49BB-A373-A435C2E14048\",\n            \"Locator\": \"ZFXXBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T10:54:43.933\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14597,\n            \"UniqueId\": \"AIR-2766C1D0-6E05-4402-8CD1-CA7573DB3542\",\n            \"Locator\": \"DIBFJJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T11:13:01.123\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14598,\n            \"UniqueId\": \"AIR-100A7572-FCD3-4D56-8DE9-7E84609BE5FA\",\n            \"Locator\": \"DIIKBZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T11:27:55.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14599,\n            \"UniqueId\": \"AIR-1013C257-BCD3-4E83-998F-AAB26C1C0428\",\n            \"Locator\": \"3N2R6Y\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T11:45:51.3\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14600,\n            \"UniqueId\": \"AIR-8A76A9C7-7B74-4CA1-BA6D-9FB3747C56F3\",\n            \"Locator\": \"UDKHVH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T12:12:09.263\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14601,\n            \"UniqueId\": \"AIR-A2CFA06E-8FAE-4184-99E5-69C64C81202A\",\n            \"Locator\": \"ZGKNCG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T12:21:36.723\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14602,\n            \"UniqueId\": \"AIR-4F2A735B-19A9-4BE7-8165-CB9331435BC6\",\n            \"Locator\": \"3NMLK9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T12:26:53.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14603,\n            \"UniqueId\": \"AIR-E2B1A3AC-A604-4887-A0CE-6FE126DF10F4\",\n            \"Locator\": \"JBMQTF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T13:04:43.937\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14605,\n            \"UniqueId\": \"AIR-1F7A3768-34B5-40C4-A231-9FDC4CA8EFE4\",\n            \"Locator\": \"ZIRUYB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T13:42:47.673\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14606,\n            \"UniqueId\": \"AIR-469ABD62-C056-4FE5-B275-CCD3EFCF0C6B\",\n            \"Locator\": \"ERROR_AIR-728B3D8EC2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T13:56:32.177\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14607,\n            \"UniqueId\": \"AIR-C02480DB-B535-493E-B129-81D4CDBA852D\",\n            \"Locator\": \"DLZFIY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T13:59:02.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14608,\n            \"UniqueId\": \"AIR-FA87F518-C964-454A-9E20-863A54E7E06C\",\n            \"Locator\": \"DLBYVX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:06:50.917\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14604,\n            \"UniqueId\": \"AIR-265E26B3-35C0-4DC3-B3A1-2B742219FB64\",\n            \"Locator\": \"3OJLDD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:07:24.337\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14609,\n            \"UniqueId\": \"AIR-86457E72-6357-4659-B423-E6EE7F7A2183\",\n            \"Locator\": \"DLBOES\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:10:04.483\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14610,\n            \"UniqueId\": \"AIR-0B998E7C-4BA3-4705-8122-19EC8D4C9C55\",\n            \"Locator\": \"DLDAKZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:15:56.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14611,\n            \"UniqueId\": \"AIR-26CA48DA-1517-45F7-809C-0A07259C9FDD\",\n            \"Locator\": \"ZIASNU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:17:55.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14612,\n            \"UniqueId\": \"AIR-E4C1CA3E-181E-486D-A869-5D0DFFE232D6\",\n            \"Locator\": \"ZIAYKK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:21:23.927\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14613,\n            \"UniqueId\": \"AIR-72393402-3CF0-467B-80EA-D85DC824F5D6\",\n            \"Locator\": \"3PB2IK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:22:35.787\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14614,\n            \"UniqueId\": \"AIR-BBD777DA-5336-4828-8F24-725FDB589844\",\n            \"Locator\": \"ZIBHVE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:25:51.52\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14615,\n            \"UniqueId\": \"AIR-3CC70FBA-F84B-4652-B8BE-EF4538A208E9\",\n            \"Locator\": \"DLGLBT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:31:22.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14616,\n            \"UniqueId\": \"AIR-D250AE5A-7B41-4179-852E-885DF15C680D\",\n            \"Locator\": \"DLHYPF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:34:50.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14617,\n            \"UniqueId\": \"AIR-F126D491-149E-4390-864D-F1B9228AE6E3\",\n            \"Locator\": \"3PJ3ML\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:37:22.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14618,\n            \"UniqueId\": \"AIR-DB6FDDD4-D3CF-48BB-B46F-56705472AEC2\",\n            \"Locator\": \"UEZZWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:40:28.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14619,\n            \"UniqueId\": \"AIR-A21180BB-697D-42D7-9464-8EA7CC99DCDB\",\n            \"Locator\": \"ZIMEUN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T14:53:46.117\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14620,\n            \"UniqueId\": \"AIR-DDF426D0-1C5A-4FD1-9D84-995D6BBC20C5\",\n            \"Locator\": \"3PXH68\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:01:23.803\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14621,\n            \"UniqueId\": \"AIR-43D04533-E0B3-44E1-B3AE-EAC72552AB00\",\n            \"Locator\": \"DMWYYI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:01:32.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14622,\n            \"UniqueId\": \"AIR-019DE5BE-14FB-4AA8-B61D-CA869463BD96\",\n            \"Locator\": \"DMXQRI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:02:09.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14623,\n            \"UniqueId\": \"AIR-97D4683C-A190-428E-82D0-5A757B72D3D0\",\n            \"Locator\": \"JCVUWO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:07:47.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14624,\n            \"UniqueId\": \"AIR-A2B820A0-AF6D-456F-91E4-B6662A178FA0\",\n            \"Locator\": \"3Q6XTT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:19:42.013\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14625,\n            \"UniqueId\": \"AIR-D212715C-83FF-4D0E-886D-6F09C9FB43BE\",\n            \"Locator\": \"JCVMYO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:20:48.02\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14626,\n            \"UniqueId\": \"AIR-9DBDF7E1-04D7-4991-8214-B28944C2D565\",\n            \"Locator\": \"3Q9H4M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:25:43.22\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14627,\n            \"UniqueId\": \"AIR-F8392AF3-9D6A-4D93-86E0-230EEED82109\",\n            \"Locator\": \"JCWJGD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:26:50.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14628,\n            \"UniqueId\": \"AIR-8E4D252B-3066-44CF-B400-D70F82E1021F\",\n            \"Locator\": \"DNZBTB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:55:46.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14629,\n            \"UniqueId\": \"AIR-6C015AFE-0CB1-4806-A9B7-20E55862F02D\",\n            \"Locator\": \"ZKBOSP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:59:31.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14630,\n            \"UniqueId\": \"AIR-0AE7B928-EA58-4821-8311-DA187C938707\",\n            \"Locator\": \"3QTUZG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:09:16.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14631,\n            \"UniqueId\": \"AIR-0A6804C5-D692-4C24-9F37-587181951DFD\",\n            \"Locator\": \"DOMZKB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:22:10.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14632,\n            \"UniqueId\": \"AIR-F49B5616-7128-49F5-AE51-3B96C927A98F\",\n            \"Locator\": \"ZLLXWG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:22:14.043\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14633,\n            \"UniqueId\": \"AIR-3DE9BFF8-280E-45A3-8F9F-DA8A0E6228E7\",\n            \"Locator\": \"3S3ZYU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T17:29:27.05\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14634,\n            \"UniqueId\": \"AIR-0C46A0D7-61AB-4489-A11C-3B1AD3786853\",\n            \"Locator\": \"AOZEKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T08:48:27.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14635,\n            \"UniqueId\": \"AIR-3DCB8994-2B43-4826-B266-F00DC0B9904A\",\n            \"Locator\": \"FSVSUD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T08:53:20.217\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14636,\n            \"UniqueId\": \"AIR-45635A13-5234-4EB1-87F6-E441FFEFEE55\",\n            \"Locator\": \"JKJXCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T09:32:46.273\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14637,\n            \"UniqueId\": \"AIR-73A1ED5E-85C4-4394-B6F0-F18ED6B08008\",\n            \"Locator\": \"AOKRZR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T09:32:52.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14639,\n            \"UniqueId\": \"AIR-C671D7B4-A8B2-4C2D-BB5B-A00EEC8E0FB3\",\n            \"Locator\": \"UOZHHJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T10:32:42.15\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14640,\n            \"UniqueId\": \"AIR-3E76FE45-A653-4BC2-ABD7-105B8666D747\",\n            \"Locator\": \"APCGNF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T10:35:49.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14641,\n            \"UniqueId\": \"AIR-33D1E1DE-C6F1-4A1A-93E0-DF44194C0F4C\",\n            \"Locator\": \"49DL22\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T11:02:26.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14642,\n            \"UniqueId\": \"AIR-EEFC453E-D13F-49FC-A63D-3CF80D9562AE\",\n            \"Locator\": \"UOLSNH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T12:23:50.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14578,\n            \"UniqueId\": \"AIR-523A7AC5-4B2D-44C1-A810-BC1C15F63161\",\n            \"Locator\": \"JRLFXC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T15:10:56.703\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14638,\n            \"UniqueId\": \"AIR-94345274-7AF3-4DF8-BA32-1368248C57C8\",\n            \"Locator\": \"FTSRRE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T15:11:49.49\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14643,\n            \"UniqueId\": \"AIR-1B26A6EF-94CD-4A0B-B8F6-FFFC535E7036\",\n            \"Locator\": \"4D5AYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T15:31:50.733\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14644,\n            \"UniqueId\": \"AIR-C440C750-C91A-40D9-8BD4-E24EEC2B3DEA\",\n            \"Locator\": \"FWWMGL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T15:37:05.64\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14645,\n            \"UniqueId\": \"AIR-5E2E2C57-A70B-4A12-A122-8E8E2AEEA775\",\n            \"Locator\": \"FWERYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T15:41:21.37\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14646,\n            \"UniqueId\": \"AIR-7CDA2D90-7CDA-4296-93B6-21D862D51252\",\n            \"Locator\": \"FWIIGK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T15:43:58.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14647,\n            \"UniqueId\": \"AIR-8C9836F6-E20B-4E6A-AC31-BB708D56D9F0\",\n            \"Locator\": \"BSODIU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T15:47:09.533\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14648,\n            \"UniqueId\": \"AIR-80723B1D-056E-4D1A-ADC4-F73136A31CCC\",\n            \"Locator\": \"BUDSJL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T16:10:05.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14649,\n            \"UniqueId\": \"AIR-179DC66C-D1BA-4556-A10F-E046980D007B\",\n            \"Locator\": \"4DZTHB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T16:20:20.37\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14650,\n            \"UniqueId\": \"AIR-B28AA2A4-BD58-4D6A-AD55-909A0390CF49\",\n            \"Locator\": \"4EB5SC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T16:48:47.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14651,\n            \"UniqueId\": \"AIR-20C6CFF9-A45B-4D05-B030-91BC46FBDE95\",\n            \"Locator\": \"FBXFBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T16:51:15.1\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14652,\n            \"UniqueId\": \"AIR-A2AE7976-BAF5-48CB-8455-B8B80A7CBE43\",\n            \"Locator\": \"FCTJTE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T17:48:49.303\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14653,\n            \"UniqueId\": \"AIR-3C67F096-0860-42B9-A7B0-EA68B8E462BE\",\n            \"Locator\": \"VRBLJZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T17:57:47.263\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14654,\n            \"UniqueId\": \"AIR-56CB8786-07EB-4E1D-83D3-453FC93B9C45\",\n            \"Locator\": \"VRBPEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T17:59:24.847\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14655,\n            \"UniqueId\": \"AIR-C86F8C12-5514-4F0E-AA36-C24E5CA61A13\",\n            \"Locator\": \"JNMMJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T18:01:16.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14656,\n            \"UniqueId\": \"AIR-BDA3C426-2746-4BB0-AFEA-1E5037D50F5A\",\n            \"Locator\": \"VRCCKW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T18:04:06.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14657,\n            \"UniqueId\": \"AIR-21021BCB-FD52-40DB-BF8D-56BFE11747B0\",\n            \"Locator\": \"4FNZWW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T18:17:22.63\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14658,\n            \"UniqueId\": \"AIR-D46E71F3-F263-4C55-8ADA-0B08917D80B7\",\n            \"Locator\": \"4GKRFF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T19:25:34.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14659,\n            \"UniqueId\": \"AIR-740F34E1-DE55-44F7-9A07-1CC1F12C2BD1\",\n            \"Locator\": \"PR_AIR-BB10F39FDF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T19:32:54.367\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14660,\n            \"UniqueId\": \"AIR-6D99E73B-EED4-4C96-B351-F5E077BE3D1D\",\n            \"Locator\": \"BYPCVE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T19:36:03.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14661,\n            \"UniqueId\": \"AIR-011960A6-5E67-4B4D-B15C-4E6E1B45C83C\",\n            \"Locator\": \"BZJPLG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T21:04:45.74\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14662,\n            \"UniqueId\": \"AIR-5B07BD87-6F3A-493C-ABEF-BFA1512C890D\",\n            \"Locator\": \"FJVRUL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T09:03:53.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14664,\n            \"UniqueId\": \"AIR-924BE907-A416-4706-A534-6B15B50AA9ED\",\n            \"Locator\": \"BFZGFF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T09:15:16.63\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14663,\n            \"UniqueId\": \"AIR-7E547C31-0B5C-4B61-A49B-96ECFD3DE423\",\n            \"Locator\": \"4S42ZQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T09:21:08.233\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14665,\n            \"UniqueId\": \"AIR-D67F3ACA-52E9-4C77-8B11-EC6659B3D346\",\n            \"Locator\": \"4SAFU7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T09:38:45.757\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14666,\n            \"UniqueId\": \"AIR-A0FE1A0D-9A07-4B07-9DE5-043C63BB4052\",\n            \"Locator\": \"BFOEVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T09:50:31.613\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14667,\n            \"UniqueId\": \"AIR-33810328-D6B4-4FA3-9A1A-3BA6DF1175CD\",\n            \"Locator\": \"FJPJHB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T09:57:24.327\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14668,\n            \"UniqueId\": \"AIR-62B7FA64-A988-46D9-9A9F-C07D472CCCF5\",\n            \"Locator\": \"4SXX8S\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T10:13:36.683\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14669,\n            \"UniqueId\": \"AIR-4DCAAE87-43C1-471F-A171-FCE00E67DC58\",\n            \"Locator\": \"4T3WEW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T10:21:56.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14670,\n            \"UniqueId\": \"AIR-4C8A4E71-4463-4688-932E-342B383E144E\",\n            \"Locator\": \"4T7S78\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T10:29:04.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14671,\n            \"UniqueId\": \"AIR-7A812E21-DD2E-4D64-A324-241FF1E5B2DC\",\n            \"Locator\": \"FLUDVM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T10:31:30.963\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14672,\n            \"UniqueId\": \"AIR-C974D33F-73A4-4C0E-8A7E-E9B4B89F3F03\",\n            \"Locator\": \"VXVRYF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T11:14:27.26\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14673,\n            \"UniqueId\": \"AIR-5EB258BC-235E-4E77-975B-1B151EC7C219\",\n            \"Locator\": \"BMKMFA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T11:52:48.753\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14674,\n            \"UniqueId\": \"AIR-3D2343E4-11D5-4B6C-8628-1D3587EA51C4\",\n            \"Locator\": \"ERROR_AIR-858811A4D0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T14:05:01.927\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14675,\n            \"UniqueId\": \"AIR-E5A6C93A-8FA4-4292-881F-8864D9243BBA\",\n            \"Locator\": \"4WJJPW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T14:13:29.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14676,\n            \"UniqueId\": \"AIR-04A4C1CE-06AC-45E6-B06A-C6D6EAA52955\",\n            \"Locator\": \"GZKVHU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T14:13:35.87\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14677,\n            \"UniqueId\": \"AIR-00E82C07-F248-44E7-ACEE-22B75B7EF7B5\",\n            \"Locator\": \"4WOBDP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T14:29:48.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14678,\n            \"UniqueId\": \"AIR-57FCE314-3AEB-4784-934E-C9BDE6B64940\",\n            \"Locator\": \"CYPQIM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T16:03:48.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14679,\n            \"UniqueId\": \"AIR-AF4F0EA8-E44A-40E1-8896-C80A888698C8\",\n            \"Locator\": \"GDTEAA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T16:04:07.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14680,\n            \"UniqueId\": \"AIR-E8354D66-EEC8-419D-AA21-A216AAC3DE4B\",\n            \"Locator\": \"4YTROD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T16:54:20.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14681,\n            \"UniqueId\": \"AIR-725DD8BE-A18A-48C0-9633-A6F135FB9D05\",\n            \"Locator\": \"4YZNGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T17:01:49.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14682,\n            \"UniqueId\": \"AIR-15FFE993-D746-4B72-A929-D120E7A9B663\",\n            \"Locator\": \"4ZCBX8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T17:22:25.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14683,\n            \"UniqueId\": \"AIR-8E904293-45F2-4E43-8090-E1452C6D421A\",\n            \"Locator\": \"VDUPBT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T17:27:57.64\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14684,\n            \"UniqueId\": \"AIR-D2B68AE6-4753-486B-A4B5-50EAC702E586\",\n            \"Locator\": \"CERMCQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T20:51:59.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14685,\n            \"UniqueId\": \"AIR-CF8622BC-07AC-4B84-B8A3-56F7FA2A9814\",\n            \"Locator\": \"2E2JH7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T07:56:42.433\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14686,\n            \"UniqueId\": \"AIR-F0DFA568-1858-4251-B166-DAC92438CD7D\",\n            \"Locator\": \"2E73BP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T08:08:02.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14687,\n            \"UniqueId\": \"AIR-0E639829-5871-49F0-AF1B-5B18EF30B315\",\n            \"Locator\": \"2ECQFD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T08:19:28.87\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14688,\n            \"UniqueId\": \"AIR-51AF2372-AAAF-4D5B-B518-A7F80F54C8D9\",\n            \"Locator\": \"ERROR_AIR-84285EC054\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T08:57:26.507\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14689,\n            \"UniqueId\": \"AIR-CEC4A31A-1B97-42A3-9F27-AC76745CF95F\",\n            \"Locator\": \"DNAPKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:23:50.117\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14690,\n            \"UniqueId\": \"AIR-85899B8F-3A10-4A29-9CFB-CBE2D92F0513\",\n            \"Locator\": \"DNIBKB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:47:53.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14691,\n            \"UniqueId\": \"AIR-3E158DF1-2E2E-4ACF-9763-7E9F11EC646C\",\n            \"Locator\": \"DNKHTK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:53:37.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14692,\n            \"UniqueId\": \"AIR-5FC4B88E-D500-4E7F-AE3C-924CB60629BB\",\n            \"Locator\": \"2FXKAN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T10:13:35.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14693,\n            \"UniqueId\": \"AIR-25A647C9-6566-4C1D-9F74-714014544659\",\n            \"Locator\": \"2FUCYW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T10:17:27.217\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14694,\n            \"UniqueId\": \"AIR-DAFF0ABC-5348-4280-8FD7-15A55C2BB377\",\n            \"Locator\": \"2FYLGD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T10:22:34.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14695,\n            \"UniqueId\": \"AIR-7C57524B-6977-453C-9950-F33A0DD62AB4\",\n            \"Locator\": \"DOVXDZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T10:25:49.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14696,\n            \"UniqueId\": \"AIR-9F5E636E-4BEF-4A52-A5D3-B02F6C9358FC\",\n            \"Locator\": \"2G59I3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T10:27:35.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14697,\n            \"UniqueId\": \"AIR-80CF5E17-004B-4F94-929A-95C3402E006B\",\n            \"Locator\": \"DOXDVJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T10:34:10.47\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14698,\n            \"UniqueId\": \"AIR-8DC79404-0F81-45B2-9FE5-FA7575882099\",\n            \"Locator\": \"DOCVWW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T10:49:11.107\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14699,\n            \"UniqueId\": \"AIR-C6286A75-F62D-4E02-8030-31BCAF40C9B2\",\n            \"Locator\": \"ISKPSN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T10:53:18.243\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14700,\n            \"UniqueId\": \"AIR-294DAFD5-502A-4D93-BACA-238835F3A28E\",\n            \"Locator\": \"2GPZX8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T11:13:52.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14701,\n            \"UniqueId\": \"AIR-A647E1FB-7802-4AFF-8EF2-C20444276CEF\",\n            \"Locator\": \"2GQQDG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T11:15:13.793\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14702,\n            \"UniqueId\": \"AIR-EB20A20E-EF90-43D0-A29B-D9B4FFF1A3FB\",\n            \"Locator\": \"DOMQAD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T11:21:21.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14703,\n            \"UniqueId\": \"AIR-98C90F86-008E-4E98-8EBE-90621A91C5D1\",\n            \"Locator\": \"ITUKGV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T11:25:07.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14704,\n            \"UniqueId\": \"AIR-80262861-B2FA-4330-98AE-2C1652662BF8\",\n            \"Locator\": \"ITZAVB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T11:40:47.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14705,\n            \"UniqueId\": \"AIR-C40E9348-EB69-4DD6-AD68-BFFA307B18DA\",\n            \"Locator\": \"KGDAGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T13:33:31.287\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14706,\n            \"UniqueId\": \"AIR-015DE150-E54E-4FAF-8D72-5D5802CE9D55\",\n            \"Locator\": \"ERIVAO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T14:05:36.003\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14707,\n            \"UniqueId\": \"AIR-C43A3F04-9845-405E-97A0-976BC414C8BB\",\n            \"Locator\": \"ESTSAU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T14:38:09.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14708,\n            \"UniqueId\": \"AIR-16241BAF-D356-4BA5-86A2-CC18346AB910\",\n            \"Locator\": \"2JUYFS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T14:51:49.54\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14709,\n            \"UniqueId\": \"AIR-773AF747-9613-44CE-A4BD-D07E6B895CEF\",\n            \"Locator\": \"IWITPO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T15:04:06.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14711,\n            \"UniqueId\": \"AIR-D1662C02-E523-4DB0-BAEB-F7D40E713CC6\",\n            \"Locator\": \"2KGV5R\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T15:32:59.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14712,\n            \"UniqueId\": \"AIR-21820831-DCB2-44EE-BA9F-15B974F5C64D\",\n            \"Locator\": \"KHZLWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T15:33:11.043\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14713,\n            \"UniqueId\": \"AIR-22640540-4B1F-47A4-A93C-49345C142D2B\",\n            \"Locator\": \"IXSYEW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T15:33:59.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14714,\n            \"UniqueId\": \"AIR-0177B3F8-84E0-4F9C-B5FE-D9DDAC08B676\",\n            \"Locator\": \"2KQEQJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T15:44:42.963\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14717,\n            \"UniqueId\": \"AIR-B2ADA466-7157-42DD-B5B6-58A583ACDD59\",\n            \"Locator\": \"2LHS5U\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T16:41:26.777\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14718,\n            \"UniqueId\": \"AIR-418C069E-998A-4780-9C25-A6A30CB7E344\",\n            \"Locator\": \"2LGV8V\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T16:44:22.623\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14719,\n            \"UniqueId\": \"AIR-9C47315E-0CBC-486F-8672-E4A9ED5323AD\",\n            \"Locator\": \"EVNWZF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:07:20.3\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14720,\n            \"UniqueId\": \"AIR-F84663AC-2A8A-4DB6-BC7E-643676B3A74D\",\n            \"Locator\": \"EWFCVQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:27:45.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14721,\n            \"UniqueId\": \"AIR-B8E44F3C-AC6C-4A62-9436-C26A7B1EC417\",\n            \"Locator\": \"IBVUTF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:32:24.667\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14722,\n            \"UniqueId\": \"AIR-98E93BA4-8F9A-49FB-9CDF-558A5D80A49F\",\n            \"Locator\": \"WRGTYW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:32:59.64\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14723,\n            \"UniqueId\": \"AIR-EBF661F3-94A3-42FE-B3F5-BAEA790D9923\",\n            \"Locator\": \"WRGLRW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:35:35.357\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14724,\n            \"UniqueId\": \"AIR-A647C100-8961-4939-A8A9-7E26663AAF41\",\n            \"Locator\": \"IBYUQU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:37:52.477\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14725,\n            \"UniqueId\": \"AIR-9B3F1BEC-67EB-4948-8747-639ECE2F1465\",\n            \"Locator\": \"EWLGSG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:40:12.917\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14726,\n            \"UniqueId\": \"AIR-4FD7F2C0-6B19-462C-B810-D83F0ECD5C90\",\n            \"Locator\": \"EWOJSH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:50:29.92\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14727,\n            \"UniqueId\": \"AIR-53AA5644-21AD-46FB-960C-F32E4CCC8EE3\",\n            \"Locator\": \"2MIU6A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:54:07.23\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14728,\n            \"UniqueId\": \"AIR-17BAFC57-A1D4-4508-BA42-2A31B383E09C\",\n            \"Locator\": \"2MJSNR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:56:24.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14729,\n            \"UniqueId\": \"AIR-A4D4E15A-3B8E-44EA-A498-F4D5954CE24C\",\n            \"Locator\": \"2MQ3KW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T17:58:54.293\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14730,\n            \"UniqueId\": \"AIR-E089CAD6-C6E2-4CE8-8AFB-333D26D3A93D\",\n            \"Locator\": \"KIJFUI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T18:01:28.91\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14731,\n            \"UniqueId\": \"AIR-8421CCBE-09E5-41D1-A180-9171F01D499D\",\n            \"Locator\": \"FHYGRF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T08:17:48.963\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14732,\n            \"UniqueId\": \"AIR-487DA748-8B93-4B44-BF5E-239475834C92\",\n            \"Locator\": \"LAXGWF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T10:07:59.277\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14733,\n            \"UniqueId\": \"AIR-0E8152A9-870D-424E-840F-42B55799C2FC\",\n            \"Locator\": \"JPUNCD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T10:10:26.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14734,\n            \"UniqueId\": \"AIR-D32AB574-045C-4DB1-A397-A78C723DED86\",\n            \"Locator\": \"45VAMK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T10:13:23.353\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14735,\n            \"UniqueId\": \"AIR-59515CEE-AF09-47F2-AE56-6E3BF8C5DD27\",\n            \"Locator\": \"45UWJW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T10:19:50.993\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14736,\n            \"UniqueId\": \"AIR-BB4ED151-D1BA-4B3E-85E2-A9EA27D12C9D\",\n            \"Locator\": \"FIWFZC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T10:25:17.18\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14737,\n            \"UniqueId\": \"AIR-68AFF406-1759-4FB9-A822-E41D61FFFC2F\",\n            \"Locator\": \"JPYMZN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T10:31:48.263\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14738,\n            \"UniqueId\": \"AIR-8BE5854E-4B7D-4DC3-9B45-27BE7217127E\",\n            \"Locator\": \"FIBIMX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T10:52:09.607\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14739,\n            \"UniqueId\": \"AIR-436D8656-81A3-42FD-B9E2-45DF6BC4D4B4\",\n            \"Locator\": \"FICQMV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T10:54:17.957\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14740,\n            \"UniqueId\": \"AIR-6185CF39-E47B-4B86-A228-40271481B047\",\n            \"Locator\": \"FIFYQG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T11:09:01.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14741,\n            \"UniqueId\": \"AIR-06834734-7F9F-4640-9363-A42481C6C639\",\n            \"Locator\": \"46PEHO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T11:17:59.3\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14742,\n            \"UniqueId\": \"AIR-1F1A5A88-507F-4A5B-9756-2E50219109DD\",\n            \"Locator\": \"46TG8C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T11:19:23.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14743,\n            \"UniqueId\": \"AIR-93521A9A-E3E4-4CF5-B982-FF6F180CD910\",\n            \"Locator\": \"FIPYJC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T12:07:31.633\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14744,\n            \"UniqueId\": \"AIR-77466E1D-D067-4490-8E4E-FE368176FF7E\",\n            \"Locator\": \"FIPZBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T12:07:37.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14745,\n            \"UniqueId\": \"AIR-306A43F1-D61F-4B90-829F-167FB9660B0A\",\n            \"Locator\": \"WKGSPX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T12:11:32.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14746,\n            \"UniqueId\": \"AIR-C349BAB8-79F2-4D6D-9F27-A14BD6A1EE33\",\n            \"Locator\": \"KQTLCV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T12:11:36.797\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14747,\n            \"UniqueId\": \"AIR-CEE98626-D9DD-482E-9177-AEB2F90612C4\",\n            \"Locator\": \"WLRPHB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T13:38:18.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14748,\n            \"UniqueId\": \"AIR-238D3105-5343-454B-8397-A54C16E7EE88\",\n            \"Locator\": \"LBYBFH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T13:40:43.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14749,\n            \"UniqueId\": \"AIR-097B3078-A6B8-4864-B6DF-1A6F788E418B\",\n            \"Locator\": \"FJHDUI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T13:49:20.843\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14750,\n            \"UniqueId\": \"AIR-4305D637-D2F7-4E2A-BADF-D1E54AB985F9\",\n            \"Locator\": \"FJJUXD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T14:02:22.423\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14752,\n            \"UniqueId\": \"AIR-7EA1508B-B8DC-4968-8A10-E4735F9CEA35\",\n            \"Locator\": \"WLCZBW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T14:57:57.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14753,\n            \"UniqueId\": \"AIR-EE826F6C-E2F8-4397-B799-3197F605C7E8\",\n            \"Locator\": \"FKBUEY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:11:34.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14754,\n            \"UniqueId\": \"AIR-904EDB1E-1D21-47AB-BF69-5C98F0091749\",\n            \"Locator\": \"WLEWBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:14:12.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14755,\n            \"UniqueId\": \"AIR-949F3D90-EF33-43F3-A7EF-E5FA2849D93C\",\n            \"Locator\": \"WLEXLM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:14:27.73\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14756,\n            \"UniqueId\": \"AIR-F42BEFA7-73F7-4C1D-94F2-2A0BD0532722\",\n            \"Locator\": \"KRHRAO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:16:26.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14757,\n            \"UniqueId\": \"AIR-9035B604-96F2-4169-BE85-BC6177626095\",\n            \"Locator\": \"LBKCCA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:17:37.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14758,\n            \"UniqueId\": \"AIR-31E2BA45-0B7E-4FD2-B24D-4B43918A584D\",\n            \"Locator\": \"LBLUVZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:27:03.437\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14759,\n            \"UniqueId\": \"AIR-3AED36BA-1510-4EED-9196-A6FC05E5325E\",\n            \"Locator\": \"LBLACQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:28:21.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14710,\n            \"UniqueId\": \"AIR-2307B5C8-AFC3-4E6A-AAC6-9D46D16C0D7F\",\n            \"Locator\": \"ESGWCS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:31:40.123\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14760,\n            \"UniqueId\": \"AIR-3A62B202-A294-4F05-9303-2F69AFA49C83\",\n            \"Locator\": \"KRKXVY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:31:58.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14761,\n            \"UniqueId\": \"AIR-C3D0C09F-16E9-4B11-B3B4-CDC0589A1731\",\n            \"Locator\": \"FKFBKG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:32:42.787\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14762,\n            \"UniqueId\": \"AIR-B66D4FAA-AFDE-4507-A330-67B73C5A5593\",\n            \"Locator\": \"KSUIQX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:37:27.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14763,\n            \"UniqueId\": \"AIR-6EE43F8D-052D-4B0D-8B23-F3DEBF299DD8\",\n            \"Locator\": \"WLKQXW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:38:34.843\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14764,\n            \"UniqueId\": \"AIR-63CD9243-AB3F-41FF-B9E5-0D7B75577DDF\",\n            \"Locator\": \"FLQUOB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:39:19.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14765,\n            \"UniqueId\": \"AIR-F46ABE4F-15A1-42B2-83C6-E5DF46A5C710\",\n            \"Locator\": \"KTXYXG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T15:53:21.943\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14766,\n            \"UniqueId\": \"AIR-5F3B085A-6C66-40A3-8725-CAD55A970274\",\n            \"Locator\": \"FMMBVW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T16:06:34.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14767,\n            \"UniqueId\": \"AIR-82F996A4-A367-409E-AC62-7D2590B62F8E\",\n            \"Locator\": \"KUVVMA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T16:06:41.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14768,\n            \"UniqueId\": \"AIR-AFB46895-877D-41C0-9FC6-E00E4124E2A2\",\n            \"Locator\": \"FNRXRV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T16:09:38.27\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14769,\n            \"UniqueId\": \"AIR-FBD68807-2176-4AA5-B307-7CAB1E7AF924\",\n            \"Locator\": \"KUEOFY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T16:13:15.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14716,\n            \"UniqueId\": \"AIR-4A077661-C923-44B9-B2EA-95A47A6FB219\",\n            \"Locator\": \"IYPUKL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T16:26:14.907\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14770,\n            \"UniqueId\": \"AIR-06EA33D8-0B84-4F76-8BFC-5841D005F47C\",\n            \"Locator\": \"LCLCQQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T16:27:39.37\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14771,\n            \"UniqueId\": \"AIR-E7AFB3DB-E08D-477E-9C5C-69D2664886D8\",\n            \"Locator\": \"FODZBK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T16:32:03.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14772,\n            \"UniqueId\": \"AIR-E225FBAE-1156-4D5F-9618-EF689E329EDD\",\n            \"Locator\": \"KWVRPE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T16:37:37.613\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14773,\n            \"UniqueId\": \"AIR-1F2FE0E5-9213-4066-AC59-7F519C53CBDA\",\n            \"Locator\": \"FPBYAI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T16:44:21.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14775,\n            \"UniqueId\": \"AIR-D2A2B07B-964B-4340-832B-12037CDEAEC5\",\n            \"Locator\": \"FPPMXD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T17:00:39.773\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14751,\n            \"UniqueId\": \"AIR-49D5D971-E454-42E4-BE83-C0FE30931DEE\",\n            \"Locator\": \"WLWYXM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T17:01:01.123\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14776,\n            \"UniqueId\": \"AIR-B0CC7BEA-FDF6-4825-95AE-BB98E25D1D79\",\n            \"Locator\": \"KXVTUC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T17:01:37.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14777,\n            \"UniqueId\": \"AIR-85032882-1C25-4C01-82A0-E398EA43E3CD\",\n            \"Locator\": \"KXVEGJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T17:04:25.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14778,\n            \"UniqueId\": \"AIR-9FD4D917-6DC6-4456-9B3E-07C84B2A4E86\",\n            \"Locator\": \"WNEBWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T17:14:19.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14779,\n            \"UniqueId\": \"AIR-6EBD2E4C-663D-4037-8BB5-23A714CD5F73\",\n            \"Locator\": \"LDZKYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T17:14:23.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14780,\n            \"UniqueId\": \"AIR-F33E6367-FAE7-4427-AC4E-24FD0CE58C51\",\n            \"Locator\": \"KXYYFH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T17:17:34.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14781,\n            \"UniqueId\": \"AIR-A112B55C-E5D5-4E91-87C9-FF9D34BF84C3\",\n            \"Locator\": \"WNKDBY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T18:09:30.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14782,\n            \"UniqueId\": \"AIR-97478AA8-54EB-40CB-8EF9-1D2CCF158E76\",\n            \"Locator\": \"LDFZXW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T18:10:21.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14783,\n            \"UniqueId\": \"AIR-6EE871D3-A82F-4E4E-AC54-54E9786CC5F9\",\n            \"Locator\": \"4CR3DL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T18:12:32.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14784,\n            \"UniqueId\": \"AIR-EE38CB63-DDF8-44CD-8BC9-64D8DFA3C720\",\n            \"Locator\": \"4CRGQV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T18:15:13.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14785,\n            \"UniqueId\": \"AIR-CC24F252-AE51-40E9-B1EB-F653161641C6\",\n            \"Locator\": \"GQHZHM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T18:19:54.043\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14786,\n            \"UniqueId\": \"AIR-F1B8BFF2-1ADA-4FE1-A954-81938DFE1EBF\",\n            \"Locator\": \"GQHIQK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T18:22:28.983\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14787,\n            \"UniqueId\": \"AIR-E5189E23-FB7C-4B43-944C-E185DCAA68A3\",\n            \"Locator\": \"GQHJRO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T18:22:32.983\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14788,\n            \"UniqueId\": \"AIR-EB4506C7-BA35-4906-9915-29298B561A98\",\n            \"Locator\": \"KZCMRX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-24T21:27:20.683\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14789,\n            \"UniqueId\": \"AIR-E2DFB2D5-073D-47C9-BE14-007F60E536AC\",\n            \"Locator\": \"GYMCWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T08:18:32.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14790,\n            \"UniqueId\": \"AIR-D9987E52-B7FE-4DA7-B783-510BC0AF6928\",\n            \"Locator\": \"4OIAN9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T08:25:51.613\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14791,\n            \"UniqueId\": \"AIR-A6178C7C-E6C8-4FE5-9907-5FE443B31156\",\n            \"Locator\": \"4OJJJY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T08:28:49.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14792,\n            \"UniqueId\": \"AIR-63D34D8E-B96E-40D0-A6D7-59344CA7E941\",\n            \"Locator\": \"KGNCAA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T08:41:36.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14774,\n            \"UniqueId\": \"AIR-C06EFC64-5749-4477-8683-ECDBD6AD1442\",\n            \"Locator\": \"FPPXHL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T08:57:36.503\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14793,\n            \"UniqueId\": \"AIR-11030958-4891-40FC-BE5E-79C25A80F15B\",\n            \"Locator\": \"KHUGZP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T09:06:02.353\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14794,\n            \"UniqueId\": \"AIR-C14F8F50-3215-43B4-91BE-10027B3F7FA0\",\n            \"Locator\": \"KHWAXQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T09:09:32.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14795,\n            \"UniqueId\": \"AIR-53381E2D-9A74-4C7E-87B2-362C15107A29\",\n            \"Locator\": \"GZHBIW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T09:15:39.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14796,\n            \"UniqueId\": \"AIR-05241CB3-5FDA-412A-99EA-8F4F5573949C\",\n            \"Locator\": \"4PPD5D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T09:57:20.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14798,\n            \"UniqueId\": \"AIR-16B3C54A-9559-49CC-9D81-F8F484B3A91C\",\n            \"Locator\": \"KIQZPC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T10:06:15.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14799,\n            \"UniqueId\": \"AIR-3CACA805-9BAA-4D67-A04B-066C44F71DA8\",\n            \"Locator\": \"LIVAHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T10:10:36.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14797,\n            \"UniqueId\": \"AIR-74194BBE-C32D-4F7B-80C0-BED739091B08\",\n            \"Locator\": \"XSZEAI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T10:18:02.087\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14800,\n            \"UniqueId\": \"AIR-CDBD41CC-0B9C-4209-AC50-9ED7D68803AA\",\n            \"Locator\": \"GADPLS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T10:45:39.723\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14801,\n            \"UniqueId\": \"AIR-74DA8DBB-1EFC-4139-AC8C-AE2A07F8E0FC\",\n            \"Locator\": \"GAHCNT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T11:10:04.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14802,\n            \"UniqueId\": \"AIR-D4300E35-BFFB-44A3-BB03-5BFAAFC2B7A2\",\n            \"Locator\": \"KIILQE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T11:43:23.213\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14803,\n            \"UniqueId\": \"AIR-1B99522E-EDAC-4941-93A8-C0555F369BEF\",\n            \"Locator\": \"ERROR_AIR-9F98920A36\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T11:50:43.487\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14804,\n            \"UniqueId\": \"AIR-B3E80065-B214-43B3-90D0-0E2F6F73C2B7\",\n            \"Locator\": \"GBQCMQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T11:51:21.72\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14805,\n            \"UniqueId\": \"AIR-B3CFBE0A-B264-4191-8E62-81BE0276EF56\",\n            \"Locator\": \"4RIPS2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T11:56:50.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14806,\n            \"UniqueId\": \"AIR-5603EBE1-B9EC-439E-A9A8-68ED23F91EA0\",\n            \"Locator\": \"XSIKXW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T11:56:52.423\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14807,\n            \"UniqueId\": \"AIR-A86BBC3A-35BD-421F-8B23-0EE6C35E19F5\",\n            \"Locator\": \"4RPDUN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T12:09:04.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14808,\n            \"UniqueId\": \"AIR-00DDCDCC-07F0-49BF-8262-57A00D04618F\",\n            \"Locator\": \"KINEKW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T12:09:10.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14810,\n            \"UniqueId\": \"AIR-EE56D93A-98D7-4355-A0DC-D136957E2083\",\n            \"Locator\": \"GCAAFZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T13:29:34.433\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14811,\n            \"UniqueId\": \"AIR-997EBF82-702C-4523-8BC9-3BA54CD511CF\",\n            \"Locator\": \"4TFML7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T14:04:47.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14812,\n            \"UniqueId\": \"AIR-C6CB2A24-8D57-4766-94B6-FB6287FBAE8C\",\n            \"Locator\": \"GDTSWS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T14:13:02.553\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14814,\n            \"UniqueId\": \"AIR-52128975-DAA6-4552-A477-21AF2D5C1D5B\",\n            \"Locator\": \"4TW9N8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T14:36:47.963\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14815,\n            \"UniqueId\": \"AIR-A0C69A0E-A6E2-4E23-AD30-6495CE6F3ACF\",\n            \"Locator\": \"KLUBJG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T14:39:58.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14817,\n            \"UniqueId\": \"AIR-2B6F7628-BA70-4651-BE35-8B73F726F6CF\",\n            \"Locator\": \"KLUOWP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T14:42:54.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14816,\n            \"UniqueId\": \"AIR-081819FB-6058-44A1-BA61-A14ADE353C42\",\n            \"Locator\": \"GDZFDK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T14:54:24.897\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14821,\n            \"UniqueId\": \"AIR-8F8A4091-16EF-40A6-A522-AB69A102A15C\",\n            \"Locator\": \"4UQ527\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T15:32:46.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14822,\n            \"UniqueId\": \"AIR-3B4903AE-8BFF-42FE-9810-A38AE97BFEFF\",\n            \"Locator\": \"GHSWVK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T16:22:13.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14823,\n            \"UniqueId\": \"AIR-8ABDDBA4-CF2C-4C7C-9746-82654903C4C4\",\n            \"Locator\": \"LRWAZQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T17:01:33.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14824,\n            \"UniqueId\": \"AIR-FD72791F-6F42-4A51-9874-AF915A8994A9\",\n            \"Locator\": \"LLZBJF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T18:21:00.79\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14825,\n            \"UniqueId\": \"AIR-8490B7BD-FBEE-49B5-B07E-3E8F9264A2EF\",\n            \"Locator\": \"LSXPDY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T18:42:27.283\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14826,\n            \"UniqueId\": \"AIR-A2CC7151-D5DA-4C40-9396-3C251671E0CA\",\n            \"Locator\": \"XWXVLV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T18:58:55.253\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14827,\n            \"UniqueId\": \"AIR-23D1E32C-E6D4-4964-B5D1-93D7E59EEA37\",\n            \"Locator\": \"LSBNZG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T18:59:01.593\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14809,\n            \"UniqueId\": \"AIR-0318E4EF-5686-4C8B-9F2B-BA177B6DB1B0\",\n            \"Locator\": \"GBTAXA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T19:01:23.11\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14828,\n            \"UniqueId\": \"AIR-518F7891-3DCA-4F7F-8013-BF6A33046105\",\n            \"Locator\": \"LSCEJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T19:01:41.71\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14829,\n            \"UniqueId\": \"AIR-9FD28602-EA7C-48A6-8DC0-7F75E124846A\",\n            \"Locator\": \"XWXAHJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T19:01:45.213\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14715,\n            \"UniqueId\": \"AIR-4E01E8B0-46B8-48C9-A6EF-B6D20812F0E7\",\n            \"Locator\": \"2KVFMJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T21:32:17.433\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14831,\n            \"UniqueId\": \"AIR-0A31EAEF-8C40-4483-92FF-7902ADBD4A5E\",\n            \"Locator\": \"22WWJF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-25T23:01:50.287\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14833,\n            \"UniqueId\": \"AIR-2F103EF0-3600-468F-B743-47B1A15064E7\",\n            \"Locator\": \"2AFL4F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T08:23:37.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14832,\n            \"UniqueId\": \"AIR-9BF69231-F89A-498C-AE6B-FCE8EDD02023\",\n            \"Locator\": \"LCYXFT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T08:31:44.367\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14834,\n            \"UniqueId\": \"AIR-9066911D-D78A-4C73-B680-DF5BDA92E01A\",\n            \"Locator\": \"ERROR_AIR-8B399090FB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T08:43:30.42\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14835,\n            \"UniqueId\": \"AIR-B5042B21-A827-46CC-82F2-DD9CECB6F855\",\n            \"Locator\": \"ERROR_AIR-E01202128B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T08:43:54.65\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14836,\n            \"UniqueId\": \"AIR-3C2CFCC3-8489-461A-ABF3-61C02953BAAA\",\n            \"Locator\": \"XAHJPI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T09:05:12.797\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14837,\n            \"UniqueId\": \"AIR-E3826CFE-1EFF-4598-9C9D-78CC21949E35\",\n            \"Locator\": \"HVKYDN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T10:31:46.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14838,\n            \"UniqueId\": \"AIR-68ED0E37-9118-4E0F-96FF-D6861276D9D3\",\n            \"Locator\": \"2CJUSQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T11:03:38.467\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14839,\n            \"UniqueId\": \"AIR-F52BA01B-4468-4EAB-BE0E-EBE4B07CAC78\",\n            \"Locator\": \"MQGSNI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T11:17:41.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14840,\n            \"UniqueId\": \"AIR-F8FF9125-257D-4D12-9D81-0B6993401B59\",\n            \"Locator\": \"2ER9SC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T13:32:16.117\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14841,\n            \"UniqueId\": \"AIR-02412BE2-ED6D-4D2F-8006-6362238188BC\",\n            \"Locator\": \"2F2JXV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T13:47:44.483\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14842,\n            \"UniqueId\": \"AIR-FBE73315-63C9-4D33-B17C-781E79C98F20\",\n            \"Locator\": \"HCFEJH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T14:12:36.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14843,\n            \"UniqueId\": \"AIR-13735F54-44BA-4F04-83D7-022A04284013\",\n            \"Locator\": \"HCNPRO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T14:17:16.14\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14844,\n            \"UniqueId\": \"AIR-91D440A6-0DF1-4AA1-9E4F-B4F615E7D821\",\n            \"Locator\": \"MSEJAZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T14:19:51.767\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14845,\n            \"UniqueId\": \"AIR-E54408FE-25E2-4F1E-ACA7-CF69A8EF7E5B\",\n            \"Locator\": \"2FGM32\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T14:23:13.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14846,\n            \"UniqueId\": \"AIR-F09BC943-2630-4C35-94BD-BB39D576B311\",\n            \"Locator\": \"MSJKBM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T14:35:47.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14847,\n            \"UniqueId\": \"AIR-AA35AC20-A0A1-4D65-8104-CE61448DDD82\",\n            \"Locator\": \"2FWKEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T14:45:48.553\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14848,\n            \"UniqueId\": \"AIR-28C589E5-3F50-4158-89BA-DC49F227C46F\",\n            \"Locator\": \"XEFCSW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T14:59:09.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14849,\n            \"UniqueId\": \"AIR-DF0DF81D-00A3-4A31-81D3-233A93B6D064\",\n            \"Locator\": \"LOTFWS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T14:59:31.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14850,\n            \"UniqueId\": \"AIR-11CFA779-E061-40CC-BE38-64405B366C9F\",\n            \"Locator\": \"LPGXXB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T15:38:26.713\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14851,\n            \"UniqueId\": \"AIR-10D51F93-BEAF-4012-AFB3-9884A359C1A0\",\n            \"Locator\": \"MTTOYS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T16:28:30.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14852,\n            \"UniqueId\": \"AIR-B502AC4C-0653-4280-90AD-C07C9D5AA398\",\n            \"Locator\": \"2HGMI4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T16:34:10.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14853,\n            \"UniqueId\": \"AIR-75D8916F-ECCC-4D77-BB79-EA98FD2B8386\",\n            \"Locator\": \"2HHHHK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T16:42:05.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14854,\n            \"UniqueId\": \"AIR-4578B0D4-10D9-43BF-8409-99E9742ED6FE\",\n            \"Locator\": \"HNQIAI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T17:34:04.457\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14855,\n            \"UniqueId\": \"AIR-430DC809-F635-450F-9FC2-1318BBF9A80C\",\n            \"Locator\": \"MVBLIY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T17:36:26.707\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14856,\n            \"UniqueId\": \"AIR-3D812481-ED0E-4BEF-A1F8-241BA481F46B\",\n            \"Locator\": \"XHUGWZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T17:40:30.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14857,\n            \"UniqueId\": \"AIR-7A6CBB28-74F5-4195-AC35-4198F6029CB6\",\n            \"Locator\": \"HNMVAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T17:46:01.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14858,\n            \"UniqueId\": \"AIR-3B77F62E-55C4-4D43-9A89-8AF40ED875AD\",\n            \"Locator\": \"HNNOWC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T17:48:12.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14860,\n            \"UniqueId\": \"AIR-D16018FC-A4D4-43D8-B70D-E223706FA161\",\n            \"Locator\": \"MXFSTX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T18:36:55.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14861,\n            \"UniqueId\": \"AIR-2E4E7995-5A12-4315-BE9A-7FE2C70D0691\",\n            \"Locator\": \"2M4N9Q\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T22:09:14.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14862,\n            \"UniqueId\": \"AIR-174A6B31-B464-4114-8B6C-0208CD4CF1A5\",\n            \"Locator\": \"MXTECU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-26T22:50:40.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14863,\n            \"UniqueId\": \"AIR-D162D08F-018C-4903-AF02-DFF0A911B557\",\n            \"Locator\": \"QQKIDW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T08:24:43.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14864,\n            \"UniqueId\": \"AIR-3AF7F14A-1C15-42C9-8686-C3DB639CCE3F\",\n            \"Locator\": \"QRTYZP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T08:34:22.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14865,\n            \"UniqueId\": \"AIR-9942A27E-BB60-4690-9411-CF304DE64BF9\",\n            \"Locator\": \"QRUYBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T08:36:13.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14866,\n            \"UniqueId\": \"AIR-242E2FC2-3E56-47CF-B00D-5EC02E89076F\",\n            \"Locator\": \"XPUUNB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T09:02:59.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14867,\n            \"UniqueId\": \"AIR-D36826A7-AD06-47A8-B9EA-BA9F79823324\",\n            \"Locator\": \"IKBMWQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T09:49:55.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14868,\n            \"UniqueId\": \"AIR-78F2FC8D-96EB-4FB0-AB8D-81BDF1998D41\",\n            \"Locator\": \"IKCICX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T09:52:32.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14869,\n            \"UniqueId\": \"AIR-B6CA9FA9-3865-4A5E-9B1A-D703C824DEF5\",\n            \"Locator\": \"IKCLOL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:04:59.657\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14871,\n            \"UniqueId\": \"AIR-A296309A-995B-454C-9656-BCB955DBAF68\",\n            \"Locator\": \"QTSPXF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:07:03.767\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14870,\n            \"UniqueId\": \"AIR-5881D7A6-2744-4886-97FB-F91ACB135C90\",\n            \"Locator\": \"XPEPBB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:09:59.01\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14872,\n            \"UniqueId\": \"AIR-7316CEF3-E0B3-45B5-8EE6-E062DB46AD87\",\n            \"Locator\": \"ERROR_AIR-A1B96838D7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:14:25.307\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14873,\n            \"UniqueId\": \"AIR-9ADF0CC3-ACD8-4EF8-A35F-E679055D1F57\",\n            \"Locator\": \"ERROR_AIR-C4FA3F9AB9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:15:22.787\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14874,\n            \"UniqueId\": \"AIR-76FBE866-C325-4F23-9BDE-D3FC75756AE6\",\n            \"Locator\": \"MBLABH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:19:53.49\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14875,\n            \"UniqueId\": \"AIR-94C0BA36-1F27-43A7-9599-6E92F314BC2F\",\n            \"Locator\": \"2WGKBB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:26:48.153\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14876,\n            \"UniqueId\": \"AIR-704C27B3-D0E2-47FE-BB54-4AE2599AD1CA\",\n            \"Locator\": \"IKNRNW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:41:11.66\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14878,\n            \"UniqueId\": \"AIR-E8E5379F-2691-4FC5-84E0-AD45688281BC\",\n            \"Locator\": \"MCQRSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:48:08.767\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14877,\n            \"UniqueId\": \"AIR-EBBE790A-7988-4376-899C-C19B7B167CA3\",\n            \"Locator\": \"ILQWXA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:56:26.6\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14880,\n            \"UniqueId\": \"AIR-A998104F-E989-440C-B52F-08D6A76A7C35\",\n            \"Locator\": \"MCSRVL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T10:59:17.277\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14881,\n            \"UniqueId\": \"AIR-A02FE717-870E-41DC-805F-615738316BF6\",\n            \"Locator\": \"XPOLGN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T11:01:33.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14879,\n            \"UniqueId\": \"AIR-5F4AB7D0-5B60-44AE-89EA-F5671978C473\",\n            \"Locator\": \"ILSUHO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T11:03:40.14\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14882,\n            \"UniqueId\": \"AIR-89C9A734-832D-474F-9261-AE44BDC2D928\",\n            \"Locator\": \"2WY3EL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T11:08:46.48\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14883,\n            \"UniqueId\": \"AIR-305F54CD-DC18-4949-A6DA-1DBE8B7C4E08\",\n            \"Locator\": \"MCJWXW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T12:16:01.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14884,\n            \"UniqueId\": \"AIR-6BB2DCAF-5F79-4933-9D78-6BC05FDF5BF5\",\n            \"Locator\": \"MDZNKW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T13:51:12.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14885,\n            \"UniqueId\": \"AIR-5045C617-97CA-4E50-8E7D-639C4E35D023\",\n            \"Locator\": \"2ZSFLU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T14:25:16.05\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14886,\n            \"UniqueId\": \"AIR-FF528B3C-2AC6-4C6F-BAB2-E48714E4E2EE\",\n            \"Locator\": \"2ZVN33\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T14:30:49.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14888,\n            \"UniqueId\": \"AIR-D591C656-7967-4A63-9A31-C45D42D4A991\",\n            \"Locator\": \"32D9T4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T14:56:33.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14887,\n            \"UniqueId\": \"AIR-F432E6B9-54B0-42BA-A922-4ED4FA1DC04B\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T15:01:47.237\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14889,\n            \"UniqueId\": \"AIR-A26F8EFC-5617-454E-8343-E6BB86FD3157\",\n            \"Locator\": \"IPLHBU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T15:03:59.343\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14830,\n            \"UniqueId\": \"AIR-0460117E-BCEA-4309-8AE3-8442796DE413\",\n            \"Locator\": \"GKIPNA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T15:04:08.477\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14890,\n            \"UniqueId\": \"AIR-F0AE9AC0-C589-46E3-83FD-BE475F719129\",\n            \"Locator\": \"QYBJQJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T15:15:44.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14891,\n            \"UniqueId\": \"AIR-2A4F2453-DF86-4D5C-A08A-A44BB2EE9E28\",\n            \"Locator\": \"MDMSCX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T15:19:35.783\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14893,\n            \"UniqueId\": \"AIR-0EE0BDC4-823B-4C9C-A572-2CCC047CA0A3\",\n            \"Locator\": \"QBZAXA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T16:08:37.85\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14894,\n            \"UniqueId\": \"AIR-B9E4CAC0-E151-4E59-9E88-C3A445A7C9D9\",\n            \"Locator\": \"QCTUKY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T16:20:05.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14895,\n            \"UniqueId\": \"AIR-FB086E2F-3894-4763-85DC-52F1352E9461\",\n            \"Locator\": \"342VPD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T16:47:47.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14896,\n            \"UniqueId\": \"AIR-2FE696DC-42CB-4302-AF99-EF71B8BB1C6D\",\n            \"Locator\": \"JVXFVY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T16:47:49.93\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14898,\n            \"UniqueId\": \"AIR-86324D1C-D8F9-4D0B-8EF0-A7BBBCF3DE81\",\n            \"Locator\": \"JVHOPX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T17:09:44.067\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14899,\n            \"UniqueId\": \"AIR-539CEDCC-2AA3-47E2-AC38-C3E09B82981C\",\n            \"Locator\": \"QEIZXE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T18:56:08.137\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14900,\n            \"UniqueId\": \"AIR-0470DADD-A36D-43FE-B9D9-8DD366A523DE\",\n            \"Locator\": \"MFKLAU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T18:59:29.707\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14901,\n            \"UniqueId\": \"AIR-A81C1EEC-AFAE-4E54-A103-C4F9A74C78A5\",\n            \"Locator\": \"JWDSOT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-27T19:03:14.093\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14902,\n            \"UniqueId\": \"AIR-E37CF713-9673-4317-AA6C-A21FAC5F9201\",\n            \"Locator\": \"RUMMZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T09:53:38.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14903,\n            \"UniqueId\": \"AIR-E37B9D4A-EBA6-4BF7-A5E1-B41A4838AE48\",\n            \"Locator\": \"RVKYBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T11:44:50.69\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14904,\n            \"UniqueId\": \"AIR-C851E06B-E454-4AD9-9417-1307A2A32FBC\",\n            \"Locator\": \"RVNIRZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T11:48:51.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14905,\n            \"UniqueId\": \"AIR-EFF8AD88-3F45-45D4-9064-87700F342189\",\n            \"Locator\": \"JMJWRA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T11:54:43.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14906,\n            \"UniqueId\": \"AIR-B99D8329-4D63-4BF7-B566-E326A80FCA61\",\n            \"Locator\": \"RWKWUV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T13:44:14.443\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14907,\n            \"UniqueId\": \"AIR-218BF553-1F2B-4818-8122-A79EE39256FE\",\n            \"Locator\": \"YASRUR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T14:03:12.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14908,\n            \"UniqueId\": \"AIR-0BDCFEBC-EF9F-4EFF-AB5A-A8799FD05534\",\n            \"Locator\": \"RXZSQN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T14:51:09.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14909,\n            \"UniqueId\": \"AIR-7D093CB2-3D58-479C-BAB7-0297E8CA8264\",\n            \"Locator\": \"3NEWS6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T14:58:22.767\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14910,\n            \"UniqueId\": \"AIR-2FB34C50-1869-44B7-8ED9-A979F4470B56\",\n            \"Locator\": \"3NIMC6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T15:12:55\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14911,\n            \"UniqueId\": \"AIR-7E8D4324-0FF2-4644-A2CA-D0079BC6EAE1\",\n            \"Locator\": \"3OHGO2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T16:10:32.933\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14912,\n            \"UniqueId\": \"AIR-09F237E3-AD5C-4573-94F2-E990BE715D78\",\n            \"Locator\": \"RASLKY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T16:14:44.457\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14913,\n            \"UniqueId\": \"AIR-10F07AF5-69FE-4A39-A209-9F153FB9BEF6\",\n            \"Locator\": \"KQMJQG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T16:16:46.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14915,\n            \"UniqueId\": \"AIR-D6818AD6-C90C-4363-B857-FCEEA873E658\",\n            \"Locator\": \"MMXGOL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T16:26:49.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14914,\n            \"UniqueId\": \"AIR-5E909FB6-B452-4798-AD89-AFDF2DEA224E\",\n            \"Locator\": \"YBWGNS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T16:29:46.93\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14916,\n            \"UniqueId\": \"AIR-858459EC-E7BF-4197-AE4C-033FD32F0507\",\n            \"Locator\": \"KRPUKC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T16:36:38.577\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14917,\n            \"UniqueId\": \"AIR-DF6140DD-6FDC-413D-96C7-F6C6D7A370F3\",\n            \"Locator\": \"KSBAUE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T16:41:16.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14918,\n            \"UniqueId\": \"AIR-E0A95E09-74B7-4568-9679-C0F93672A5CB\",\n            \"Locator\": \"KSDNDK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T16:43:35.907\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14919,\n            \"UniqueId\": \"AIR-9EE2B07B-CF7B-4107-81C2-6039C89F0FD6\",\n            \"Locator\": \"RBPIIO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T16:46:02.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14920,\n            \"UniqueId\": \"AIR-0B0AD295-A82D-4B11-909F-7ABDF3AFE358\",\n            \"Locator\": \"3PJFC6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T17:26:11.153\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14921,\n            \"UniqueId\": \"AIR-E2E68DDF-CD84-4687-851D-3ED660A05074\",\n            \"Locator\": \"RDEFSB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T17:26:14.873\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14922,\n            \"UniqueId\": \"AIR-6E810530-BC8A-4901-8672-9B47B0BEEF5C\",\n            \"Locator\": \"PR_AIR-968699B9B6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T19:33:44.463\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14923,\n            \"UniqueId\": \"AIR-EEA499A4-F501-4EAC-9CF9-F541589AEDA9\",\n            \"Locator\": \"KULORC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T19:53:18.77\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14820,\n            \"UniqueId\": \"AIR-624BA466-5F57-417E-91D6-B58CBB618586\",\n            \"Locator\": \"KLLYCT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-29T11:44:49.757\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14924,\n            \"UniqueId\": \"AIR-5863F210-0BDE-49C3-A083-020D7E6BD217\",\n            \"Locator\": \"25GBI8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T08:41:47.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14925,\n            \"UniqueId\": \"AIR-ECB800E9-6B0B-4B54-BB34-3825E6ADCEC0\",\n            \"Locator\": \"YPYIAT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T08:41:52.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14926,\n            \"UniqueId\": \"AIR-670F6134-B788-4637-A9DE-D3A449B40F07\",\n            \"Locator\": \"25NKCV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T08:50:42.043\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14927,\n            \"UniqueId\": \"AIR-679C6C8A-98A1-4116-9B6D-24E6AEDD30CF\",\n            \"Locator\": \"25NYES\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T08:53:01.93\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14928,\n            \"UniqueId\": \"AIR-9CE7901B-E8D6-4A38-BBFD-7EC153B6748D\",\n            \"Locator\": \"25SKTD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T08:57:42.763\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14929,\n            \"UniqueId\": \"AIR-AC4E4690-EBE6-418D-A24D-BE3270336F0A\",\n            \"Locator\": \"ERROR_AIR-0A423ED133\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T09:00:02.647\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14930,\n            \"UniqueId\": \"AIR-23D3A4A1-6FC4-447E-97A0-CB15A3295DDE\",\n            \"Locator\": \"25SEJW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T09:03:03.233\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14931,\n            \"UniqueId\": \"AIR-0C223310-D72C-4AC8-A987-A1F5EB3C7E09\",\n            \"Locator\": \"QZNFUG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T09:09:28.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14932,\n            \"UniqueId\": \"AIR-5FD5E433-CF9E-4701-A497-3D63A6D94425\",\n            \"Locator\": \"SEYCQW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T10:25:36.523\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14933,\n            \"UniqueId\": \"AIR-6CD0BAFF-8EA3-42B4-BE0B-0685F5A7F72D\",\n            \"Locator\": \"QAACGK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T10:38:48.11\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14934,\n            \"UniqueId\": \"AIR-E1F37E3F-9973-47C8-815A-6E2C5A6DB38B\",\n            \"Locator\": \"LUQBRW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T10:48:35.757\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14935,\n            \"UniqueId\": \"AIR-A94F71F3-9C56-45CC-A14F-0B130FCAA987\",\n            \"Locator\": \"YPPQDR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T10:58:23.35\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14936,\n            \"UniqueId\": \"AIR-3E73BB46-F50A-4388-A96B-38AB359719A8\",\n            \"Locator\": \"27EEG3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T11:00:01.443\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14937,\n            \"UniqueId\": \"AIR-34F15F67-4E9F-46FE-977D-9D640ACAE6E6\",\n            \"Locator\": \"SEMNKL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T11:34:29.537\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14938,\n            \"UniqueId\": \"AIR-E2744F57-CBF9-46D2-8D96-2BEE98EF5E4A\",\n            \"Locator\": \"SFRKYK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T11:46:18.253\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14939,\n            \"UniqueId\": \"AIR-B31AC681-2000-4C01-9763-53C68C97FC7B\",\n            \"Locator\": \"SFXJQN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T12:06:33.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14940,\n            \"UniqueId\": \"AIR-EFF3C3DE-5D52-4E50-9E3F-0A06F2873C96\",\n            \"Locator\": \"LYXXGU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T15:44:14.157\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14941,\n            \"UniqueId\": \"AIR-F8536B09-5CB1-40F0-A74A-68541FB40ED0\",\n            \"Locator\": \"2CFQSW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T16:33:29.257\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14942,\n            \"UniqueId\": \"AIR-BF954293-2A34-4B12-808F-203AEEE16751\",\n            \"Locator\": \"ERROR_AIR-2DD9B2DAFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T17:39:20.45\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14943,\n            \"UniqueId\": \"AIR-F38708A1-7086-40CE-B97E-47A84B439D4B\",\n            \"Locator\": \"ERROR_AIR-48DEC1D6D2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T17:40:45.137\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14944,\n            \"UniqueId\": \"AIR-0669C735-7AE4-4113-885F-5B8D65555D93\",\n            \"Locator\": \"ERROR_AIR-C1BA7C01D6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T17:41:39.743\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14945,\n            \"UniqueId\": \"AIR-7EE44D77-6D37-440A-9E25-3EA8FA9C2428\",\n            \"Locator\": \"SOBCPN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T17:43:18.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14946,\n            \"UniqueId\": \"AIR-1127939A-3769-4BD6-A395-8805FA9FA9AC\",\n            \"Locator\": \"ERROR_AIR-503264AB79\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T17:45:55.923\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14947,\n            \"UniqueId\": \"AIR-139F2FE1-083D-4C3C-90E5-C6EF10582CA9\",\n            \"Locator\": \"ERROR_AIR-0F940D2267\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T17:47:25.257\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14949,\n            \"UniqueId\": \"AIR-F0B58E66-D42D-43B9-89F6-A14A3198082E\",\n            \"Locator\": \"2DLUOC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T18:03:31.303\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14948,\n            \"UniqueId\": \"AIR-A93C365B-B8B2-43F7-9913-866BC076B58C\",\n            \"Locator\": \"LDNEQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T18:07:19.66\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14950,\n            \"UniqueId\": \"AIR-B7C9D4BC-3A67-440F-9444-191DD457154C\",\n            \"Locator\": \"2EUIFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T19:23:07.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14951,\n            \"UniqueId\": \"AIR-76FEB844-812E-437C-AB54-6275E4BAFB01\",\n            \"Locator\": \"TUXQQI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T08:12:26.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14952,\n            \"UniqueId\": \"AIR-4C146439-6457-481D-AE7E-188667B6FAC5\",\n            \"Locator\": \"ZXHHBW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T10:58:02.063\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14953,\n            \"UniqueId\": \"AIR-CDF03BA8-F10A-4704-8FDD-CFB929FF3B70\",\n            \"Locator\": \"2SCSZO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T11:07:29.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14954,\n            \"UniqueId\": \"AIR-1C67540B-8B5B-4A24-AE28-DC7C84EBFC62\",\n            \"Locator\": \"TWBNEY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T11:07:31.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14955,\n            \"UniqueId\": \"AIR-C7635CB2-F016-4713-9543-677288082F4C\",\n            \"Locator\": \"TXWQAW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T12:00:43.243\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14956,\n            \"UniqueId\": \"AIR-236527CC-6421-4B8A-BA9F-FD655BE56587\",\n            \"Locator\": \"LNPIRO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T13:46:17.713\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14957,\n            \"UniqueId\": \"AIR-C0924E50-A46B-4DE8-B9E1-80CF4A4A653A\",\n            \"Locator\": \"PR_AIR-B8312D4115\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T13:59:29.773\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14958,\n            \"UniqueId\": \"AIR-A6354D91-DEEF-4CE1-9F09-65F23668ADFD\",\n            \"Locator\": \"PR_AIR-4F87E6DD9A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T14:02:20.15\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14959,\n            \"UniqueId\": \"AIR-3BA2A042-685B-4746-97F6-09600DC22EF2\",\n            \"Locator\": \"2UVLJK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T14:06:38.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14960,\n            \"UniqueId\": \"AIR-C0CC2871-ECD7-4D87-A10F-81B914B31088\",\n            \"Locator\": \"LOAOKZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T14:08:25.25\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14961,\n            \"UniqueId\": \"AIR-ACCA0111-88FB-47C9-8677-B16E8C614DC6\",\n            \"Locator\": \"TASLJB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T14:29:33.37\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14962,\n            \"UniqueId\": \"AIR-7B6AA5A7-3DD8-4404-946B-C39DA794CBE7\",\n            \"Locator\": \"2V9G7C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T14:30:23.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14963,\n            \"UniqueId\": \"AIR-BC35E8E4-234E-4B5F-8EBF-4D3891B2DDD7\",\n            \"Locator\": \"TACSYQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T14:39:50.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14859,\n            \"UniqueId\": \"AIR-A936A7BE-B981-44D6-B6A5-D11E9073D6A2\",\n            \"Locator\": \"XHAQYN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T14:48:44.533\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14964,\n            \"UniqueId\": \"AIR-6FD03848-3026-4BB9-848F-A053168A5B41\",\n            \"Locator\": \"TAIXWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T14:49:22.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14965,\n            \"UniqueId\": \"AIR-727FF5FB-03E6-405C-A212-11BFE2B11929\",\n            \"Locator\": \"2VU2Y6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T15:06:36.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14966,\n            \"UniqueId\": \"AIR-6AC4C67B-BEAC-431F-901B-F7214DDFA607\",\n            \"Locator\": \"TBXABA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T15:06:41.583\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14967,\n            \"UniqueId\": \"AIR-067D104F-E4F3-4487-968C-42EB5E55D574\",\n            \"Locator\": \"2W6IYM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T15:37:20.257\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14968,\n            \"UniqueId\": \"AIR-A1C1E2C2-CCF4-4432-83C1-F2ED0B9F2847\",\n            \"Locator\": \"2WCGY8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T15:43:35.647\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14970,\n            \"UniqueId\": \"AIR-CC858379-AE49-4A18-8258-4645CF22D40E\",\n            \"Locator\": \"2WD6CH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T15:53:45.543\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14969,\n            \"UniqueId\": \"AIR-FFC2D921-645C-48E0-A43F-29F983BBAD9A\",\n            \"Locator\": \"2WDDMV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T16:03:05.09\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14971,\n            \"UniqueId\": \"AIR-A466C0D0-48A4-4604-A197-EE195EDBC811\",\n            \"Locator\": \"TDXBSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T16:09:03.453\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14972,\n            \"UniqueId\": \"AIR-1C8097C2-70A6-4984-9149-7F0C82C88B2B\",\n            \"Locator\": \"MSPTMY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T16:10:22.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14973,\n            \"UniqueId\": \"AIR-522B3AED-4879-4F47-B09B-777DC45DE5E4\",\n            \"Locator\": \"2X9WZO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T16:53:55.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14974,\n            \"UniqueId\": \"AIR-31378920-328E-4C0D-A987-E0B8D6D8C6A8\",\n            \"Locator\": \"MWXBLG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T17:02:31.483\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14975,\n            \"UniqueId\": \"AIR-E50C1369-6B6E-41B9-BBF0-B311B14AE5C8\",\n            \"Locator\": \"MXVBTF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T17:17:06.433\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14976,\n            \"UniqueId\": \"AIR-4214F2D1-6476-4887-B442-4B0A36FD9E75\",\n            \"Locator\": \"TIAMKN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T17:17:21.327\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14978,\n            \"UniqueId\": \"AIR-8CA8269D-1A7E-44B0-9FF7-F488819685AE\",\n            \"Locator\": \"ERROR_AIR-363F77EA42\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T17:40:48.893\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14979,\n            \"UniqueId\": \"AIR-0B5DBF3D-28B8-4118-9779-6BED6DB02AFC\",\n            \"Locator\": \"ERROR_AIR-15F1F42AC1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T17:42:35.303\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14980,\n            \"UniqueId\": \"AIR-AC3D4B46-8845-41DE-A145-4D9A68E76E20\",\n            \"Locator\": \"TKSSQV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T17:51:51.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14977,\n            \"UniqueId\": \"AIR-F778949A-9C7E-485F-AAE9-B317EE0DB02B\",\n            \"Locator\": \"2XS9FJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T17:53:12.743\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14981,\n            \"UniqueId\": \"AIR-9D11C956-6D7B-439C-80C6-35BE9A326821\",\n            \"Locator\": \"MZQTAO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T17:54:10.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14982,\n            \"UniqueId\": \"AIR-35CE0943-C169-43F3-AA61-F78A1D524D89\",\n            \"Locator\": \"MZXVHX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:03:46.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14983,\n            \"UniqueId\": \"AIR-8526F545-472A-40BF-B46E-FD5576581742\",\n            \"Locator\": \"2Y9J7Y\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:07:56.623\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14984,\n            \"UniqueId\": \"AIR-8E7AAB13-9592-4965-A241-4E0D9792990F\",\n            \"Locator\": \"MZATKJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:08:01.407\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14985,\n            \"UniqueId\": \"AIR-D5352A95-F124-40C7-9949-4D5A3BBA1431\",\n            \"Locator\": \"TKHNFI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:13:39.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14986,\n            \"UniqueId\": \"AIR-7F3B67FB-6314-4C68-AB85-2A67FE065602\",\n            \"Locator\": \"MZFSRO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:16:30.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14987,\n            \"UniqueId\": \"AIR-3D0284D2-7123-42DB-90B3-FC79F03193B8\",\n            \"Locator\": \"2YIA4X\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:19:37.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14988,\n            \"UniqueId\": \"AIR-B98044CC-C353-47B8-A805-AAB59798FD4A\",\n            \"Locator\": \"MZGLPQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:19:40.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14989,\n            \"UniqueId\": \"AIR-B7E05619-7A9C-4BF4-9C4D-218613D9AAC0\",\n            \"Locator\": \"ZCVYWH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:23:56.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14991,\n            \"UniqueId\": \"AIR-E6E669AE-F1AB-4FE8-839C-7CC88BAD154B\",\n            \"Locator\": \"2YKRA2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:28:39.917\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14994,\n            \"UniqueId\": \"AIR-D92C7FC1-5CA5-4E63-99CC-0A3CA22573BD\",\n            \"Locator\": \"2YLXR6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:30:24.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14992,\n            \"UniqueId\": \"AIR-9EEBADF1-3066-48B2-B4ED-47372C969E6C\",\n            \"Locator\": \"2YQ4DW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:32:26.01\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14990,\n            \"UniqueId\": \"AIR-0CBDFED5-B16B-4755-8B77-B35EDD3920D0\",\n            \"Locator\": \"MZJYGU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:37:06.96\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14996,\n            \"UniqueId\": \"AIR-C841B510-BB7B-4298-B369-5F18A805E115\",\n            \"Locator\": \"2YOX8O\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:37:27.02\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14993,\n            \"UniqueId\": \"AIR-5D0ADCBF-572F-443F-85FC-58DFCD31D1B2\",\n            \"Locator\": \"2YN9LQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:42:37.55\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14995,\n            \"UniqueId\": \"AIR-FCF21807-4172-421F-9C8F-954802FAA48C\",\n            \"Locator\": \"ZCWJSJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T18:46:41.39\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14997,\n            \"UniqueId\": \"AIR-CA82267E-6925-4181-8298-258CE7A03C70\",\n            \"Locator\": \"TNQPOC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T20:34:26.413\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14998,\n            \"UniqueId\": \"AIR-3F916357-3E0F-43A4-A726-D470A501DB3F\",\n            \"Locator\": \"TNSWXR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T20:37:25.033\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14999,\n            \"UniqueId\": \"AIR-53D0B085-7138-4AAC-8D84-2720D2C726D6\",\n            \"Locator\": \"TOGCGL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T22:06:59.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15000,\n            \"UniqueId\": \"AIR-04CD406E-CA9B-4488-AF11-84539BE3BFB6\",\n            \"Locator\": \"TPCYHH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T23:38:46.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15001,\n            \"UniqueId\": \"AIR-408EDC76-5A72-4666-8510-1E5F8287CC4A\",\n            \"Locator\": \"TPDEYT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T23:46:29.107\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15002,\n            \"UniqueId\": \"AIR-DCB4E66F-39F8-491C-874D-2D146521213E\",\n            \"Locator\": \"TPFYVV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-01T23:58:33.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14897,\n            \"UniqueId\": \"AIR-03E1ABEB-BE58-4A0F-A748-8AB330512939\",\n            \"Locator\": \"QERTNR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T00:06:39.293\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15003,\n            \"UniqueId\": \"AIR-5CC5E3F3-2DEA-4FAD-8584-434363E966EB\",\n            \"Locator\": \"3BMNMF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T07:41:07.77\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15004,\n            \"UniqueId\": \"AIR-4B82FDBD-FC0C-4DAB-BC1C-93D5CEEC4A18\",\n            \"Locator\": \"3BQXL9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T07:45:06.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15005,\n            \"UniqueId\": \"AIR-F8541A6F-51A1-4C77-BCD6-0CD587AF4DD5\",\n            \"Locator\": \"MLNUAJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T07:45:17.143\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15006,\n            \"UniqueId\": \"AIR-F2A9CCE6-FEFD-496A-B740-C02BE6E5437C\",\n            \"Locator\": \"QPYAUF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T08:15:57.893\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15007,\n            \"UniqueId\": \"AIR-A26F2C37-62C1-4878-B51E-00E281628F94\",\n            \"Locator\": \"3C4DXF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T08:18:38.64\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15008,\n            \"UniqueId\": \"AIR-BB5F6C01-F6BB-4D4B-8AB6-EB1E097F0349\",\n            \"Locator\": \"UYQWIR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T08:18:43.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15009,\n            \"UniqueId\": \"AIR-346D5B12-16CF-4FD2-B4E5-A64BE3BE1E8C\",\n            \"Locator\": \"MNRNGT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T08:50:42.187\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15010,\n            \"UniqueId\": \"AIR-C530F228-E623-472F-A16F-247015BBE21A\",\n            \"Locator\": \"ZHQUBJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T08:55:51.037\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15011,\n            \"UniqueId\": \"AIR-0FFC3B1C-A36B-4C78-97F0-F6B456C41496\",\n            \"Locator\": \"MNJRGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T09:17:14.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15013,\n            \"UniqueId\": \"AIR-880F2BD3-D2AD-4AE3-AD0C-363B7A96632E\",\n            \"Locator\": \"3DR8YH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T10:05:12.007\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15012,\n            \"UniqueId\": \"AIR-507EB76B-51B5-4C14-8737-5DFE96F6DED4\",\n            \"Locator\": \"3DO3JB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T10:07:12.85\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15014,\n            \"UniqueId\": \"AIR-9AB7564F-C832-4FE1-88F1-694CB73DBB9F\",\n            \"Locator\": \"3DSZTT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T10:11:57.867\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15015,\n            \"UniqueId\": \"AIR-B195C6AA-B545-48F7-82E9-9FFDE88DA4CD\",\n            \"Locator\": \"ERROR_AIR-F9BD5F62BF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T10:18:32.963\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15016,\n            \"UniqueId\": \"AIR-49B58B0D-563C-460C-AEDD-6C55B1B5AD9D\",\n            \"Locator\": \"3DTZV4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T10:23:30.573\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15017,\n            \"UniqueId\": \"AIR-525F4542-2D3B-4A3B-9BDB-99B6CB3B28EA\",\n            \"Locator\": \"3E2YMB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T10:25:59.107\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15018,\n            \"UniqueId\": \"AIR-45D3DFF2-E191-4935-9271-D360D8FF56F2\",\n            \"Locator\": \"3E4KOB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T10:31:53.777\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15019,\n            \"UniqueId\": \"AIR-7E3E1007-A2D2-45C0-BEAC-410FD61785ED\",\n            \"Locator\": \"3EH5K2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T10:54:21.637\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15020,\n            \"UniqueId\": \"AIR-451CFA98-68FA-497A-854A-9BF9E4B4BDBC\",\n            \"Locator\": \"UJLBEG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T14:08:56.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15021,\n            \"UniqueId\": \"AIR-F0AE3235-7EB4-445C-9A4D-F026C7B1EAAC\",\n            \"Locator\": \"3HHZTJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T14:17:45.327\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15023,\n            \"UniqueId\": \"AIR-7344F4D2-48AB-4779-A421-2CEC78D7145B\",\n            \"Locator\": \"3HXSSH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T14:53:13.687\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15024,\n            \"UniqueId\": \"AIR-D5E271CA-DFF7-4921-9E68-EB04F38F4FE0\",\n            \"Locator\": \"QBMRLO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:00:06.807\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15025,\n            \"UniqueId\": \"AIR-B880BFA4-0F61-4CDB-AB3C-3C7446452B01\",\n            \"Locator\": \"RTTYHV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:11:18.017\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15026,\n            \"UniqueId\": \"AIR-CC01B6BC-AC70-4A44-8385-2D082397F601\",\n            \"Locator\": \"QCVSTL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:14:52.583\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15027,\n            \"UniqueId\": \"AIR-8DC5745A-8579-44EE-95A6-98676A22530F\",\n            \"Locator\": \"3ICCKA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:18:11.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15028,\n            \"UniqueId\": \"AIR-3F137FD2-52EE-4935-BDC6-D1E72E075F2D\",\n            \"Locator\": \"QCWLHM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:18:17.68\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15029,\n            \"UniqueId\": \"AIR-82268EB9-B30B-4664-A488-6F07B6BBA768\",\n            \"Locator\": \"3IHV5U\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:33:22.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15030,\n            \"UniqueId\": \"AIR-C42A0325-C93E-4718-B666-10251B4236E8\",\n            \"Locator\": \"3IKKF8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:36:21.773\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15031,\n            \"UniqueId\": \"AIR-65B340CB-D852-400C-B776-C392C543A207\",\n            \"Locator\": \"3IMDFO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:39:47.31\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15032,\n            \"UniqueId\": \"AIR-A64D3B43-ED22-4C8C-8BB3-9E66C1979E4C\",\n            \"Locator\": \"QDSUUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:46:15.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15033,\n            \"UniqueId\": \"AIR-60BEA52E-834E-4CEA-97D0-B4DA279C5C49\",\n            \"Locator\": \"RTBYNX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T15:59:05.127\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15034,\n            \"UniqueId\": \"AIR-14367E26-64E1-4BDA-BE65-E2432E38DB13\",\n            \"Locator\": \"3IYHFF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:00:33.5\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15035,\n            \"UniqueId\": \"AIR-6F275422-A910-4869-9F16-2AB1D4E0A0A2\",\n            \"Locator\": \"QDGLUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:08:42.82\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15036,\n            \"UniqueId\": \"AIR-F01B3F9C-D5A6-4FAB-B898-BA723CA8FD64\",\n            \"Locator\": \"3J7PFS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:21:07.077\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15038,\n            \"UniqueId\": \"AIR-7B761D99-7749-470A-80E6-E7107DA8DD5B\",\n            \"Locator\": \"UOMKID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:27:37.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15039,\n            \"UniqueId\": \"AIR-394B3EE9-36C2-4933-AF47-C42F7CF64788\",\n            \"Locator\": \"RTGBYM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:31:40.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15040,\n            \"UniqueId\": \"AIR-3F6A2D0C-6AD4-4274-A521-B061EE065B92\",\n            \"Locator\": \"QEGVHB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:37:28.323\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15041,\n            \"UniqueId\": \"AIR-18D369EB-FAE5-45D1-823E-2AC7167C4D94\",\n            \"Locator\": \"3JG3O5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:39:29.54\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15044,\n            \"UniqueId\": \"AIR-82A66187-CBD4-4A7E-B092-0DD349E8A224\",\n            \"Locator\": \"UPNQJO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:44:53.32\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15045,\n            \"UniqueId\": \"AIR-F4B83C2A-1DEB-4ECA-82A4-9B66A91EC9E4\",\n            \"Locator\": \"ZMITQZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:47:50.937\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15046,\n            \"UniqueId\": \"AIR-19B2EFBF-A298-4E93-902B-DBD77CD30312\",\n            \"Locator\": \"VQVQXP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:48:56.217\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15037,\n            \"UniqueId\": \"AIR-29BD458B-3726-4EFD-8074-3E362FD259D6\",\n            \"Locator\": \"UOJARH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:55:10.24\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15047,\n            \"UniqueId\": \"AIR-34F807D6-10FB-49DE-BB2A-98B73E3C5037\",\n            \"Locator\": \"VQOZYG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T16:59:02.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15048,\n            \"UniqueId\": \"AIR-AFE914B5-5A4B-4C77-A0D2-8DCA0C818407\",\n            \"Locator\": \"QGCQSN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T17:02:58.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15049,\n            \"UniqueId\": \"AIR-14E8E920-785E-4E54-B198-DD26F99CE4B7\",\n            \"Locator\": \"QGIESH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T17:07:30.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15043,\n            \"UniqueId\": \"AIR-E4FE61D4-8099-4B35-A89F-904B42053396\",\n            \"Locator\": \"UPDMPI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T17:10:43.42\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15051,\n            \"UniqueId\": \"AIR-AEBABC06-1084-41F1-BC7C-46A4CD3CD24C\",\n            \"Locator\": \"ZNUCEO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T17:12:02.98\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15050,\n            \"UniqueId\": \"AIR-356CB1D4-41EA-4823-AFD3-3F945DB9C5F8\",\n            \"Locator\": \"3JYRZX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T17:14:34.017\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15053,\n            \"UniqueId\": \"AIR-6065B17E-D9F9-4E5F-8B6F-503A3A811E3A\",\n            \"Locator\": \"QHKSOQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T17:34:51.003\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15022,\n            \"UniqueId\": \"AIR-D97AB7E6-04E0-4EF9-A67E-45ED960514A1\",\n            \"Locator\": \"QZIFDY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T17:47:02.733\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15054,\n            \"UniqueId\": \"AIR-2ABF3BEC-15E5-44F0-83C7-EF1B05902E8E\",\n            \"Locator\": \"3L4WTW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T18:24:43.747\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15055,\n            \"UniqueId\": \"AIR-3D0D7C71-9C6D-40A9-B287-3EC71AC8CA89\",\n            \"Locator\": \"3L6SLJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T18:28:07.47\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15057,\n            \"UniqueId\": \"AIR-7539CCB0-C66C-49C4-B83E-D9E886F26493\",\n            \"Locator\": \"3L7JZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T18:32:28.547\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15058,\n            \"UniqueId\": \"AIR-27846D21-090B-4F30-BE35-92C47D48B0FF\",\n            \"Locator\": \"VVXSNP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-02T18:32:34.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15059,\n            \"UniqueId\": \"AIR-C905AA6F-65F9-4723-AE14-5D4B7FE543A7\",\n            \"Locator\": \"AVHBVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T09:42:19.517\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15060,\n            \"UniqueId\": \"AIR-49DF180C-6C1C-458C-99CB-DE000A4CEE5E\",\n            \"Locator\": \"RGOUBC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T10:55:52.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15061,\n            \"UniqueId\": \"AIR-81437174-163D-44EC-A137-1F8DD87A24F2\",\n            \"Locator\": \"WRXPON\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T11:29:55.52\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15062,\n            \"UniqueId\": \"AIR-DE7FB752-A38C-4AA0-B3C0-A09DD76F4964\",\n            \"Locator\": \"3ZR8D3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T11:46:44.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15063,\n            \"UniqueId\": \"AIR-2A482826-02DB-42F9-B34B-174063441616\",\n            \"Locator\": \"3ZSZ8B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T11:52:23.88\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15064,\n            \"UniqueId\": \"AIR-96D42260-0FFC-434E-8722-4440D4D63317\",\n            \"Locator\": \"RBSSLS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T12:11:25.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15065,\n            \"UniqueId\": \"AIR-A42BF182-9BCE-43CD-A44A-ED788C814130\",\n            \"Locator\": \"WRIZZJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T12:16:36.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15067,\n            \"UniqueId\": \"AIR-5C23F42C-D917-4B9B-B8D0-987900CBEB9D\",\n            \"Locator\": \"42FZL8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T12:24:10.63\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15066,\n            \"UniqueId\": \"AIR-E2F661A4-5385-4840-84FB-4251E55DB617\",\n            \"Locator\": \"RHMXEM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T12:26:47.023\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15068,\n            \"UniqueId\": \"AIR-EF1B412F-5832-4753-AEF9-2FDDD2223DA9\",\n            \"Locator\": \"WRMNVK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T12:35:38.147\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15070,\n            \"UniqueId\": \"AIR-D6FD8582-074E-4F29-A74E-4DA6CFC666F8\",\n            \"Locator\": \"AWCLSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T13:16:34.387\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15071,\n            \"UniqueId\": \"AIR-A19C90FD-F1E7-4DFF-B2D4-2B0DD82DDE35\",\n            \"Locator\": \"RJMKZM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T14:53:53.207\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15069,\n            \"UniqueId\": \"AIR-1BB1C3D6-D135-476B-91DC-AE14B7D386BB\",\n            \"Locator\": \"RISVEN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T15:20:58.187\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15072,\n            \"UniqueId\": \"AIR-65C513DF-377E-461D-AE21-61E76F408BFC\",\n            \"Locator\": \"RKWUJM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T15:24:19.07\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15073,\n            \"UniqueId\": \"AIR-960D369F-B6F0-4747-A4CA-A79A19F57E75\",\n            \"Locator\": \"WUUAUO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T15:26:19.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15074,\n            \"UniqueId\": \"AIR-71DA9322-8243-468E-B586-3B7CC49EB55E\",\n            \"Locator\": \"WUGIIZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T16:09:53.007\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15075,\n            \"UniqueId\": \"AIR-E3CDDEBC-3101-48EF-90A0-D336924F791C\",\n            \"Locator\": \"WVUJIJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T16:49:52.383\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15076,\n            \"UniqueId\": \"AIR-A31195EA-830E-4910-A711-60C9E03FED30\",\n            \"Locator\": \"RCQQQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T16:53:52.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15077,\n            \"UniqueId\": \"AIR-75943BE5-F764-4AA0-A9CC-754D6BE95F24\",\n            \"Locator\": \"AXDSUG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T17:15:05.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15078,\n            \"UniqueId\": \"AIR-AB5E2719-4B28-40AA-AF1C-1BECF753E732\",\n            \"Locator\": \"RMRVAU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T17:55:49.817\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15079,\n            \"UniqueId\": \"AIR-3F3127B5-B9A9-4824-951C-826C20B65C3F\",\n            \"Locator\": \"ROVXQA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T19:21:48.827\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14818,\n            \"UniqueId\": \"AIR-193BEA5E-73ED-479C-AEB1-2ECDFA9DD971\",\n            \"Locator\": \"KLAISE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T21:19:47.167\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14813,\n            \"UniqueId\": \"AIR-51D91DDF-5D19-44FF-9626-2E2BA8751C5D\",\n            \"Locator\": \"GDUURU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T21:19:58.273\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14819,\n            \"UniqueId\": \"AIR-C97EB651-D50E-4CEB-B2C9-D8DCA5449DAB\",\n            \"Locator\": \"GDLGAB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T21:20:14.943\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15081,\n            \"UniqueId\": \"AIR-751053A5-0E10-4702-9B2E-D5745B1BDC13\",\n            \"Locator\": \"WZDAUK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-03T22:59:06.967\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15082,\n            \"UniqueId\": \"AIR-73A9C170-EE15-4539-B22E-7187746AD7AC\",\n            \"Locator\": \"WPLVSN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T09:41:52.46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15083,\n            \"UniqueId\": \"AIR-45CD445D-8E01-422F-96EF-D3D46E616EFD\",\n            \"Locator\": \"SGJAHZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T09:47:27.893\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15086,\n            \"UniqueId\": \"AIR-A63C98FD-E8EB-434C-A49B-6C1E90BFF5CB\",\n            \"Locator\": \"ADLMAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T09:51:57.51\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15087,\n            \"UniqueId\": \"AIR-309FB18A-3A65-4643-AF2A-202BDAA749A8\",\n            \"Locator\": \"RGBGQZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T10:20:18.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15088,\n            \"UniqueId\": \"AIR-3701FF42-86AB-4CC5-8D9E-7DB4436C846E\",\n            \"Locator\": \"4LJ8M9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T10:27:03.19\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15090,\n            \"UniqueId\": \"AIR-0ECEACD4-1758-4F88-80C6-383F17BFC79D\",\n            \"Locator\": \"SHLHVG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T10:54:43.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15091,\n            \"UniqueId\": \"AIR-8163628F-311B-49EB-84B4-F8DC5E8BA5D8\",\n            \"Locator\": \"XRRHDY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T10:55:30.867\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15093,\n            \"UniqueId\": \"AIR-9E03011A-7663-4E7A-A9C8-2196895FA863\",\n            \"Locator\": \"SHNEOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T10:59:09.283\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15094,\n            \"UniqueId\": \"AIR-9384AF78-D71B-4868-9A92-F0380E40AED3\",\n            \"Locator\": \"SITRBM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T11:12:12.683\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15096,\n            \"UniqueId\": \"AIR-4C69E278-AB16-416A-B151-3B4675663F0D\",\n            \"Locator\": \"RGHHLL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T11:22:42.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15092,\n            \"UniqueId\": \"AIR-9D2AB38D-CF4D-4470-BAF8-1AF410C8C35C\",\n            \"Locator\": \"SHMXNC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T11:28:58.883\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15095,\n            \"UniqueId\": \"AIR-55B13D4B-3BD2-484D-9ECE-7BD86E5B03D6\",\n            \"Locator\": \"4MDUIU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T11:30:28.96\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15097,\n            \"UniqueId\": \"AIR-A54F0F7B-B0CF-46D9-AFC7-2B168E0870B9\",\n            \"Locator\": \"XSOKQE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T12:52:56.853\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15098,\n            \"UniqueId\": \"AIR-CAF5C0E6-1716-405B-ADD3-A4471C00C230\",\n            \"Locator\": \"XSPLLF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T12:54:52.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15099,\n            \"UniqueId\": \"AIR-01E9C932-9AE2-4924-BC9E-172D02A4A7DA\",\n            \"Locator\": \"AFSZMT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T13:18:04.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15101,\n            \"UniqueId\": \"AIR-DA3F5941-2021-46A9-A238-11EFC9B753E5\",\n            \"Locator\": \"SKCHZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T13:30:04.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15102,\n            \"UniqueId\": \"AIR-BE446C08-CE68-4326-B80A-D0177C801851\",\n            \"Locator\": \"XTMKZG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T13:40:02.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15103,\n            \"UniqueId\": \"AIR-14D2A25C-B862-4ABD-BBC7-4936AE867A98\",\n            \"Locator\": \"SKKXMS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T13:46:18.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15104,\n            \"UniqueId\": \"AIR-A7A0AC66-9103-4066-87CA-799BC8F083EC\",\n            \"Locator\": \"RHXLSV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T13:49:48.213\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15105,\n            \"UniqueId\": \"AIR-B5CC7C64-A2F8-4D7B-816D-488953F240DB\",\n            \"Locator\": \"XUUBNH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T13:55:38.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15100,\n            \"UniqueId\": \"AIR-B6E93158-E452-44F1-ADE1-C74F56B93A3E\",\n            \"Locator\": \"4O84W3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T13:55:42.667\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15106,\n            \"UniqueId\": \"AIR-97FF2FFD-9069-434F-8332-6E836299F47C\",\n            \"Locator\": \"SLRGZU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T13:59:47.377\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15107,\n            \"UniqueId\": \"AIR-3D50E974-4D4F-4A42-9E82-3BDE38632FC2\",\n            \"Locator\": \"RHZUNV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:01:41.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15108,\n            \"UniqueId\": \"AIR-13E54977-E9BC-4D75-A594-6066A428F968\",\n            \"Locator\": \"XUYDFA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:03:33.937\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15109,\n            \"UniqueId\": \"AIR-168DA6DF-30A9-49ED-9BE9-CAEB18EBCDC6\",\n            \"Locator\": \"SLVCTV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:07:23.457\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15110,\n            \"UniqueId\": \"AIR-1EEFAA2C-B1D9-4C20-8A0D-7947311C091A\",\n            \"Locator\": \"XUGBJV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:17:02.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15111,\n            \"UniqueId\": \"AIR-128E4717-25D9-4FE2-9FAB-0AFBC558925E\",\n            \"Locator\": \"SLCMQB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:19:17.117\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15112,\n            \"UniqueId\": \"AIR-161B169F-04CB-42E5-9230-BBE9BA174E8D\",\n            \"Locator\": \"SLOPHZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:40:11.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15113,\n            \"UniqueId\": \"AIR-3723CE3D-2FDA-4877-ACFB-301E4BE697DA\",\n            \"Locator\": \"XVUGVN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:40:31.27\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15114,\n            \"UniqueId\": \"AIR-DEB5F236-9734-445A-9152-DAB0BD3B9AEC\",\n            \"Locator\": \"AFJULD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:49:58.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15115,\n            \"UniqueId\": \"AIR-5BD51399-466F-4F0A-A519-3A2C4BEF0A9F\",\n            \"Locator\": \"SMDBSN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:52:31.303\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15116,\n            \"UniqueId\": \"AIR-DF96A805-2601-466A-B2DB-1CCE0F2DDF54\",\n            \"Locator\": \"XVNOVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T14:56:47.037\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15119,\n            \"UniqueId\": \"AIR-5B36209F-8C36-4D47-A0DF-7CA418D2BAF8\",\n            \"Locator\": \"4PTHVL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:18:57.713\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15120,\n            \"UniqueId\": \"AIR-C05FAA37-8E97-469F-B02F-910456287F74\",\n            \"Locator\": \"4PPMSI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:24:47.287\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15118,\n            \"UniqueId\": \"AIR-4A9A4107-39CB-45DB-AE0E-E176EB0AF586\",\n            \"Locator\": \"RHKWJR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:25:02.983\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15122,\n            \"UniqueId\": \"AIR-C12359C3-1D2A-4491-82AF-658C058CEE87\",\n            \"Locator\": \"SNYUPF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:30:24.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15123,\n            \"UniqueId\": \"AIR-45DCDCA8-596B-47B3-82B5-5164CB195EDD\",\n            \"Locator\": \"XWJXIP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:33:17.723\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15124,\n            \"UniqueId\": \"AIR-5911FB8F-574D-4741-BBFB-00C1A407D193\",\n            \"Locator\": \"ERROR_AIR-48F314F1D3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:34:25.833\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15117,\n            \"UniqueId\": \"AIR-B643736E-C1EE-41E7-BFC3-7C7E1262ABCE\",\n            \"Locator\": \"XVPABI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:34:40.687\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15125,\n            \"UniqueId\": \"AIR-83BC003B-F9FB-438E-A97A-147267C9B533\",\n            \"Locator\": \"4Q3J6L\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:35:30.263\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15126,\n            \"UniqueId\": \"AIR-ADA000E4-BB6D-4A52-BF0F-666D581163FC\",\n            \"Locator\": \"ERROR_AIR-B12340A1BD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:38:31.25\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15127,\n            \"UniqueId\": \"AIR-A664DC06-E80F-45E5-8721-B8491220EDBA\",\n            \"Locator\": \"XXVWDY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:41:31.013\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15128,\n            \"UniqueId\": \"AIR-6DB220BC-4115-460C-81A2-19AE67BDB8BA\",\n            \"Locator\": \"AGCYGF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T15:55:02.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15131,\n            \"UniqueId\": \"AIR-918D7302-632F-4DD9-AB62-A4E7BCFB8D1B\",\n            \"Locator\": \"TQSWQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T16:25:20.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15130,\n            \"UniqueId\": \"AIR-A7F396AE-32E3-4D73-AAE0-C633CBBF7E08\",\n            \"Locator\": \"TQQRIF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T16:37:45.863\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15132,\n            \"UniqueId\": \"AIR-A611AFEB-4AF2-49EB-A576-25192DA31726\",\n            \"Locator\": \"XAWBVS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T16:42:27.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15133,\n            \"UniqueId\": \"AIR-1947B3BA-4B0B-433E-AAA4-63FF99DF28FC\",\n            \"Locator\": \"ERROR_AIR-DEDD3337D4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T16:42:41.463\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15136,\n            \"UniqueId\": \"AIR-746B810A-DC8E-438D-BEE4-E6F9C0820DE9\",\n            \"Locator\": \"TUORFL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T18:18:54.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15138,\n            \"UniqueId\": \"AIR-F511B4B8-82A8-49EF-8D49-324D6559D6E2\",\n            \"Locator\": \"PR_AIR-D86EE42226\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T19:36:46.183\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15139,\n            \"UniqueId\": \"AIR-E1EB39F9-1469-4492-83D6-88F1BBC46469\",\n            \"Locator\": \"TWRRXV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T19:43:06.19\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15140,\n            \"UniqueId\": \"AIR-DD8E15B9-777C-4829-A67A-5F456203C4ED\",\n            \"Locator\": \"XFXTYR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T19:57:07.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15141,\n            \"UniqueId\": \"AIR-A7AA6E69-B1DA-423E-83AB-547FC1BD9CD1\",\n            \"Locator\": \"XFXGUD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T19:59:01.487\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15142,\n            \"UniqueId\": \"AIR-17721763-B4CE-4AE3-8029-2D10DE49AF40\",\n            \"Locator\": \"TWYILX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T20:11:53.27\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15144,\n            \"UniqueId\": \"AIR-D3907F27-9F57-4730-828F-B8C53CDB02ED\",\n            \"Locator\": \"TXGJVT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-04T22:59:25.53\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15121,\n            \"UniqueId\": \"AIR-D5FDB782-A37F-48F9-9A36-501C7EA3992B\",\n            \"Locator\": \"4PSWRE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T13:08:03.527\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15145,\n            \"UniqueId\": \"AIR-8581B93D-E78E-4D2A-81C4-39502FE2305F\",\n            \"Locator\": \"RPPVTE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T14:26:14.183\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15146,\n            \"UniqueId\": \"AIR-C490AF71-E5C0-436A-A49F-C4A10A8CD195\",\n            \"Locator\": \"SQQIJP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T14:29:36.233\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15147,\n            \"UniqueId\": \"AIR-EF747389-52AD-4F55-91A4-B7DF4A353AFE\",\n            \"Locator\": \"TKKUIW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T14:29:47.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15148,\n            \"UniqueId\": \"AIR-CD437875-E114-4B82-AB44-D6F615047FF5\",\n            \"Locator\": \"SQQKUR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T14:30:40.013\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15150,\n            \"UniqueId\": \"AIR-8BCAEB26-9538-4A54-B2A0-64B3BCBAFD81\",\n            \"Locator\": \"SQQOHE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T14:35:11.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15152,\n            \"UniqueId\": \"AIR-9CE15CD8-C75A-481D-9045-876575583DC2\",\n            \"Locator\": \"SQUVTP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T14:52:40.627\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15151,\n            \"UniqueId\": \"AIR-7ECA8938-546A-4C75-86C9-8D7FFF4DE15A\",\n            \"Locator\": \"SQQPQH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T16:20:21.597\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15153,\n            \"UniqueId\": \"AIR-A857949B-E94E-421F-B72B-AAD656A3F912\",\n            \"Locator\": \"URPNTX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T19:33:13.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15154,\n            \"UniqueId\": \"AIR-07201C2F-13F3-4278-8835-6633C8358C83\",\n            \"Locator\": \"BRNPGL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-06T19:33:24.4\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15155,\n            \"UniqueId\": \"AIR-53525C11-31DD-4AD3-A440-B0E671EA8FBE\",\n            \"Locator\": \"BXSZQY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T08:26:35.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15156,\n            \"UniqueId\": \"AIR-9B139386-A2D3-477D-AA9A-A66CF6BEA81D\",\n            \"Locator\": \"YNNEYX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T08:29:53.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15157,\n            \"UniqueId\": \"AIR-9DDD55F8-5B68-466C-BA4D-9A8675CF4ED1\",\n            \"Locator\": \"YOSIUQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T08:55:03.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15158,\n            \"UniqueId\": \"AIR-89B55A5D-D984-488A-A830-45584748A736\",\n            \"Locator\": \"39OVNT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:14:18.137\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15159,\n            \"UniqueId\": \"AIR-AA66F571-2D24-4BB4-A528-1C0AA2B7B400\",\n            \"Locator\": \"UETWJC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:18:50.13\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15160,\n            \"UniqueId\": \"AIR-24BF662A-61AB-42C4-A72F-B1452EB473AE\",\n            \"Locator\": \"SXDCJU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:23:54.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15161,\n            \"UniqueId\": \"AIR-593304AD-1525-4F24-9E5F-27EC816BB8BF\",\n            \"Locator\": \"39W49F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:26:50.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15162,\n            \"UniqueId\": \"AIR-7F5BAD90-D009-4003-B83C-C1506ED81EBF\",\n            \"Locator\": \"3A4TZC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:36:42.77\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15163,\n            \"UniqueId\": \"AIR-20D807DB-56A0-4DD0-A77D-2F8BECC06AF5\",\n            \"Locator\": \"YODBXP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:40:21.377\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15165,\n            \"UniqueId\": \"AIR-0E95317B-900A-4A52-9859-1AC433DED7E0\",\n            \"Locator\": \"UEZBQV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:49:26.53\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15166,\n            \"UniqueId\": \"AIR-BFD4F5AA-A4C2-43D2-A933-4E8E39450B0E\",\n            \"Locator\": \"3A7GOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:49:33.483\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15167,\n            \"UniqueId\": \"AIR-9E5F4D0D-3AB5-4510-A43B-9A6082A2046A\",\n            \"Locator\": \"UEZDBA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:49:53.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15168,\n            \"UniqueId\": \"AIR-DAC69004-9704-4BC2-8385-32F3B211D07D\",\n            \"Locator\": \"3A7BYZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T09:50:01.013\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14892,\n            \"UniqueId\": \"AIR-2FE86A88-85B1-48C5-BA65-6971B7016ADD\",\n            \"Locator\": \"QACMUE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T10:24:42.493\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15169,\n            \"UniqueId\": \"AIR-0D2014AF-D00C-4EBE-ADD5-05B5E6928A71\",\n            \"Locator\": \"SXMGMF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T10:38:56.143\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15170,\n            \"UniqueId\": \"AIR-66BF58BD-31E5-4FF8-BC7A-7FD1C69EE114\",\n            \"Locator\": \"3BCC7F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T11:01:13.14\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15172,\n            \"UniqueId\": \"AIR-0C6C8B44-0E0C-4DC5-A2D5-39B90BED485A\",\n            \"Locator\": \"YPFXSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T11:17:13.943\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15173,\n            \"UniqueId\": \"AIR-D63308EA-1DEC-4AED-B1AE-81EC282E4EE3\",\n            \"Locator\": \"UFAGBC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T11:33:33.397\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 14518,\n            \"UniqueId\": \"AIR-363393AA-58B6-4DEB-A1F6-B2C3E10A13B4\",\n            \"Locator\": \"WBFROS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T12:16:40.963\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15174,\n            \"UniqueId\": \"AIR-BF5791A9-F8BE-4B66-A68C-69C14A6A7FED\",\n            \"Locator\": \"UGHMYR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T13:51:45.59\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15175,\n            \"UniqueId\": \"AIR-AF61659B-2634-44E6-9662-A3CFC48B64B7\",\n            \"Locator\": \"ZRVHRP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T13:54:22.133\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15176,\n            \"UniqueId\": \"AIR-7BCABAEB-EC1E-4CB5-A51D-3F66719524EB\",\n            \"Locator\": \"ZRWGKL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T13:56:36.557\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15178,\n            \"UniqueId\": \"AIR-D23E5463-3B46-4D2A-AF4F-3A313D03E220\",\n            \"Locator\": \"UGOONC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T14:11:37.81\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15179,\n            \"UniqueId\": \"AIR-A2BD1A11-5C6B-4350-BBCE-FC7E36B1997D\",\n            \"Locator\": \"ZRCNTJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T14:11:38.963\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15177,\n            \"UniqueId\": \"AIR-C485CD4E-5CFC-4D13-B63B-72191981A86E\",\n            \"Locator\": \"ZRCNLM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T14:12:13.463\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15180,\n            \"UniqueId\": \"AIR-C1600ED8-482F-4A84-AD24-47AC01EB09AA\",\n            \"Locator\": \"ZRFSDS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T14:15:27.44\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15181,\n            \"UniqueId\": \"AIR-71253F00-EAAF-4FAD-87B2-9EA57C15886C\",\n            \"Locator\": \"ZRPTFQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T14:39:24.223\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15182,\n            \"UniqueId\": \"AIR-0C3FB70D-5847-4E2B-A56A-FC9D0B8B694F\",\n            \"Locator\": \"ZSIPTR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T15:04:47.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15183,\n            \"UniqueId\": \"AIR-6BF415E8-7AE4-4AFE-896E-BED8243F99C5\",\n            \"Locator\": \"ZSPSHH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T15:17:49.79\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15184,\n            \"UniqueId\": \"AIR-71E79B72-B5E9-4AE0-B2BE-594FB9F2F834\",\n            \"Locator\": \"UIBKBT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T15:18:23.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15185,\n            \"UniqueId\": \"AIR-6B4769A6-F3F8-4527-A545-7A6E138FA6B2\",\n            \"Locator\": \"UIHSBB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T15:34:10.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15186,\n            \"UniqueId\": \"AIR-4C80E046-D15F-4B24-A5D7-4CE5AE203EA8\",\n            \"Locator\": \"ZTYAGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T15:45:26.73\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15187,\n            \"UniqueId\": \"AIR-5A8476CE-B7EE-455E-829B-BB362BB262CC\",\n            \"Locator\": \"ZTIXMO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T15:57:05.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15188,\n            \"UniqueId\": \"AIR-8E4181AE-CE87-4748-B219-74A93E445DF5\",\n            \"Locator\": \"UJLSMH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T16:21:22.253\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15189,\n            \"UniqueId\": \"AIR-660AF0B3-2D74-4184-BA33-9BD4EB07BEFA\",\n            \"Locator\": \"ZUYFGJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T16:23:37.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15190,\n            \"UniqueId\": \"AIR-430CF91B-09DA-4C5B-A2FA-321E03593F0D\",\n            \"Locator\": \"UJOQYS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T16:28:34.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15191,\n            \"UniqueId\": \"AIR-A56EA9CE-D19E-431B-8B0A-8B5BD4875485\",\n            \"Locator\": \"BZYWWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T16:43:46.743\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15192,\n            \"UniqueId\": \"AIR-BA92518D-F5C2-473E-9C68-FE2457A02ABF\",\n            \"Locator\": \"ZUEZLA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T16:48:33.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15193,\n            \"UniqueId\": \"AIR-369EA17E-A875-4E19-A9A2-CBD9047E3B74\",\n            \"Locator\": \"BZYKUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T16:52:17.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15196,\n            \"UniqueId\": \"AIR-631AA9BA-34D2-4A3E-A939-43F767D22753\",\n            \"Locator\": \"ZUHZYO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T16:57:54.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15197,\n            \"UniqueId\": \"AIR-0C70E94A-A3BF-4CD4-8063-0DB46A9EB746\",\n            \"Locator\": \"UKVKGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T16:58:32.643\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15195,\n            \"UniqueId\": \"AIR-9ED4577F-991B-4F90-8312-329A7F552E4A\",\n            \"Locator\": \"UKVFJO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T16:58:45.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15198,\n            \"UniqueId\": \"AIR-839B590A-C4FE-4331-9F18-A09E920F7298\",\n            \"Locator\": \"UKXEUD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T17:03:57.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15199,\n            \"UniqueId\": \"AIR-CC1D8983-9424-4959-8810-A2B65541F656\",\n            \"Locator\": \"3GMNOC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T17:07:14.547\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15200,\n            \"UniqueId\": \"AIR-40533FB7-411F-4D79-9378-88E48E25C4F9\",\n            \"Locator\": \"3GR67Z\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T17:11:54.81\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15201,\n            \"UniqueId\": \"AIR-41A3704C-BC8C-462F-AF1F-AEC34B1E0EE0\",\n            \"Locator\": \"3GWYLV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T17:22:19.383\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15202,\n            \"UniqueId\": \"AIR-51CD0C28-BC7F-4E0D-813F-637DA8670249\",\n            \"Locator\": \"ZUOXJP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T17:24:43.407\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15203,\n            \"UniqueId\": \"AIR-772DA588-1E7C-4216-9076-F78EAB716E43\",\n            \"Locator\": \"3GZRRM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T17:34:11.083\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15204,\n            \"UniqueId\": \"AIR-4F6DEA8B-4675-4CC4-A1E6-272F24F0EF94\",\n            \"Locator\": \"3H2UZ8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T17:39:30.38\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15171,\n            \"UniqueId\": \"AIR-BC1BDC9A-99D6-453B-AE3B-12A619D88B0E\",\n            \"Locator\": \"BXLHHO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T18:21:19.317\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15206,\n            \"UniqueId\": \"AIR-16CC7F3C-3EF2-4B17-B78A-2737BA06F503\",\n            \"Locator\": \"ULVHGO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T18:32:32.547\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15207,\n            \"UniqueId\": \"AIR-B45784D9-1A7A-4B7A-9860-42F20CE85F9A\",\n            \"Locator\": \"ULWCMY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T18:36:04.753\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15208,\n            \"UniqueId\": \"AIR-664C704A-8DD8-4A47-9BBF-6DBD81B591A3\",\n            \"Locator\": \"BZIATR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T18:39:36.947\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15149,\n            \"UniqueId\": \"AIR-4469D9F1-E30B-4655-9268-F20323F2B1C3\",\n            \"Locator\": \"SQQKDT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-07T20:51:56.573\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15209,\n            \"UniqueId\": \"AIR-A44503EA-FC86-4DB2-867B-9A3745102005\",\n            \"Locator\": \"VREBDO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T09:35:51.62\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15210,\n            \"UniqueId\": \"AIR-024B519D-1B1C-4844-986B-732ACF3BC392\",\n            \"Locator\": \"ZDQZKW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T10:03:03.39\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15194,\n            \"UniqueId\": \"AIR-C9210104-7173-47E1-8CB2-B991CF6ECBD7\",\n            \"Locator\": \"UKTLML\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T10:43:04.143\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15211,\n            \"UniqueId\": \"AIR-19E03DCB-3C60-48A7-9A8F-47A94C337957\",\n            \"Locator\": \"BDKQJP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T11:18:21.19\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15212,\n            \"UniqueId\": \"AIR-93B0375A-4C42-4DA0-B055-A40B21F21061\",\n            \"Locator\": \"3YZ5KB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T14:21:09.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15213,\n            \"UniqueId\": \"AIR-53E45018-24F7-4321-9A83-898DE22C5689\",\n            \"Locator\": \"ZLOTPP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T14:26:29.523\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15214,\n            \"UniqueId\": \"AIR-7633D98F-79E8-408C-BF05-972084EA8803\",\n            \"Locator\": \"3Z839I\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T14:26:54.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15215,\n            \"UniqueId\": \"AIR-3D9245DF-1771-42A6-A03B-8665C79C0C4C\",\n            \"Locator\": \"3Z6NC3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T14:31:33.38\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15216,\n            \"UniqueId\": \"AIR-9C051A65-AB76-49DF-8725-135B0FFFCDAD\",\n            \"Locator\": \"BGBCZH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T14:32:27.847\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15217,\n            \"UniqueId\": \"AIR-DE017EF3-F826-48A2-A793-A3389155260A\",\n            \"Locator\": \"VBVFLB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T14:33:36.05\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15218,\n            \"UniqueId\": \"AIR-40959E44-10E0-49EA-B2DA-7B380B514DFE\",\n            \"Locator\": \"ERROR_AIR-0B65D1E286\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T14:36:20.17\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15219,\n            \"UniqueId\": \"AIR-FC694862-B4F1-462D-B0D9-267EE349E197\",\n            \"Locator\": \"3Z9ZHM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T14:37:13.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15220,\n            \"UniqueId\": \"AIR-2BF1707A-9728-40B6-B691-FD6E1300533A\",\n            \"Locator\": \"VDQHLM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T14:57:02.907\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15221,\n            \"UniqueId\": \"AIR-12E39419-FEF1-4371-A3E1-7DBAE0CCFC50\",\n            \"Locator\": \"3ZOEWK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T15:02:35.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15222,\n            \"UniqueId\": \"AIR-FDCAE3BB-17FC-4DA2-96F6-D150CE674E46\",\n            \"Locator\": \"BHXZSH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T15:07:16.84\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15223,\n            \"UniqueId\": \"AIR-92C7EB37-1306-42A3-BEEA-0259C9867700\",\n            \"Locator\": \"3ZT8IA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T15:13:21.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15224,\n            \"UniqueId\": \"AIR-337AB220-2D55-4C02-9E8A-25E202D116CC\",\n            \"Locator\": \"AQKJAU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T15:30:32.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15225,\n            \"UniqueId\": \"AIR-250FF693-40BA-4866-A9B7-6D05E9086F54\",\n            \"Locator\": \"42CNC8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T16:14:18.717\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15226,\n            \"UniqueId\": \"AIR-36AAAA11-0322-440D-8222-3BFE70EDC709\",\n            \"Locator\": \"AUVEIG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T16:31:51.587\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15227,\n            \"UniqueId\": \"AIR-351914AF-EFF6-4ECB-99FE-B06D094FEDE4\",\n            \"Locator\": \"SHDNWX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T16:42:10.377\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15228,\n            \"UniqueId\": \"AIR-B523E42E-C6AD-4CBD-97AD-2717CB4FD8E0\",\n            \"Locator\": \"AUBUZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T16:47:46.997\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15229,\n            \"UniqueId\": \"AIR-42D5086F-D14E-4344-BD23-E00B00263AB9\",\n            \"Locator\": \"43C2HO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T16:49:09.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15230,\n            \"UniqueId\": \"AIR-3D72ECF1-705C-49D1-8812-8DF2DBE11C80\",\n            \"Locator\": \"VJLCFA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:09:12.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15232,\n            \"UniqueId\": \"AIR-67EDAA96-4086-4273-8960-CF38BBB1B5B8\",\n            \"Locator\": \"SHIWVK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:10:37.823\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15231,\n            \"UniqueId\": \"AIR-63193775-0FE8-4171-8608-623F92CE76C0\",\n            \"Locator\": \"AULJZS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:22:54.783\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15233,\n            \"UniqueId\": \"AIR-E27DD070-769C-4E1B-9E57-64E83F858F25\",\n            \"Locator\": \"VKRKYD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:32:14.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15235,\n            \"UniqueId\": \"AIR-0A9AA8C9-783A-4942-B88F-EA6E7540960E\",\n            \"Locator\": \"SHKKXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:33:11.49\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15236,\n            \"UniqueId\": \"AIR-F11F0111-883E-49F6-B601-EBD0045CF10F\",\n            \"Locator\": \"AVSITV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:34:04.39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15237,\n            \"UniqueId\": \"AIR-58A29F62-0CEB-4B3D-8893-0516CC4CDF17\",\n            \"Locator\": \"SHLQDL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:35:40.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15238,\n            \"UniqueId\": \"AIR-4D75591E-085A-4BAD-9D8D-37563C0586BB\",\n            \"Locator\": \"AVTDHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:36:46.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15239,\n            \"UniqueId\": \"AIR-CDCE1B51-29FD-4527-B99B-1343C6665055\",\n            \"Locator\": \"BJWBRE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:37:29.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15240,\n            \"UniqueId\": \"AIR-42FEC47B-917E-41E4-A052-8624221C0965\",\n            \"Locator\": \"BJWHHX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:41:50.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15241,\n            \"UniqueId\": \"AIR-333DA0E0-234B-4397-B70C-B5866B2D1BA3\",\n            \"Locator\": \"VKVBOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:42:48.36\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15242,\n            \"UniqueId\": \"AIR-3DC2D3B1-D44D-49D1-A4E7-0FED46D88922\",\n            \"Locator\": \"VKVGSE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:43:47.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15243,\n            \"UniqueId\": \"AIR-9045E760-0DE1-4EAF-897A-626222B499D2\",\n            \"Locator\": \"SHLCQR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:44:25.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15245,\n            \"UniqueId\": \"AIR-8C116E85-B9A7-4836-8E91-32E46B121C7A\",\n            \"Locator\": \"AVXILG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T17:54:51.91\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15244,\n            \"UniqueId\": \"AIR-F03F204F-DE46-42E7-BA7C-C47767091FF5\",\n            \"Locator\": \"BJXSSC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T18:02:32.807\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15234,\n            \"UniqueId\": \"AIR-7683FF9F-7F42-456A-B765-91B16C87C485\",\n            \"Locator\": \"43YOVI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T18:04:18.723\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15246,\n            \"UniqueId\": \"AIR-0E9E7D69-56BE-47EE-9892-F55DCBC9BA02\",\n            \"Locator\": \"44AXVH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T18:08:21.147\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15247,\n            \"UniqueId\": \"AIR-86090802-9E1B-488E-B6E9-C62776816829\",\n            \"Locator\": \"VKYTBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T18:09:26.06\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15249,\n            \"UniqueId\": \"AIR-ED8023CF-A07E-49AF-8EEC-F18812910B1C\",\n            \"Locator\": \"SIXVVL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-08T19:58:53.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15250,\n            \"UniqueId\": \"AIR-17EB57EE-0A67-47F2-9CD9-C6205547C32C\",\n            \"Locator\": \"WSASYJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T08:05:14.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15251,\n            \"UniqueId\": \"AIR-8B0DA462-55BD-4295-8909-6AC895CB103C\",\n            \"Locator\": \"WSAOWV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T08:07:31.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15252,\n            \"UniqueId\": \"AIR-1B5913A3-5BE7-4E22-8282-987F0F3EB1DB\",\n            \"Locator\": \"BNQADB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T08:17:50.663\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15253,\n            \"UniqueId\": \"AIR-71F3E4B5-2138-4AEF-90D7-AAA95DD99C54\",\n            \"Locator\": \"WSMDXB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T08:57:07.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15254,\n            \"UniqueId\": \"AIR-F8A3E4C3-D273-435B-8E9B-F763E5988F89\",\n            \"Locator\": \"SLDRWR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T09:14:48.173\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15256,\n            \"UniqueId\": \"AIR-39A25A12-E4D4-41EE-9D9D-9A69B8CE7698\",\n            \"Locator\": \"WTZIJD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T09:36:47.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15255,\n            \"UniqueId\": \"AIR-BC5F79BE-9EC3-422B-A872-38FB545EF6EB\",\n            \"Locator\": \"4HLP89\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T09:36:48.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15257,\n            \"UniqueId\": \"AIR-8297AE09-70E0-45E1-87A0-5AA9970185CA\",\n            \"Locator\": \"AEMWXC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T09:48:44.613\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15258,\n            \"UniqueId\": \"AIR-88E08563-9AF1-4864-9766-F203EABDCC1B\",\n            \"Locator\": \"4I3SGD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T10:13:06.553\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15259,\n            \"UniqueId\": \"AIR-60A29D17-719F-44F6-8C28-99C338B57F42\",\n            \"Locator\": \"4I8S7R\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T10:16:43.75\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15260,\n            \"UniqueId\": \"AIR-49F8747B-DBCE-4A17-8F4F-41FFE5D286CC\",\n            \"Locator\": \"AFAMFG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T10:23:52.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15261,\n            \"UniqueId\": \"AIR-8C49B2CC-CC0F-468D-B33F-60747485333B\",\n            \"Locator\": \"WUSENJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T10:23:58.51\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15262,\n            \"UniqueId\": \"AIR-2F50E524-CC2E-4BC7-98CE-B56AFAFE340B\",\n            \"Locator\": \"BNIRJV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T10:31:58.46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15263,\n            \"UniqueId\": \"AIR-3FF9CAA7-3C29-4FB7-911F-17A7D570206D\",\n            \"Locator\": \"AFGUFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T10:41:13.75\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15264,\n            \"UniqueId\": \"AIR-59073674-A218-4EE4-AB67-62D79F5F9DC5\",\n            \"Locator\": \"SLOZYF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T10:52:57.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15265,\n            \"UniqueId\": \"AIR-AA2D05E8-6F73-4B58-8FAA-1E8FDEFD842B\",\n            \"Locator\": \"WUJAWS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T11:18:24.74\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15266,\n            \"UniqueId\": \"AIR-17818B3B-59E3-40A6-849A-7F9623690D9D\",\n            \"Locator\": \"AGUDPU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T11:21:14.36\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15267,\n            \"UniqueId\": \"AIR-C2D52EAB-0878-47AB-904C-E6A76E371108\",\n            \"Locator\": \"4J3CGL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T11:24:49.22\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15269,\n            \"UniqueId\": \"AIR-F001D5F2-BBF4-4358-87B3-8F47A88CBAD7\",\n            \"Locator\": \"SMSRGV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T11:28:34.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15268,\n            \"UniqueId\": \"AIR-69A01AAC-0712-4BFE-B94B-696359D4680C\",\n            \"Locator\": \"SMRHNU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T11:28:48.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15270,\n            \"UniqueId\": \"AIR-97A2F940-BC50-4BE7-9877-4F354CD55935\",\n            \"Locator\": \"SMTQPP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T11:36:20.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15271,\n            \"UniqueId\": \"AIR-E2EBEA73-6C5F-4ABA-A05A-1AB36BD59563\",\n            \"Locator\": \"SMTFOI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T11:51:30.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15273,\n            \"UniqueId\": \"AIR-5BB4B966-620B-4317-B0C4-E46E18613DE5\",\n            \"Locator\": \"AGBRPQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T12:02:10.68\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15272,\n            \"UniqueId\": \"AIR-47D384C3-9DAC-4B77-B7A1-106DC52FF784\",\n            \"Locator\": \"SMVEIY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T12:03:26.463\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15274,\n            \"UniqueId\": \"AIR-507DF805-624C-470E-9C77-58B47ABCC118\",\n            \"Locator\": \"4JXUEX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T12:26:25.157\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15275,\n            \"UniqueId\": \"AIR-3E32A239-7FB6-4251-A26A-C04405DD3B05\",\n            \"Locator\": \"4K9OYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T12:37:27.223\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15276,\n            \"UniqueId\": \"AIR-2083E531-8442-4E3E-94CC-1AFE88CA4ABA\",\n            \"Locator\": \"4KPXC2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T13:11:19.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15277,\n            \"UniqueId\": \"AIR-5B46EE00-A424-4ADB-B187-22674EF9F0FC\",\n            \"Locator\": \"BOGSBZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T13:11:20.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15278,\n            \"UniqueId\": \"AIR-FD5333E6-6898-4B5B-8299-37BB3449AB73\",\n            \"Locator\": \"AIKKPE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T14:30:52.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15279,\n            \"UniqueId\": \"AIR-47AEBA15-357A-45F0-9C4B-7AD2C7CF5CD9\",\n            \"Locator\": \"WYVLXV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:16:26.173\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15281,\n            \"UniqueId\": \"AIR-E4F8A94D-0C65-4F51-8451-4E8F1C863B37\",\n            \"Locator\": \"BPYSIU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:18:31.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15282,\n            \"UniqueId\": \"AIR-CB7F6592-0C82-4486-90EC-CBF47F0DAC7A\",\n            \"Locator\": \"AJKUBC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:18:37.63\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15283,\n            \"UniqueId\": \"AIR-78BFC6F6-08F4-43AE-84C4-5863AC90A070\",\n            \"Locator\": \"WYYWEU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:23:39.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15285,\n            \"UniqueId\": \"AIR-BA091C91-E24A-497C-B9E1-DAEEBB2C47A0\",\n            \"Locator\": \"4MPSB2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:33:14.907\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15284,\n            \"UniqueId\": \"AIR-247A2072-0B80-4349-8EAF-EF05E5CA815F\",\n            \"Locator\": \"4MPR72\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:38:06.703\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15286,\n            \"UniqueId\": \"AIR-3EE4BF6F-52F1-4604-939C-82ABA2258799\",\n            \"Locator\": \"WZQBYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:40:07.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15280,\n            \"UniqueId\": \"AIR-EA22AB1D-A0A3-4451-831D-6D164CDBED3C\",\n            \"Locator\": \"4MHPHG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:49:11.68\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15287,\n            \"UniqueId\": \"AIR-7ACA810E-4C03-4925-A3B0-85B5394C4FA5\",\n            \"Locator\": \"WZKHPK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:56:34.183\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15288,\n            \"UniqueId\": \"AIR-9C117443-0BBB-4CD2-9F2E-4A17066EBEE0\",\n            \"Locator\": \"ALZFJJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T15:56:43.917\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15289,\n            \"UniqueId\": \"AIR-DEFC518B-9E11-4193-8C24-CF9CBB7B590C\",\n            \"Locator\": \"BPOSTT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T16:05:12.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15290,\n            \"UniqueId\": \"AIR-33AC7070-BD3F-4B48-98FF-8C376F5957DA\",\n            \"Locator\": \"4NCEW9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T16:21:28.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15291,\n            \"UniqueId\": \"AIR-5E59E6BA-D82B-469B-9C5A-1C0D2B5F53B8\",\n            \"Locator\": \"4NHL6Q\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T16:42:43.027\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15292,\n            \"UniqueId\": \"AIR-374C4EDC-BC9E-42C7-97C9-2580CB33103F\",\n            \"Locator\": \"BQUZUG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T17:31:09.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15293,\n            \"UniqueId\": \"AIR-9B2FF491-818D-45EF-848E-FEDD38E23FD4\",\n            \"Locator\": \"4OMEFD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T17:46:31.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15205,\n            \"UniqueId\": \"AIR-287B27A7-78AE-43F8-92B6-845E23B73249\",\n            \"Locator\": \"ZVVHYT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T18:06:20.087\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15294,\n            \"UniqueId\": \"AIR-837BC725-25D1-4B29-8A7C-4BCF25CB2437\",\n            \"Locator\": \"CSYABZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T19:14:20.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15295,\n            \"UniqueId\": \"AIR-D6B79112-7D74-4920-BBDE-72843149D577\",\n            \"Locator\": \"WIVTXU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T21:03:56.483\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15296,\n            \"UniqueId\": \"AIR-4E45DAD6-66BF-4316-9ECC-8D63DB34155D\",\n            \"Locator\": \"4REB2E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T21:07:35.313\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15297,\n            \"UniqueId\": \"AIR-ADA13417-31C6-47B4-8AB7-848F40DFE527\",\n            \"Locator\": \"4RI7WO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T21:10:06.737\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15298,\n            \"UniqueId\": \"AIR-C11FA9DD-0AA4-4A3E-931B-C7AD6066EBC0\",\n            \"Locator\": \"CSMMOQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T21:15:34.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15299,\n            \"UniqueId\": \"AIR-65FD73E3-E6B3-4EAA-8A21-590C948E8F86\",\n            \"Locator\": \"BUSGEL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T21:18:27.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15300,\n            \"UniqueId\": \"AIR-BE4E81CE-747D-40F3-B2AC-4FC4C3EC36C3\",\n            \"Locator\": \"4RLUTM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T21:20:53.343\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15301,\n            \"UniqueId\": \"AIR-0829F85E-26AE-423A-A1AC-E4C4E33D515D\",\n            \"Locator\": \"4RMCXH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-09T21:23:18.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15302,\n            \"UniqueId\": \"AIR-912FA85D-5CB2-46D3-8045-C9CB46120707\",\n            \"Locator\": \"BLEANU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T08:35:53.747\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15303,\n            \"UniqueId\": \"AIR-53F7206F-1A75-46D8-ABC9-8F37FF88BB04\",\n            \"Locator\": \"XZRMDW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T08:37:37.337\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15304,\n            \"UniqueId\": \"AIR-8FCF8EBB-0FC3-46B9-984B-4493F8AAAB4C\",\n            \"Locator\": \"22XWI9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T08:42:48.047\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15305,\n            \"UniqueId\": \"AIR-153EEFD6-D252-49DD-BB81-15DB06A2BF30\",\n            \"Locator\": \"TWWDKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T09:01:19.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15307,\n            \"UniqueId\": \"AIR-67332E05-FC17-4CC5-8E58-2E3A80D89819\",\n            \"Locator\": \"BMSSME\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T09:23:29.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15308,\n            \"UniqueId\": \"AIR-3A034DB5-0163-4856-AA23-C512DD70047B\",\n            \"Locator\": \"247ZIO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T10:08:36.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15309,\n            \"UniqueId\": \"AIR-8509941E-4153-4913-A131-9D9C7538A913\",\n            \"Locator\": \"24H3WQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T10:21:43.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15310,\n            \"UniqueId\": \"AIR-80BF730B-E318-427C-8F3A-7A2F4F6D2A78\",\n            \"Locator\": \"24MCB5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T10:32:44.11\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15311,\n            \"UniqueId\": \"AIR-17430758-1B95-4482-AD56-172B1E4E3E48\",\n            \"Locator\": \"24LRVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T10:37:30.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15312,\n            \"UniqueId\": \"AIR-1C2BB6AC-5B18-4822-9F28-C23A3953A53B\",\n            \"Locator\": \"24PXXG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T10:45:31.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15313,\n            \"UniqueId\": \"AIR-83662FE5-A19D-479E-B258-C0CC9EF36032\",\n            \"Locator\": \"24ZIG9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T11:00:04.32\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15314,\n            \"UniqueId\": \"AIR-962342E7-57FA-4928-962A-2684C5307AD3\",\n            \"Locator\": \"BNUTDU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T11:04:12.557\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15315,\n            \"UniqueId\": \"AIR-BFD2F3DC-3888-4219-9A58-74001BAC5644\",\n            \"Locator\": \"255IZ5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T11:06:44.79\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15317,\n            \"UniqueId\": \"AIR-B36EECC5-B050-420A-846B-DF80B501AA90\",\n            \"Locator\": \"2579HP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T11:11:03.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15316,\n            \"UniqueId\": \"AIR-3F9A9DAE-3347-45E2-B4EB-AA39D17F493A\",\n            \"Locator\": \"CAHBEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T11:12:42.84\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15318,\n            \"UniqueId\": \"AIR-474D746B-FFE8-44F8-B29F-9D556D0FE212\",\n            \"Locator\": \"TWNGSU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T11:15:05.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15320,\n            \"UniqueId\": \"AIR-C381F2DF-25A6-4081-9714-DB39A9992B35\",\n            \"Locator\": \"257OYA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T11:16:29.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15319,\n            \"UniqueId\": \"AIR-69C81D53-694C-4788-8B15-A08F65ED1F09\",\n            \"Locator\": \"CAIAWC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T11:27:47.407\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15321,\n            \"UniqueId\": \"AIR-2D7E2498-D74C-4374-B032-C8E33B7C74E7\",\n            \"Locator\": \"25TVSD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T11:55:35.22\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15322,\n            \"UniqueId\": \"AIR-DE888894-0D76-4120-A188-8C200705B117\",\n            \"Locator\": \"266AYQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T12:25:09.793\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15323,\n            \"UniqueId\": \"AIR-6643F3CA-AA2E-4C36-8C90-E282AEA9FFF1\",\n            \"Locator\": \"CTQIIT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T14:45:17.787\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15324,\n            \"UniqueId\": \"AIR-FABABCB6-01C9-4257-A079-F08BFB171235\",\n            \"Locator\": \"PR_AIR-B30968CB2C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T14:48:26.69\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15325,\n            \"UniqueId\": \"AIR-BE00D8CB-1AA8-4B39-B93A-AAF455887AE4\",\n            \"Locator\": \"CTOGOP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T14:55:02.293\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15327,\n            \"UniqueId\": \"AIR-F91EB74D-B589-4FD1-9A21-9109BB148F96\",\n            \"Locator\": \"PR_AIR-3C77F3139D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T14:56:54.517\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15329,\n            \"UniqueId\": \"AIR-2CDDAF9D-F490-4F24-837C-E41E3FF41F82\",\n            \"Locator\": \"PR_AIR-A240D05FA2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:03:33.76\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15330,\n            \"UniqueId\": \"AIR-62A83611-13F7-40E8-82C9-F0604017C9D3\",\n            \"Locator\": \"28JKPY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:06:57.787\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15326,\n            \"UniqueId\": \"AIR-82587165-B29B-4313-86DB-9AF07D191F53\",\n            \"Locator\": \"XHUCKS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:08:12.957\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15331,\n            \"UniqueId\": \"AIR-F8AAAFFA-C9E9-4188-9636-6A4BB9EF04DF\",\n            \"Locator\": \"CUBZNE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:08:18.08\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15332,\n            \"UniqueId\": \"AIR-94583793-07B6-43DC-97DC-7BE8E0155E2A\",\n            \"Locator\": \"28QK7W\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:12:00.233\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15333,\n            \"UniqueId\": \"AIR-B3AA5ADD-144A-4304-97A0-0F99DAE14D26\",\n            \"Locator\": \"28KF2R\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:12:23.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15335,\n            \"UniqueId\": \"AIR-3FE68C9A-71DE-4C18-B797-C2EAC252F734\",\n            \"Locator\": \"28U2SK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:19:05.593\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15336,\n            \"UniqueId\": \"AIR-CAB5B72B-9F63-4F1A-9499-65C1A39233E1\",\n            \"Locator\": \"28PR33\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:22:27.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15337,\n            \"UniqueId\": \"AIR-1A0E31BC-EAE6-4F87-9B38-21E1A4FE9BC9\",\n            \"Locator\": \"28TNOE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:25:34.493\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15334,\n            \"UniqueId\": \"AIR-A5589D61-08AE-4027-A4D1-661E691F84AF\",\n            \"Locator\": \"XHJVDC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:28:57.937\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15328,\n            \"UniqueId\": \"AIR-A534C894-5612-46D0-B7BB-648D44A8470B\",\n            \"Locator\": \"28KOEI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:34:13.727\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15338,\n            \"UniqueId\": \"AIR-896B8D1B-37B5-4B89-93E8-515C9F0F9FED\",\n            \"Locator\": \"29CSA9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:50:57.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15339,\n            \"UniqueId\": \"AIR-3CC1EB8E-9875-4BF7-9884-D05EAD220604\",\n            \"Locator\": \"TZVWMJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T15:56:15.703\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15341,\n            \"UniqueId\": \"AIR-9FFEEC51-4230-437F-BB10-D5BC5A12530D\",\n            \"Locator\": \"CWEAJM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T16:03:18.843\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15042,\n            \"UniqueId\": \"AIR-6C49124D-14A9-4001-8971-7224995B92BF\",\n            \"Locator\": \"QELAEA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T16:06:32.293\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15342,\n            \"UniqueId\": \"AIR-1BC374B5-C685-4560-AB7A-8E88D43A8DBE\",\n            \"Locator\": \"XKIJKE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T16:10:43.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15340,\n            \"UniqueId\": \"AIR-45604C50-AB50-4A7D-AC40-B33A84287542\",\n            \"Locator\": \"29E5TW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T16:11:56.047\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15345,\n            \"UniqueId\": \"AIR-0D8F5B56-A0F4-4299-AB12-B13F291F688A\",\n            \"Locator\": \"CYEBRD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T16:28:02.8\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15344,\n            \"UniqueId\": \"AIR-05F61F43-B211-44B5-91E3-F62B4F70AF81\",\n            \"Locator\": \"XLTHKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T16:36:44.16\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15346,\n            \"UniqueId\": \"AIR-0B75C876-1AEE-411C-97DA-E587BECED1C1\",\n            \"Locator\": \"29ZCDU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T16:40:51.153\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15343,\n            \"UniqueId\": \"AIR-49EA1A97-0DDC-4F94-A4CF-8A2255468E4B\",\n            \"Locator\": \"XKKHMS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T16:44:40.323\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15347,\n            \"UniqueId\": \"AIR-5FEAD575-350E-4E86-B134-D23925F3B701\",\n            \"Locator\": \"2ADMRH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T17:08:43.733\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15348,\n            \"UniqueId\": \"AIR-0989C39E-AED8-453B-BBF3-53B75C89E6AB\",\n            \"Locator\": \"TAYXFU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T17:20:24.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15349,\n            \"UniqueId\": \"AIR-C1BE7AA7-526B-40DB-A48D-E0B11EEA76ED\",\n            \"Locator\": \"2AMDDH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T17:24:30.367\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15350,\n            \"UniqueId\": \"AIR-5134E33C-A4FA-4290-8FDD-C8A967D0ACA9\",\n            \"Locator\": \"2APPZL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T17:34:00.993\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15351,\n            \"UniqueId\": \"AIR-893E7817-F56F-4DC2-9B20-E12A63A492C8\",\n            \"Locator\": \"2B5JVZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T17:52:20.24\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15352,\n            \"UniqueId\": \"AIR-188441A8-D6CB-4FE1-8465-040FD641A9AD\",\n            \"Locator\": \"XOWISO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T17:55:04.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15353,\n            \"UniqueId\": \"AIR-26200F1C-561F-43B7-9FD3-A6051058EBA2\",\n            \"Locator\": \"CFSFJQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T17:56:55.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15354,\n            \"UniqueId\": \"AIR-60B6829F-102B-42E0-8BA2-ABF572219559\",\n            \"Locator\": \"CBQGAV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T17:59:16.5\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15355,\n            \"UniqueId\": \"AIR-FF74BC15-286D-4CB7-8936-EBB87F07BADB\",\n            \"Locator\": \"ERROR_AIR-38065541BA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T18:06:50.53\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15356,\n            \"UniqueId\": \"AIR-EB1E8BF9-AD72-4B1E-B478-95EFFD8298F7\",\n            \"Locator\": \"ERROR_AIR-4296A9A7AF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T18:07:40.377\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15358,\n            \"UniqueId\": \"AIR-DFA1CB5E-7C42-4B54-8503-5CEA615DA358\",\n            \"Locator\": \"CBUDEA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T18:13:19.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15357,\n            \"UniqueId\": \"AIR-B605D911-0CFD-4B59-BFDB-5534399F6D8E\",\n            \"Locator\": \"2B87X5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T18:13:50.103\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15359,\n            \"UniqueId\": \"AIR-7964C17B-F9D8-4034-B605-F7B469F8C077\",\n            \"Locator\": \"CBWIVH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T18:18:51.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15360,\n            \"UniqueId\": \"AIR-89281B39-5DFE-439B-8254-A9B5EBB9C381\",\n            \"Locator\": \"CFUYVM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T18:21:03.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15361,\n            \"UniqueId\": \"AIR-DF36488C-B583-4133-A808-2164E8A90DB8\",\n            \"Locator\": \"XOELLZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T18:22:04.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15362,\n            \"UniqueId\": \"AIR-2CBD6BCA-7430-498E-AA74-5ADB5B5160DC\",\n            \"Locator\": \"TAGHVY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-10T18:49:08.767\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15365,\n            \"UniqueId\": \"AIR-E38550D1-F71B-4331-97CB-90DCE2F786B9\",\n            \"Locator\": \"CHUUQR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T00:02:13.757\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15370,\n            \"UniqueId\": \"AIR-7E08E3B2-96FB-4772-9530-2ED233B22EE5\",\n            \"Locator\": \"DQUNJX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T08:16:44.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15371,\n            \"UniqueId\": \"AIR-6DCBFAF8-1B64-4188-B446-51542AAFE3D6\",\n            \"Locator\": \"ERROR_AIR-301BF0777E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T09:45:33.333\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15372,\n            \"UniqueId\": \"AIR-B6E6AD7A-8A34-4E0B-848E-6B925A2B1E39\",\n            \"Locator\": \"ERROR_AIR-6653CF3E18\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T09:50:31.203\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15373,\n            \"UniqueId\": \"AIR-0CAE7A65-8947-4CFD-BA06-8BE50B608970\",\n            \"Locator\": \"ERROR_AIR-F3AEA7E2AC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T09:55:31.52\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15374,\n            \"UniqueId\": \"AIR-1C79ED4B-CAC4-4E65-9DB5-D438DAA8ECB8\",\n            \"Locator\": \"2OML9V\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T09:57:18.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15375,\n            \"UniqueId\": \"AIR-2E13BA80-3D6E-4D65-AB1B-F2898AAD67D6\",\n            \"Locator\": \"2PATA3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T10:41:46.213\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15378,\n            \"UniqueId\": \"AIR-E05A97E3-F598-4363-97D7-27AA96D5A8F9\",\n            \"Locator\": \"ERROR_AIR-EE3028C07A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T11:31:43.46\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15379,\n            \"UniqueId\": \"AIR-46CCAE56-8D3D-4AE8-9D93-6FFE63353FE0\",\n            \"Locator\": \"YEDYSJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T11:42:02.85\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15380,\n            \"UniqueId\": \"AIR-720E6F8F-81A0-4A5E-A285-8108F1D56D82\",\n            \"Locator\": \"ERROR_AIR-880773578A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T12:14:21.343\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15381,\n            \"UniqueId\": \"AIR-16833EBA-1D34-42C3-B172-069A796809AF\",\n            \"Locator\": \"ERROR_AIR-C649C938A2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T12:17:25.167\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15382,\n            \"UniqueId\": \"AIR-7B598189-695B-4991-A279-4802A182A272\",\n            \"Locator\": \"2RGJT7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T13:13:30.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15383,\n            \"UniqueId\": \"AIR-090C977C-698A-42D1-BB3D-4AC9587DD2A4\",\n            \"Locator\": \"DSXEDC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T13:21:16.273\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15384,\n            \"UniqueId\": \"AIR-0F9C141A-824E-4482-BDFC-502D02DD55F7\",\n            \"Locator\": \"2RJIWY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T13:22:55.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15385,\n            \"UniqueId\": \"AIR-B5F6CFBA-A424-4D5E-BF7B-0FAA5E0BF097\",\n            \"Locator\": \"2RIDW7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T13:25:53.327\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15386,\n            \"UniqueId\": \"AIR-B860F426-FD14-400F-B11E-38AA49B5CE4B\",\n            \"Locator\": \"YFYGFS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T13:33:41.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15388,\n            \"UniqueId\": \"AIR-ADD2DE47-71CA-46CB-A928-59F06B1CD776\",\n            \"Locator\": \"DSEBEX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T13:47:38.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15389,\n            \"UniqueId\": \"AIR-79A04446-5209-4739-97C7-F95FED65C12C\",\n            \"Locator\": \"TGFLLI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T14:31:28.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15390,\n            \"UniqueId\": \"AIR-290CA9B8-5075-42A3-8AA4-B7BA6F762935\",\n            \"Locator\": \"PR_AIR-04F2588922\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T14:44:15.817\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15391,\n            \"UniqueId\": \"AIR-4F20206F-635D-42EF-A51E-0A5F02C6532F\",\n            \"Locator\": \"2SPEYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T14:48:29.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15392,\n            \"UniqueId\": \"AIR-6E3AA783-1D2D-46D8-BB1D-D2E81A997A1D\",\n            \"Locator\": \"ERROR_AIR-2D6BE1E630\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T14:50:29.53\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15393,\n            \"UniqueId\": \"AIR-A6F4F7C5-3587-4E81-B7C8-0FCF45141A0B\",\n            \"Locator\": \"YGICWU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T15:00:27.177\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15394,\n            \"UniqueId\": \"AIR-F4CC83BC-566C-4621-841A-B0B60933A907\",\n            \"Locator\": \"DUQZKB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T15:04:25.217\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15396,\n            \"UniqueId\": \"AIR-6121EBA5-F955-4069-A23D-B5F0791485DD\",\n            \"Locator\": \"DUUXXI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T15:16:13.307\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15397,\n            \"UniqueId\": \"AIR-105AF1AB-8FCF-4714-AF5E-A840FB269619\",\n            \"Locator\": \"DUZLEH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T15:31:43.12\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15398,\n            \"UniqueId\": \"AIR-16228380-FA38-4E2A-8DD0-E6E2696FC929\",\n            \"Locator\": \"YJSZBU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T15:56:49.487\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15399,\n            \"UniqueId\": \"AIR-65DBC06F-2660-4ADA-BFC8-2D75BC1C6144\",\n            \"Locator\": \"2TWAVX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T16:07:38.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15395,\n            \"UniqueId\": \"AIR-222C1FF7-BFA2-4C31-8E40-6407F3C8364E\",\n            \"Locator\": \"YGMMWJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T16:46:19.273\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15404,\n            \"UniqueId\": \"AIR-54AABA3D-4EE4-4A18-860A-392FA2DCF159\",\n            \"Locator\": \"DAHJNW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T18:36:48.123\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15405,\n            \"UniqueId\": \"AIR-29541D43-6036-40DC-85D8-B665914F1F1B\",\n            \"Locator\": \"DAJZWK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T18:40:45.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15406,\n            \"UniqueId\": \"AIR-6D0FECE5-3067-49A9-9A3B-7C72EF43CE56\",\n            \"Locator\": \"YNCQHT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-11T18:44:12.593\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15407,\n            \"UniqueId\": \"AIR-6E91381B-8C11-47D2-8426-410AA018FCDF\",\n            \"Locator\": \"EMTEIB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T09:38:39.46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15408,\n            \"UniqueId\": \"AIR-DFA7346F-40D7-45BD-AE31-BBA63A860E9E\",\n            \"Locator\": \"4DINO3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T10:38:57.087\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15409,\n            \"UniqueId\": \"AIR-6749AB11-A6D8-4BD7-8320-5AC9B4EC8494\",\n            \"Locator\": \"AXUUHR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T10:54:04.72\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15410,\n            \"UniqueId\": \"AIR-81587CE2-1DD0-42A7-85E4-A9580F29FBBE\",\n            \"Locator\": \"DIZQYA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T10:58:18.667\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15400,\n            \"UniqueId\": \"AIR-08BE7D8B-D86B-4B5D-869B-548F56B2BE63\",\n            \"Locator\": \"COBDMK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T11:18:15.513\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15415,\n            \"UniqueId\": \"AIR-B88BF159-0582-40E8-9A0A-DD904D78B911\",\n            \"Locator\": \"ENWUGK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T11:38:40.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15416,\n            \"UniqueId\": \"AIR-E8A6F08C-CC93-45FC-91AC-CB0407BE2531\",\n            \"Locator\": \"4ENXFV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T11:41:09.817\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15419,\n            \"UniqueId\": \"AIR-A7B8626B-B805-4920-A61E-4317E085EBA5\",\n            \"Locator\": \"4EQOSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T11:46:00.917\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15424,\n            \"UniqueId\": \"AIR-596AF9D7-8A05-44F7-91F3-B6028B2F57F0\",\n            \"Locator\": \"4F72K9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T12:05:31.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15425,\n            \"UniqueId\": \"AIR-B7CBA0EB-C018-4F7C-8E32-B433FD2E72E8\",\n            \"Locator\": \"4FBXSH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T12:22:02.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15430,\n            \"UniqueId\": \"AIR-5DD89B56-0375-4E29-AF55-A18405348EB5\",\n            \"Locator\": \"4G7NP8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:29:22.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15431,\n            \"UniqueId\": \"AIR-EE3B375D-C4F7-4FA5-8575-E1B7A3FB0237\",\n            \"Locator\": \"AYKWYS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:36:05.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15432,\n            \"UniqueId\": \"AIR-97FB4027-5057-4833-B40C-DC169156E03A\",\n            \"Locator\": \"DIPMYL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:39:02.517\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15434,\n            \"UniqueId\": \"AIR-57E158A7-B036-4CF7-9207-749CB6689A7B\",\n            \"Locator\": \"AYMTYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:46:57.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15435,\n            \"UniqueId\": \"AIR-09109ABC-D491-4B5A-93D2-9D9A905B5F83\",\n            \"Locator\": \"EOZYTF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:48:41.447\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15422,\n            \"UniqueId\": \"AIR-E6CBFFD6-2CC5-44F8-8CBC-41026931BF74\",\n            \"Locator\": \"ENDCSI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:49:06.803\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15433,\n            \"UniqueId\": \"AIR-DC667FA0-F7A5-47BE-90A5-82E1E97E3E00\",\n            \"Locator\": \"DJQZVY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:49:29.9\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15414,\n            \"UniqueId\": \"AIR-A57E329D-FF6D-425E-ABCD-12E8C8EBF7BB\",\n            \"Locator\": \"ENVRKF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:49:54.17\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15417,\n            \"UniqueId\": \"AIR-E7E8645D-3705-4B4B-BA18-2E8C9FBF8599\",\n            \"Locator\": \"ENWPDS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:50:50.927\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15437,\n            \"UniqueId\": \"AIR-43A9D6B2-01C6-4BF5-ADAE-720DAE9B2C59\",\n            \"Locator\": \"4GP8DF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T13:54:05.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15439,\n            \"UniqueId\": \"AIR-E4F320C0-4BF8-460F-BAF5-232B2F12A6E9\",\n            \"Locator\": \"EOBIID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:03:34.07\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15440,\n            \"UniqueId\": \"AIR-6DBE5282-42B9-4C45-B3A1-8B1A9E0C993B\",\n            \"Locator\": \"AYOEWB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:05:32.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15441,\n            \"UniqueId\": \"AIR-16B23B98-5CB1-40C9-9E62-FEADCA6FFAB5\",\n            \"Locator\": \"4GXN3F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:23:15.867\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15442,\n            \"UniqueId\": \"AIR-B8FB7B0D-1BDC-4E86-AB99-A9D9B9022820\",\n            \"Locator\": \"DJTJUQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:33:10.103\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15443,\n            \"UniqueId\": \"AIR-50BA89F4-84AD-42E8-B3C2-3B4D492AF01F\",\n            \"Locator\": \"EOFHFL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:33:13.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15449,\n            \"UniqueId\": \"AIR-F6280829-0EBF-49E0-9F86-7EF3CF845FE3\",\n            \"Locator\": \"AZUQKT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:44:43.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15450,\n            \"UniqueId\": \"AIR-C0731091-BBAD-4739-BA5D-065477C04948\",\n            \"Locator\": \"AZUTND\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:45:58.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15451,\n            \"UniqueId\": \"AIR-A5B88424-9259-4667-8C1C-DDAF18B194E4\",\n            \"Locator\": \"AZUUWF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:47:12.15\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15445,\n            \"UniqueId\": \"AIR-C8330F81-793B-4157-92E2-9312DF21C23F\",\n            \"Locator\": \"AZTDVJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:53:15.267\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15448,\n            \"UniqueId\": \"AIR-ED495EA5-A0A3-42E1-9277-59A6DD95A520\",\n            \"Locator\": \"EOHEPY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:53:43.13\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15446,\n            \"UniqueId\": \"AIR-3268BBE8-DCD0-4AE0-899B-5188D1FC226D\",\n            \"Locator\": \"UCSUGK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:53:54.43\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15447,\n            \"UniqueId\": \"AIR-13943228-4A77-4B76-9889-AE5CD59FE5CB\",\n            \"Locator\": \"UCSZMA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:54:24.21\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15452,\n            \"UniqueId\": \"AIR-0BF40051-9C78-4932-B4EE-CDA08DCC6103\",\n            \"Locator\": \"DJVRNN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T14:59:53.757\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15456,\n            \"UniqueId\": \"AIR-58821D62-9F1D-4EA6-9B4E-E1D1D9410593\",\n            \"Locator\": \"AZISCH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:21:22.3\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15454,\n            \"UniqueId\": \"AIR-887786FA-8D01-4A8F-9D12-FD6FEC38E80B\",\n            \"Locator\": \"EPUGFO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:33:19.467\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15444,\n            \"UniqueId\": \"AIR-C6AFE745-C9F9-404F-8F1C-196CF59B7358\",\n            \"Locator\": \"AZSENR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:44:51.27\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15438,\n            \"UniqueId\": \"AIR-5DFADACC-FB0D-4DCC-B5BC-E07774C474D7\",\n            \"Locator\": \"EOBDLN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:45:51.31\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15455,\n            \"UniqueId\": \"AIR-CB272BA9-FE2D-410F-8D92-EF40CA25DC35\",\n            \"Locator\": \"AZHFGW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:49:52.253\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15436,\n            \"UniqueId\": \"AIR-96DB64CD-E59B-4D65-BEAB-7384DA6C99B9\",\n            \"Locator\": \"AYNRHV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:49:58.593\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15428,\n            \"UniqueId\": \"AIR-12DB134D-43D0-4B78-929B-692D8B4BC128\",\n            \"Locator\": \"DILQCP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:53:31.143\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15427,\n            \"UniqueId\": \"AIR-A4B4F315-2726-4624-A623-4AE9FF0D3BCA\",\n            \"Locator\": \"DIJIKW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:56:34.85\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15426,\n            \"UniqueId\": \"AIR-DCEEDEAB-7E96-47E0-8E9F-70460F3C9D91\",\n            \"Locator\": \"AYWPSM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:57:33.73\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15423,\n            \"UniqueId\": \"AIR-9A43E670-30D4-4B42-80FB-F1C8682ED1C7\",\n            \"Locator\": \"DIGPMZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:58:18.33\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15421,\n            \"UniqueId\": \"AIR-1F9BDE29-DC9B-44D8-9447-297A507C9337\",\n            \"Locator\": \"UBDIDV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:58:36.887\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15420,\n            \"UniqueId\": \"AIR-313286A7-03E3-4609-ADAF-C838B368FD63\",\n            \"Locator\": \"UBCGZR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:58:56.837\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15418,\n            \"UniqueId\": \"AIR-091AEB06-7B78-4BB8-96C2-847C70F6C16F\",\n            \"Locator\": \"ENXIXU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:59:25.263\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15413,\n            \"UniqueId\": \"AIR-A7B38D2D-928F-4476-9D8F-487EC2C03A9A\",\n            \"Locator\": \"AXJHEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T15:59:42.557\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15412,\n            \"UniqueId\": \"AIR-9BECA88B-D738-4CAB-8599-ADC2BFE9F6DA\",\n            \"Locator\": \"AXDUPQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:00:13.15\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15403,\n            \"UniqueId\": \"AIR-AFC99B76-1BFB-46F7-8CF3-3F94C4D5C969\",\n            \"Locator\": \"DAZLRZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:05:04.643\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15411,\n            \"UniqueId\": \"AIR-5E520102-AB85-4692-B863-6672243869B7\",\n            \"Locator\": \"AXWWUP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:05:50.2\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15402,\n            \"UniqueId\": \"AIR-B397626B-210E-44B1-A642-8C36B2BF99CF\",\n            \"Locator\": \"DAXVWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:06:53.073\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15401,\n            \"UniqueId\": \"AIR-6496A6E9-6F0E-44F3-8D97-5BD889E2CC1F\",\n            \"Locator\": \"COBNFO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:07:24.46\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15387,\n            \"UniqueId\": \"AIR-7312DFDF-5743-46A8-9B56-1B53865F3143\",\n            \"Locator\": \"YFZHZR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:07:47.86\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15377,\n            \"UniqueId\": \"AIR-9AC9204B-1FA1-40B2-99F8-BB56B8DB448E\",\n            \"Locator\": \"YEYNIP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:08:17.077\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15369,\n            \"UniqueId\": \"AIR-99691E55-2B99-4780-9BFA-DCEBC7E3FE73\",\n            \"Locator\": \"CIVDFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:08:33.473\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15368,\n            \"UniqueId\": \"AIR-68DA0A78-B282-48EE-ABC8-2D368E626415\",\n            \"Locator\": \"CIMYWS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:08:50.667\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15367,\n            \"UniqueId\": \"AIR-544758BE-E18B-47B2-8903-5A1098CBAA59\",\n            \"Locator\": \"YWRBPV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:09:09.337\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15366,\n            \"UniqueId\": \"AIR-3FFBD7EC-B644-4659-B0D8-75709E7D96B6\",\n            \"Locator\": \"YVPRRV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:09:29.167\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15364,\n            \"UniqueId\": \"AIR-C9F90FA3-ED37-468C-B328-E2C7900E8DE3\",\n            \"Locator\": \"CGSVBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:10:02.817\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15306,\n            \"UniqueId\": \"AIR-955D2CFB-DA12-42DF-8022-9784F3A616D1\",\n            \"Locator\": \"TWXCCI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:10:24.143\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15248,\n            \"UniqueId\": \"AIR-DFAF78C1-30F6-4597-95D0-59E9470B1DE6\",\n            \"Locator\": \"SIRXVL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:10:40.373\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15164,\n            \"UniqueId\": \"AIR-487E2D9E-404B-4026-AE60-761A9F7655D9\",\n            \"Locator\": \"YOFSRH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:11:13.64\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15143,\n            \"UniqueId\": \"AIR-64B789D7-3B7C-44DD-8EA4-31E5B9D31B6F\",\n            \"Locator\": \"TXYBHX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:11:32.82\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15137,\n            \"UniqueId\": \"AIR-FB39AB7E-A3B8-4151-8818-4445FFFD5E57\",\n            \"Locator\": \"AIWIOQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:11:51.263\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15135,\n            \"UniqueId\": \"AIR-F88E818F-4027-4EE8-A798-E53FDE1DD22F\",\n            \"Locator\": \"RIJUQH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:12:00.187\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15134,\n            \"UniqueId\": \"AIR-45A48752-90CD-4F69-B756-3A970C98C5BA\",\n            \"Locator\": \"TRRCID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:12:34.1\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15129,\n            \"UniqueId\": \"AIR-024A05ED-75B6-4073-8288-BD7CFED93190\",\n            \"Locator\": \"SPCAKY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:12:56.22\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15453,\n            \"UniqueId\": \"AIR-35A68446-9F41-4942-B302-136C7384F04F\",\n            \"Locator\": \"AZBSYE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:15:05.007\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15458,\n            \"UniqueId\": \"AIR-4A721E4B-A22A-4638-B7AA-2E152EE78ED4\",\n            \"Locator\": \"UCJRIY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:15:12.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15363,\n            \"UniqueId\": \"AIR-01B580D3-6629-4AB2-A989-D5F7D2FCA5F5\",\n            \"Locator\": \"CGRNKL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:15:51.45\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15089,\n            \"UniqueId\": \"AIR-3F89C63C-2639-4E6E-97E9-A6B092EAD86B\",\n            \"Locator\": \"AEVZVN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:16:21.647\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15085,\n            \"UniqueId\": \"AIR-122D05EE-3830-4199-974A-A4BD7C6CBCF8\",\n            \"Locator\": \"WPPQUL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:16:43.897\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15084,\n            \"UniqueId\": \"AIR-2E044C7B-94AB-4576-AD77-8ACB9C58F44A\",\n            \"Locator\": \"4KYA68\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:17:13.517\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15080,\n            \"UniqueId\": \"AIR-12100927-2542-4AEB-8446-69568811CD8E\",\n            \"Locator\": \"4A55TV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:17:27.927\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15056,\n            \"UniqueId\": \"AIR-3477040D-F2A9-4869-8549-E9CD372BD470\",\n            \"Locator\": \"ZOASQK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:17:35.713\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15052,\n            \"UniqueId\": \"AIR-2FA7EB6A-565B-4912-AC8C-0EB79C795D7A\",\n            \"Locator\": \"VRDAJN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:17:56.227\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15376,\n            \"UniqueId\": \"AIR-6DDE200C-CEAD-4BFA-95E4-49DBD053F402\",\n            \"Locator\": \"DRTESV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:18:41.93\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15459,\n            \"UniqueId\": \"AIR-1349165B-A105-458E-9BF1-7169657F3F0E\",\n            \"Locator\": \"FRAHYL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:18:54.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15457,\n            \"UniqueId\": \"AIR-F268E507-9DEB-4969-902C-B88BFB2AD26B\",\n            \"Locator\": \"ABERBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:24:42.167\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15460,\n            \"UniqueId\": \"AIR-A4F48D7B-71FA-4A4D-8263-2DD7CCD3CDB7\",\n            \"Locator\": \"ACXOIM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:25:59.167\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15462,\n            \"UniqueId\": \"AIR-1C2B22CE-7962-4211-89CB-E2DE15CDCE71\",\n            \"Locator\": \"4IQJYN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:28:07.3\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15464,\n            \"UniqueId\": \"AIR-2D5F4700-A8E7-409F-AA1F-14BCC81D9FCD\",\n            \"Locator\": \"ACMRTA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:33:31.52\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15465,\n            \"UniqueId\": \"AIR-6DEBC95F-BA54-4F06-8182-28C658B2A6D0\",\n            \"Locator\": \"DKYFLK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:34:38.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15466,\n            \"UniqueId\": \"AIR-0DFDAB46-4FA3-43FD-BC7C-DBA1702C28EF\",\n            \"Locator\": \"ADRUXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:36:24.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15461,\n            \"UniqueId\": \"AIR-9344579D-BF91-46BA-9F72-233C429367D8\",\n            \"Locator\": \"ACAHGH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:37:36.96\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15463,\n            \"UniqueId\": \"AIR-F09E5B74-CAE5-4618-BF95-86D749D597E3\",\n            \"Locator\": \"FSWDZH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T16:37:39.153\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15467,\n            \"UniqueId\": \"AIR-0A7BFD9A-1C9C-4D9C-8768-9B2FFF1148FF\",\n            \"Locator\": \"FTFMDZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:02:32.503\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15469,\n            \"UniqueId\": \"AIR-E49CCBB1-860B-40C6-95FE-A73E950C7EBB\",\n            \"Locator\": \"AEPKJK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:02:33.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15468,\n            \"UniqueId\": \"AIR-5F2B2E6E-CCBC-4F62-84CA-969DB8EFE288\",\n            \"Locator\": \"DKKFHY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:04:17.573\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15470,\n            \"UniqueId\": \"AIR-D83594A4-698F-40F7-B099-0C345737C328\",\n            \"Locator\": \"4JJ983\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:14:48.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15471,\n            \"UniqueId\": \"AIR-E93408D4-3F2D-4B00-BE86-78E50AA5FCAC\",\n            \"Locator\": \"4JLXYT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:21:06.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15472,\n            \"UniqueId\": \"AIR-642391C1-5349-4195-8AB0-2B87EFC537E8\",\n            \"Locator\": \"4JMJKC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:26:26.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15473,\n            \"UniqueId\": \"AIR-23A1E5FF-11B0-491B-B62A-446FEA7E3A6D\",\n            \"Locator\": \"ERROR_AIR-07B271D60E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:34:15.9\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15476,\n            \"UniqueId\": \"AIR-7C016F40-8799-42B4-A6A4-0FFA421E2DBB\",\n            \"Locator\": \"4JQ2E2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:38:32.673\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15477,\n            \"UniqueId\": \"AIR-472FE6AF-6D34-4777-9FB5-EFC6A6DBC2B1\",\n            \"Locator\": \"ERROR_AIR-D35249975D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:39:15.69\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15478,\n            \"UniqueId\": \"AIR-5B6D06D0-1547-4B65-9AB8-AD3F49CA7539\",\n            \"Locator\": \"ERROR_AIR-4245C125D0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:44:16.25\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15479,\n            \"UniqueId\": \"AIR-F999EB57-56E3-4855-B645-06A6E464DECD\",\n            \"Locator\": \"4K46NH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T17:54:17.14\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15475,\n            \"UniqueId\": \"AIR-0F1EB6BD-188F-4DA8-8605-3B1FC2D2B939\",\n            \"Locator\": \"AFENOY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T19:19:13.127\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15482,\n            \"UniqueId\": \"AIR-C8406E8E-3915-4CF6-A4AF-89D8D7E2CACA\",\n            \"Locator\": \"DMRFXU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T22:33:09.863\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15481,\n            \"UniqueId\": \"AIR-CF850772-2BC2-4336-B79A-655E7DCEE6AD\",\n            \"Locator\": \"DMRUMR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T22:49:28.637\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15485,\n            \"UniqueId\": \"AIR-3AE312A0-721F-43B9-BABB-64169157FDC3\",\n            \"Locator\": \"AHYVQC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-14T23:59:14.783\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15487,\n            \"UniqueId\": \"AIR-1B99438B-5AC7-40A5-8E62-CCA84233BCCA\",\n            \"Locator\": \"DMYPDB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T00:03:55.05\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15488,\n            \"UniqueId\": \"AIR-6DB1C6DB-E2EE-4AB5-A137-4021AA3699EE\",\n            \"Locator\": \"AHBWPX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T00:04:46.73\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15489,\n            \"UniqueId\": \"AIR-528EA49C-70ED-45BF-B1AD-B96C965C608D\",\n            \"Locator\": \"4P92KL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T00:19:41.28\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15491,\n            \"UniqueId\": \"AIR-C4465E5F-77D4-4DA6-9919-E71368A5A88B\",\n            \"Locator\": \"FXENZK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T02:08:56.043\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15492,\n            \"UniqueId\": \"AIR-5F23B5ED-006B-4DD7-9F6D-BF7D38CD9F94\",\n            \"Locator\": \"UFAEZX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T02:09:41.687\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15493,\n            \"UniqueId\": \"AIR-6EDCE462-D195-4CA7-AECE-FE42A90E8E32\",\n            \"Locator\": \"FXFXBN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T02:10:33.397\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15494,\n            \"UniqueId\": \"AIR-81ACB5FD-9DA9-41F4-A354-2BF3245F11F1\",\n            \"Locator\": \"4QTYCW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T02:22:09.977\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15490,\n            \"UniqueId\": \"AIR-53311237-E1DC-4EF0-9626-C25E9E0CE80C\",\n            \"Locator\": \"DMCQBU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T02:23:01.873\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15486,\n            \"UniqueId\": \"AIR-3F8D1BB3-DCDF-42B6-BA5E-4A12C0919A47\",\n            \"Locator\": \"FWPDOE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T02:23:42.493\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15484,\n            \"UniqueId\": \"AIR-D18C672D-E57A-42EB-BABB-303D1978E9A8\",\n            \"Locator\": \"UENQVX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T02:24:21.073\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15483,\n            \"UniqueId\": \"AIR-880B1603-CAC6-4DB0-9F41-24A32969B2D4\",\n            \"Locator\": \"4OBS85\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T02:24:48.397\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15495,\n            \"UniqueId\": \"AIR-B551A69D-5F54-4D80-8218-31DBEAFD22B4\",\n            \"Locator\": \"4R682O\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T02:41:52.03\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15496,\n            \"UniqueId\": \"AIR-F6A07BB9-5CC2-4478-9AF2-3310EE6095B9\",\n            \"Locator\": \"UFEDOJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T03:12:44.637\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15497,\n            \"UniqueId\": \"AIR-A58FFB53-A91A-401C-BF0D-6C06A810844A\",\n            \"Locator\": \"FXLURJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T03:13:28.607\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15498,\n            \"UniqueId\": \"AIR-61E9B880-BC0B-4C10-B975-F1DE9BEE3DFF\",\n            \"Locator\": \"4RHAX7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T03:14:57.657\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15480,\n            \"UniqueId\": \"AIR-52BC8A3A-7411-4998-B17B-30333B1733C0\",\n            \"Locator\": \"AGVKGM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T08:48:35.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15474,\n            \"UniqueId\": \"AIR-7CBDF8C5-CA72-42FA-9C22-3C7C62A51D52\",\n            \"Locator\": \"DLVHUU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T08:49:12.8\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15499,\n            \"UniqueId\": \"AIR-144D9BF7-B6A8-4A3D-8601-10E9036D1B1B\",\n            \"Locator\": \"FAEYDD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T08:55:01.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15500,\n            \"UniqueId\": \"AIR-EDECC4F6-0837-48E4-BDAE-310DE9D547B9\",\n            \"Locator\": \"UGJRFC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T09:26:25.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15501,\n            \"UniqueId\": \"AIR-CD4FC1DE-A2BD-438C-BCCD-0AB5DE3233FD\",\n            \"Locator\": \"FAHYAS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T09:26:50.487\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15503,\n            \"UniqueId\": \"AIR-B4AF41AE-72D2-4279-B51A-E0FDD45E045D\",\n            \"Locator\": \"UHRCWJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T10:32:09.157\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15504,\n            \"UniqueId\": \"AIR-F48F2F8F-FB23-4F9A-AB1A-DB07A3227CEC\",\n            \"Locator\": \"DODWIZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T10:46:37.21\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15505,\n            \"UniqueId\": \"AIR-ED09A9C0-4EB5-4397-AFA1-044F4C1B42CE\",\n            \"Locator\": \"4Y5EOM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T11:01:14.33\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15508,\n            \"UniqueId\": \"AIR-C673688A-F271-4B07-89C0-FF8A09629E2E\",\n            \"Locator\": \"4Z6HHX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T11:55:10.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15509,\n            \"UniqueId\": \"AIR-68A9E82B-5254-41D5-BAC5-681B32202BC0\",\n            \"Locator\": \"ERROR_AIR-128C85AC28\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T11:59:13.8\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15510,\n            \"UniqueId\": \"AIR-3CA3FB69-3FC2-4796-B9FE-99F7C6FA18D0\",\n            \"Locator\": \"4ZGJAP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T12:10:24.043\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15507,\n            \"UniqueId\": \"AIR-B0FDCF59-3BEC-4341-B4D7-1EF25C202F5B\",\n            \"Locator\": \"FCQBGU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T12:11:01.02\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15511,\n            \"UniqueId\": \"AIR-327234B3-D541-45B9-86CF-854739721B17\",\n            \"Locator\": \"FCBKRH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T12:24:03.377\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15513,\n            \"UniqueId\": \"AIR-ED08A039-FB11-49E5-B879-1BC639B7F708\",\n            \"Locator\": \"22Q9RN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T13:49:38.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15512,\n            \"UniqueId\": \"AIR-F6A0DB85-5263-43C7-B70F-1F036AD27A77\",\n            \"Locator\": \"DOLCCP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T13:58:54.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15514,\n            \"UniqueId\": \"AIR-3B19941B-3E5A-48B1-A44A-0F3D85E1E9FA\",\n            \"Locator\": \"ERROR_AIR-1885635F9A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T14:12:12.477\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15515,\n            \"UniqueId\": \"AIR-5A62E77F-D21B-4AE1-B724-48BA1DE55934\",\n            \"Locator\": \"2367HQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T14:18:41.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15516,\n            \"UniqueId\": \"AIR-5D727CD3-90AC-4AC2-923B-7594BAEDB9F9\",\n            \"Locator\": \"23B9D4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T14:25:45.64\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15429,\n            \"UniqueId\": \"AIR-259D336E-0FCE-44F0-B04F-E08947E4F172\",\n            \"Locator\": \"DIPWQS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T14:27:24.377\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15517,\n            \"UniqueId\": \"AIR-3E7B19D0-ED74-4C41-80FA-BD2FC0970AAF\",\n            \"Locator\": \"FDZTQN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T14:33:13.867\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15518,\n            \"UniqueId\": \"AIR-19DEB9D2-2285-4402-AEF4-BD3AB652F165\",\n            \"Locator\": \"UHKDGE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T14:49:34.19\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15521,\n            \"UniqueId\": \"AIR-F5B44A97-8AF9-4CD9-BB42-160FD1F61959\",\n            \"Locator\": \"2452II\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T15:17:09.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15519,\n            \"UniqueId\": \"AIR-4FF8009D-B850-4757-9F52-EF51DBEF7B93\",\n            \"Locator\": \"AORVUP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T15:20:14.13\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15520,\n            \"UniqueId\": \"AIR-1E838D06-5344-4DDF-B5A8-B446E980262E\",\n            \"Locator\": \"AOSUVI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T15:26:32.64\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15522,\n            \"UniqueId\": \"AIR-D70A30EE-3B5E-4160-96F3-E1E5476EEFE1\",\n            \"Locator\": \"FEWESV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T15:34:41.307\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15523,\n            \"UniqueId\": \"AIR-2481CF7A-926D-419C-AAD2-0F3D4FBDA1A3\",\n            \"Locator\": \"FEXFVW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T15:36:30.153\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15525,\n            \"UniqueId\": \"AIR-10B57BFC-4F7C-4064-9840-A9A41F99EC58\",\n            \"Locator\": \"ERROR_AIR-1957B69404\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T15:46:45.6\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15527,\n            \"UniqueId\": \"AIR-D0195AF2-5FDA-4EE9-817C-EE6AC625CA58\",\n            \"Locator\": \"24UFI8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T16:10:47.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15531,\n            \"UniqueId\": \"AIR-AA6B6ACF-38B2-421F-8D01-5E4A78B04184\",\n            \"Locator\": \"APTUSB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T16:18:30.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15526,\n            \"UniqueId\": \"AIR-BF827CAA-C52F-4F0B-9902-D7095281100D\",\n            \"Locator\": \"24RRXF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T16:22:42.3\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15528,\n            \"UniqueId\": \"AIR-F80A95EF-D512-47D8-883E-04DE582271D6\",\n            \"Locator\": \"AOPAJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T16:23:23.573\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15529,\n            \"UniqueId\": \"AIR-621D2878-E9AF-4DE8-8613-91E3052DD095\",\n            \"Locator\": \"FFRMNH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T16:24:17.547\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15530,\n            \"UniqueId\": \"AIR-11D6B693-58EC-4529-9B54-92E62FE595E2\",\n            \"Locator\": \"FFVTJR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T16:30:06.953\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15533,\n            \"UniqueId\": \"AIR-92FF6143-AF2F-47FF-AA26-A4A621ED86C8\",\n            \"Locator\": \"APTOOG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T16:34:25.1\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15535,\n            \"UniqueId\": \"AIR-15CF30BC-0DB8-4DA5-AB61-F5164C85681E\",\n            \"Locator\": \"FFZKZZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T16:55:32.21\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15536,\n            \"UniqueId\": \"AIR-8DE63F80-5AA1-4F0C-BC54-11FF69E5BD82\",\n            \"Locator\": \"UIUHLK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T16:57:42.873\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15537,\n            \"UniqueId\": \"AIR-35830507-1F3F-4098-8A63-88E0D2DAB65B\",\n            \"Locator\": \"FFFFFT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T17:11:56.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15502,\n            \"UniqueId\": \"AIR-DD71B077-8602-4942-B07B-81DADA0FCD06\",\n            \"Locator\": \"FBZCTY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T17:12:57.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15538,\n            \"UniqueId\": \"AIR-0167DDC8-F16E-46A3-84CB-4F97743FA06C\",\n            \"Locator\": \"25TZ2R\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T17:17:00.107\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15539,\n            \"UniqueId\": \"AIR-D97D1B0D-3AD8-48D3-A24B-7270B8A7788F\",\n            \"Locator\": \"25VYXJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T17:23:35.41\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15534,\n            \"UniqueId\": \"AIR-D4D9FADB-9D3F-4F5A-9105-0A875B2DE37B\",\n            \"Locator\": \"UITJUQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T19:54:35.817\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15532,\n            \"UniqueId\": \"AIR-387868C8-9744-4209-89C7-AEF2F60EB2A3\",\n            \"Locator\": \"APTWDF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T19:56:07.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15524,\n            \"UniqueId\": \"AIR-DA01039E-8238-417B-A487-1E9278F0DAFA\",\n            \"Locator\": \"UHOYID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T19:58:49.207\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15506,\n            \"UniqueId\": \"AIR-7753689E-38E1-40EA-9E12-30F89BA76BA2\",\n            \"Locator\": \"FBNAZZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-15T20:00:08.83\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15541,\n            \"UniqueId\": \"AIR-DB9471E9-E78F-45B5-BEA7-410AC95F3627\",\n            \"Locator\": \"ERROR_AIR-3DC38C5C31\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T08:28:47.993\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15542,\n            \"UniqueId\": \"AIR-3A5CA369-045B-4E08-99FC-7F39C11FAF0E\",\n            \"Locator\": \"ERROR_AIR-518FA866C9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T08:33:45.427\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15543,\n            \"UniqueId\": \"AIR-E63FF7F8-7F32-408D-905F-AA70B8116258\",\n            \"Locator\": \"ERROR_AIR-6F4D16EA63\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T08:38:45.5\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15544,\n            \"UniqueId\": \"AIR-FA4274FF-1F29-461E-AC86-40B852B0122A\",\n            \"Locator\": \"BWBGTV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T08:54:35.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15545,\n            \"UniqueId\": \"AIR-31DCA632-41E5-49A2-867E-14506EB0F7EA\",\n            \"Locator\": \"ULRGHA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T08:57:30.863\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15546,\n            \"UniqueId\": \"AIR-16F94974-FD70-4922-8422-7C249A82DF9A\",\n            \"Locator\": \"FNHAXF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T10:23:23.6\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15540,\n            \"UniqueId\": \"AIR-602D0B63-0AC7-4620-A758-E506CC9BE22D\",\n            \"Locator\": \"FGUKLM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T10:23:48.47\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15547,\n            \"UniqueId\": \"AIR-91836601-8C85-4FD7-BCA7-7DA87E991B7F\",\n            \"Locator\": \"BXZVIV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T10:30:04.843\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15548,\n            \"UniqueId\": \"AIR-9E7B4F2D-EA6A-4238-94C7-5BE66F1B46CE\",\n            \"Locator\": \"BXAQVC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T10:32:26.35\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15550,\n            \"UniqueId\": \"AIR-C5749A02-1B6C-4E0E-AF8B-A3D79A1ABB34\",\n            \"Locator\": \"2L64JS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T11:17:08.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15549,\n            \"UniqueId\": \"AIR-775D560E-54E5-42EF-B4EE-392346C302AE\",\n            \"Locator\": \"FOVIOK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T11:17:12.677\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15551,\n            \"UniqueId\": \"AIR-D8B37925-C454-4CC9-96F0-7F8C6E86DAF7\",\n            \"Locator\": \"BYWXIF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T11:42:12.753\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15552,\n            \"UniqueId\": \"AIR-D683D73C-82F8-4E2F-8CC0-8C38EB68D7E5\",\n            \"Locator\": \"2LP6BJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T11:54:54.993\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15553,\n            \"UniqueId\": \"AIR-64DC0CEB-F2A8-4B6E-8BB6-7868AE11E297\",\n            \"Locator\": \"2LY45E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T12:06:34.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15554,\n            \"UniqueId\": \"AIR-3614EDB6-CDF9-4899-997B-1592503E5CE3\",\n            \"Locator\": \"FPSJFR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T12:34:00.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15555,\n            \"UniqueId\": \"AIR-3F5FF47F-AF49-4C0A-99F1-F6F22B5EC939\",\n            \"Locator\": \"2MRVIM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T13:09:37.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15556,\n            \"UniqueId\": \"AIR-FC4EBD34-9A10-4E01-824A-4129E6231F8B\",\n            \"Locator\": \"2NEE2M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T13:39:31.75\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15557,\n            \"UniqueId\": \"AIR-3069D37F-87E0-4098-BBC6-6A41C8F00B29\",\n            \"Locator\": \"BZSHGO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T13:42:51.667\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15558,\n            \"UniqueId\": \"AIR-3A320551-76F6-44B5-84CD-80ECB2CCE321\",\n            \"Locator\": \"2NOJPX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T13:59:53.8\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15559,\n            \"UniqueId\": \"AIR-E3660D25-C96A-4826-99C8-6BBBF8375363\",\n            \"Locator\": \"FPJVDB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:07:22.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15560,\n            \"UniqueId\": \"AIR-A02F968B-91D4-4D2D-A09B-1274939339A3\",\n            \"Locator\": \"2NQVN7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:08:22.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15561,\n            \"UniqueId\": \"AIR-8868C9EE-D51A-44B7-891A-21C2D59B3454\",\n            \"Locator\": \"FPKZRI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:11:02.88\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15562,\n            \"UniqueId\": \"AIR-A9BE105D-2821-4D58-9EB5-56FC56FFE19D\",\n            \"Locator\": \"FPLLPP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:15:25.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15563,\n            \"UniqueId\": \"AIR-743AE7EE-A3F0-48CF-9766-F0D0506C6902\",\n            \"Locator\": \"2NWMXD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:15:40.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15565,\n            \"UniqueId\": \"AIR-5A7E0E63-5312-43CF-863C-C88C4915E4B7\",\n            \"Locator\": \"2NYWHI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:31:53.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15566,\n            \"UniqueId\": \"AIR-E8324DC6-11BB-464D-BA73-4393807FABC6\",\n            \"Locator\": \"2O7UX8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:36:17.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15567,\n            \"UniqueId\": \"AIR-F354F479-1C52-4651-9E5F-292F7544459E\",\n            \"Locator\": \"GQQQLQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:37:05.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15568,\n            \"UniqueId\": \"AIR-019F17C4-0F3E-4553-BD23-E2D3DCB46845\",\n            \"Locator\": \"2O6E9O\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:40:34.773\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15564,\n            \"UniqueId\": \"AIR-DB53FD24-455E-49ED-ACF3-D53E432A9558\",\n            \"Locator\": \"UMRKPF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:41:01.51\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15571,\n            \"UniqueId\": \"AIR-A7FA74FB-D003-4876-8728-589560E9B311\",\n            \"Locator\": \"GQSNEY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:47:09.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15572,\n            \"UniqueId\": \"AIR-48932B5C-6108-432B-ABC1-7CF77638BABF\",\n            \"Locator\": \"2OFR9X\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T14:50:54.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15569,\n            \"UniqueId\": \"AIR-499B0F8C-A355-4F8D-94EB-8FE07B3E18FF\",\n            \"Locator\": \"BZCRYN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T15:09:17.073\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15570,\n            \"UniqueId\": \"AIR-68FF0620-7F51-410F-8F89-45DC023B5A8C\",\n            \"Locator\": \"BZCWEC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T15:09:18.697\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15574,\n            \"UniqueId\": \"AIR-BFF01962-4D5E-4C76-8129-41B3CE9AE286\",\n            \"Locator\": \"2P4UIR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T15:43:36.437\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15575,\n            \"UniqueId\": \"AIR-C5576452-7482-44B2-9F0D-39C537C95881\",\n            \"Locator\": \"GSBUHH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T16:21:03.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15578,\n            \"UniqueId\": \"AIR-64FCA4AA-7188-42FC-AFD9-FEDC0C989BD1\",\n            \"Locator\": \"UMIMEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T16:34:17.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15579,\n            \"UniqueId\": \"AIR-A8F10F04-2A29-4791-90B5-87EC08B94B8A\",\n            \"Locator\": \"2PWH5G\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T16:46:25.5\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15580,\n            \"UniqueId\": \"AIR-046D6181-B031-45CC-950A-7308E4B1704E\",\n            \"Locator\": \"BCUZVS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T17:27:47.61\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15581,\n            \"UniqueId\": \"AIR-DF2F2E21-59B1-4AA5-959A-F0249D14D6E5\",\n            \"Locator\": \"BCXWGB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T17:47:52.373\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15582,\n            \"UniqueId\": \"AIR-B1B855B4-3D1F-47A0-A6E9-9AD30D8CB40A\",\n            \"Locator\": \"GTZIOW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T18:31:51.93\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15583,\n            \"UniqueId\": \"AIR-DFC24B28-6342-4BCD-9E76-28D0CAC0894E\",\n            \"Locator\": \"EUZIRN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T18:57:32.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15586,\n            \"UniqueId\": \"AIR-BC9DA22E-71FA-48A3-9DC6-6FE6FB2E1C7E\",\n            \"Locator\": \"PR_AIR-A85CBCDE3B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T19:32:46.627\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15587,\n            \"UniqueId\": \"AIR-2B7668C6-CB7B-4B7F-8D88-E6AC58884053\",\n            \"Locator\": \"ERROR_AIR-3484FF6CBD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T19:42:03.457\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15588,\n            \"UniqueId\": \"AIR-02F2AE48-C35E-4474-B936-2E6BD7465629\",\n            \"Locator\": \"BDSSFC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T19:55:36.727\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15585,\n            \"UniqueId\": \"AIR-DC23C5C5-16A5-484B-B9C6-057EEEA659CE\",\n            \"Locator\": \"GTICGD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-16T23:45:35.137\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15591,\n            \"UniqueId\": \"AIR-A0E5D808-6773-4792-9C27-9D849DFA7722\",\n            \"Locator\": \"GVUKOI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T00:14:33.377\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15589,\n            \"UniqueId\": \"AIR-92347204-BE47-442B-9A41-D4B2F089EBDA\",\n            \"Locator\": \"EUETLI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T06:20:31.477\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15584,\n            \"UniqueId\": \"AIR-1A6CC8B9-8D53-4753-A592-D2D5761C4DD8\",\n            \"Locator\": \"BCMBEV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T06:21:38.44\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15592,\n            \"UniqueId\": \"AIR-8254E944-8126-4430-8561-35970CF5EA1B\",\n            \"Locator\": \"GYETHP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T08:46:20.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15593,\n            \"UniqueId\": \"AIR-154547A8-61E8-4E98-9F82-DAFCEB319F0E\",\n            \"Locator\": \"ERROR_AIR-6755304A8B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T09:10:00.543\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15595,\n            \"UniqueId\": \"AIR-74E40B6F-94CD-47D0-B433-AEA03A431F1C\",\n            \"Locator\": \"35TBJQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T09:29:47.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15594,\n            \"UniqueId\": \"AIR-0611F28C-6690-4564-8094-799A1AA69753\",\n            \"Locator\": \"BHHCFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T09:31:45.333\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15596,\n            \"UniqueId\": \"AIR-1D2430F1-5B0E-4908-887C-7DC47C31B1D8\",\n            \"Locator\": \"GZSYDK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T09:48:57.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15597,\n            \"UniqueId\": \"AIR-D83F3FB4-0A7D-4A90-8F7E-AB73A783E3ED\",\n            \"Locator\": \"ERROR_AIR-441C6EC9C9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T10:35:36.53\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15598,\n            \"UniqueId\": \"AIR-D0E704D7-F782-4EF6-9356-D364BE892AED\",\n            \"Locator\": \"BIXSXK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T10:39:37.24\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15599,\n            \"UniqueId\": \"AIR-A6F4BA53-47E4-439B-98EE-AC8FAF5EBB6C\",\n            \"Locator\": \"BIXXDX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T10:41:07.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15601,\n            \"UniqueId\": \"AIR-7E721565-5440-47FB-B2A3-C84165EECA1E\",\n            \"Locator\": \"BICMCA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T11:15:51.08\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15602,\n            \"UniqueId\": \"AIR-9E96BD2D-98CC-4C0A-863B-5D28AE971CC4\",\n            \"Locator\": \"ERROR_AIR-BE6D670B0D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T11:22:25.027\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15603,\n            \"UniqueId\": \"AIR-80AD636E-C28C-4C73-92BF-1784B7429126\",\n            \"Locator\": \"ERROR_AIR-4FD9B14EAE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T11:24:58.183\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15604,\n            \"UniqueId\": \"AIR-0FB43827-5B74-4834-9240-51FC7B62BD14\",\n            \"Locator\": \"BIENHW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T11:38:08.16\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15607,\n            \"UniqueId\": \"AIR-C65068F9-CDC5-48F5-8A18-815217BAE4C5\",\n            \"Locator\": \"ERROR_AIR-6F948CD3FF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T11:38:12.92\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15608,\n            \"UniqueId\": \"AIR-17B1D480-775B-4548-BCB7-B88FF81E1D32\",\n            \"Locator\": \"ERROR_AIR-487E9A73B0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T11:38:27.897\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15609,\n            \"UniqueId\": \"AIR-B892FD90-B21C-45FE-A45C-3E33457DF5C1\",\n            \"Locator\": \"37ZVSB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T11:54:52.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15606,\n            \"UniqueId\": \"AIR-F1885680-8311-40D6-904E-393CB8FC8A72\",\n            \"Locator\": \"37QEUN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T12:05:22.45\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15605,\n            \"UniqueId\": \"AIR-FB23FFF9-76C4-481F-91A5-546B0D093E11\",\n            \"Locator\": \"GAQYUK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T12:08:23.353\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15610,\n            \"UniqueId\": \"AIR-475AE4A4-75C7-492D-862A-1A840EFE8BFC\",\n            \"Locator\": \"VQEPPJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:10:23.94\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15612,\n            \"UniqueId\": \"AIR-4BAD062A-1B42-4D48-B5C7-248D54A7A38E\",\n            \"Locator\": \"GAGEEC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:14:15.14\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15613,\n            \"UniqueId\": \"AIR-50EC6199-3E5E-42F7-984F-B1ED2111766D\",\n            \"Locator\": \"ERROR_AIR-CB6F648753\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:19:56.647\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15614,\n            \"UniqueId\": \"AIR-E19029B4-AD04-4EE2-A0F1-03FE2B69597B\",\n            \"Locator\": \"ERROR_AIR-080329E5A9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:22:16.517\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15615,\n            \"UniqueId\": \"AIR-67A80043-1A15-422D-978A-216FA5C9801C\",\n            \"Locator\": \"ERROR_AIR-6DF531A859\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:24:57.133\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15616,\n            \"UniqueId\": \"AIR-5D7C2201-360F-461E-8594-C93074684E3D\",\n            \"Locator\": \"ERROR_AIR-5F5C245CF9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:27:17.14\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15617,\n            \"UniqueId\": \"AIR-51735E4B-C16F-4A74-B4C3-189F7A8FD34D\",\n            \"Locator\": \"ERROR_AIR-0D71A62E6A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:29:56.667\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15619,\n            \"UniqueId\": \"AIR-11DFC1CC-4B9D-4041-8DC8-B3DE76921348\",\n            \"Locator\": \"ERROR_AIR-B95E012CB6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:32:16.527\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15618,\n            \"UniqueId\": \"AIR-389F2A31-AC5C-4FF8-B585-6983766B9068\",\n            \"Locator\": \"39JXWV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:32:35.047\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15611,\n            \"UniqueId\": \"AIR-74DDF621-0C85-42ED-BCCB-5F92FEB9CB26\",\n            \"Locator\": \"VQFNPA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:41:12.857\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15621,\n            \"UniqueId\": \"AIR-69E2B71D-1CC3-4216-AE64-87EA7E785AF2\",\n            \"Locator\": \"39PG9A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:53:23.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15600,\n            \"UniqueId\": \"AIR-E676B158-E816-4ADD-BDF5-EF6B215BF17B\",\n            \"Locator\": \"GZFXJR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T13:59:53.89\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15620,\n            \"UniqueId\": \"AIR-6B320E07-F320-43EA-911B-37E2FB5B7B26\",\n            \"Locator\": \"39K8HZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:05:55.37\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15577,\n            \"UniqueId\": \"AIR-59F888B3-F38C-48E0-B1C0-76933C3AEF28\",\n            \"Locator\": \"ETPOGM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:09:40.477\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15576,\n            \"UniqueId\": \"AIR-9C62D5F9-07ED-4C25-8B8F-0A111FE28E06\",\n            \"Locator\": \"UMITKH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:10:15.063\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15622,\n            \"UniqueId\": \"AIR-EBB6B32F-28A0-42D0-AE93-82F3FED79B4B\",\n            \"Locator\": \"GBVCUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:16:14.933\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15623,\n            \"UniqueId\": \"AIR-2C922561-7E43-4620-AE1B-D0BDC51BC1D2\",\n            \"Locator\": \"EXGWDS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:20:48.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15590,\n            \"UniqueId\": \"AIR-CD375A63-E696-40A8-A011-1F363ECA66C6\",\n            \"Locator\": \"EVQKIS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:27:54.92\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15624,\n            \"UniqueId\": \"AIR-C882B462-22CB-4179-A179-712F54E5FD90\",\n            \"Locator\": \"BJJTYT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:31:44.74\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15625,\n            \"UniqueId\": \"AIR-1356818F-7249-4517-878D-5BA820EDA854\",\n            \"Locator\": \"BJJESA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:33:09.63\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15626,\n            \"UniqueId\": \"AIR-5D33D822-3CB1-408F-9FE0-28C4C28D81C3\",\n            \"Locator\": \"GBZLLP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:33:50.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15627,\n            \"UniqueId\": \"AIR-1A9E3790-EF4B-4041-A914-207446383F37\",\n            \"Locator\": \"BJJGDE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:33:54.533\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15628,\n            \"UniqueId\": \"AIR-985254D6-EFF2-40D5-AAF3-64593FFAD60A\",\n            \"Locator\": \"ERROR_AIR-E531756D0F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:34:19.127\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15629,\n            \"UniqueId\": \"AIR-9C239B3C-7415-45B2-904A-7FFB4A475CAA\",\n            \"Locator\": \"BJKUST\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:35:06.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15630,\n            \"UniqueId\": \"AIR-B789DC67-CC18-495B-AEF3-2EAF93CBE29F\",\n            \"Locator\": \"VQNLKV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:35:27.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15631,\n            \"UniqueId\": \"AIR-72335EAE-50E4-4E9E-88BB-771C2714FEB9\",\n            \"Locator\": \"GBAGZW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:36:36.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15633,\n            \"UniqueId\": \"AIR-DCA5487D-CC4D-4EC8-BBD6-5D1F1A408D59\",\n            \"Locator\": \"BJKKAP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:38:16.14\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15635,\n            \"UniqueId\": \"AIR-440FAE4C-2DB7-41EE-9C0C-F121D4E2B770\",\n            \"Locator\": \"GBBEHO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:40:45.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15632,\n            \"UniqueId\": \"AIR-1E225AEB-9B24-4162-A9F9-87F055A80141\",\n            \"Locator\": \"GBAJLF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:40:53.873\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15634,\n            \"UniqueId\": \"AIR-FAE8D24A-3065-4193-8280-639F28399A1D\",\n            \"Locator\": \"BJLQYG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:52:02.517\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15636,\n            \"UniqueId\": \"AIR-40B644B9-C190-4C4D-9EB2-2821EDC14D50\",\n            \"Locator\": \"GBPTDO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T14:57:49.087\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15637,\n            \"UniqueId\": \"AIR-9C8E9588-ACBC-4CB4-AE16-E57AEA4B9706\",\n            \"Locator\": \"3AX8P4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T15:04:25.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15638,\n            \"UniqueId\": \"AIR-D9DE9C6A-2326-4EE3-A091-4BC3D55B574E\",\n            \"Locator\": \"BKDKRE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T15:04:35.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15639,\n            \"UniqueId\": \"AIR-8F1BA6E6-F0CB-45E1-968E-6F4C263D91FB\",\n            \"Locator\": \"VRTOXJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T15:22:18.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15640,\n            \"UniqueId\": \"AIR-5F714F25-DD16-4FBB-B3FD-CA55ACA278AB\",\n            \"Locator\": \"GCYLNM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T15:23:44.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15641,\n            \"UniqueId\": \"AIR-CA3670C5-157C-4F24-88E7-DED80D44EEBD\",\n            \"Locator\": \"BKJZZH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T15:41:21.27\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15642,\n            \"UniqueId\": \"AIR-6898A2FF-706D-4ECB-9BEA-5880EBCA093D\",\n            \"Locator\": \"3BS3L6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T16:03:02.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15643,\n            \"UniqueId\": \"AIR-3D601D69-671F-46EF-AB58-BB5EE30E1D16\",\n            \"Locator\": \"3BVXJ8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T16:13:57.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15644,\n            \"UniqueId\": \"AIR-064A539F-0B47-4760-A0B1-508557A1FE0A\",\n            \"Locator\": \"GCHOHS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T16:24:20.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15645,\n            \"UniqueId\": \"AIR-D527B542-592D-47E2-B637-080FE5F603AF\",\n            \"Locator\": \"VRZUNK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T16:26:36.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15646,\n            \"UniqueId\": \"AIR-4C78ECA4-0C91-4E13-A77B-3FB19C409917\",\n            \"Locator\": \"GCKVAE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T16:38:30.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15649,\n            \"UniqueId\": \"AIR-B805B229-28E0-4FCF-BF60-A7CE5BE2483C\",\n            \"Locator\": \"EYUIXH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T16:59:59.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15650,\n            \"UniqueId\": \"AIR-666AACB7-2939-4362-9D16-7688762C6E02\",\n            \"Locator\": \"VRBODK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T17:02:42.52\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15647,\n            \"UniqueId\": \"AIR-BCB3973E-14B4-4C49-95C7-176FF3EDACCB\",\n            \"Locator\": \"3C9V3N\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T17:06:00.203\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15652,\n            \"UniqueId\": \"AIR-CAA882EB-7696-42D9-8BF6-D6140C747313\",\n            \"Locator\": \"ERROR_AIR-B5D6C025EB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T17:42:10.22\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15653,\n            \"UniqueId\": \"AIR-20DB5408-593D-4207-9572-4C50ABB8708B\",\n            \"Locator\": \"BLEQTR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T17:48:26.13\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15651,\n            \"UniqueId\": \"AIR-3E89A8C9-4682-408D-81A2-4CF9F2EAE602\",\n            \"Locator\": \"3D8TBP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T17:49:43.25\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15654,\n            \"UniqueId\": \"AIR-C8A12AB8-CADC-45F6-A4C2-DCD52A4FF33E\",\n            \"Locator\": \"BLIFZV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T18:08:51.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15657,\n            \"UniqueId\": \"AIR-B0168CB3-9240-4093-9C70-A2207446475F\",\n            \"Locator\": \"BLIPKY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T18:14:33.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15658,\n            \"UniqueId\": \"AIR-8E863511-725D-474B-9673-B9016D026381\",\n            \"Locator\": \"GDFJBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T18:17:41.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15659,\n            \"UniqueId\": \"AIR-618F8CA6-E93B-44DD-B85C-BAE6AF01AE47\",\n            \"Locator\": \"GDFNFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T18:18:45.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15661,\n            \"UniqueId\": \"AIR-0C8482A8-1324-4351-9AA7-57C0DB3A2EAB\",\n            \"Locator\": \"EYCIUH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T18:24:51.123\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15662,\n            \"UniqueId\": \"AIR-D5427D56-9F1C-4DFA-8048-2C219BBDDB4A\",\n            \"Locator\": \"BLKVAM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T18:24:57.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15665,\n            \"UniqueId\": \"AIR-CBC88273-FF9A-4388-BF20-564ECBCD1E2D\",\n            \"Locator\": \"GDIODI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T18:44:03.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15660,\n            \"UniqueId\": \"AIR-3575620D-BB91-4D94-8E93-8F2A22F3FA90\",\n            \"Locator\": \"3DV4DI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T18:53:15.197\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15666,\n            \"UniqueId\": \"AIR-D4E79023-E861-48EA-9AA1-0C47D8709B7E\",\n            \"Locator\": \"3ETEPR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-17T19:28:24.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15668,\n            \"UniqueId\": \"AIR-86476A3D-DAF0-4257-80B5-ECC63F99FE55\",\n            \"Locator\": \"ERROR_AIR-8AFF4CD31A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T00:59:14.043\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15669,\n            \"UniqueId\": \"AIR-4FD400EF-A445-449E-9965-EEF851DE801F\",\n            \"Locator\": \"GFJGNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T01:25:31.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15670,\n            \"UniqueId\": \"AIR-94EE3937-7BC5-4058-9FAA-35025579BD64\",\n            \"Locator\": \"3KJEF8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T01:48:21.533\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15664,\n            \"UniqueId\": \"AIR-7690E1E8-1C52-457D-A22A-FFB0821BF883\",\n            \"Locator\": \"GDHMIG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T08:41:01.557\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15663,\n            \"UniqueId\": \"AIR-87409618-A10E-44A4-90EF-403B92BB3615\",\n            \"Locator\": \"EYCOBZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T08:41:30.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15671,\n            \"UniqueId\": \"AIR-1CE1B35A-7717-4E00-8F53-A99ECA83EBA1\",\n            \"Locator\": \"GIIBZW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T09:02:59.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15672,\n            \"UniqueId\": \"AIR-CFD46160-48B6-4D03-9571-6862FF814DA5\",\n            \"Locator\": \"CQBXOT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T09:12:49.563\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15656,\n            \"UniqueId\": \"AIR-63161C04-2EA1-41BB-BBA6-0F63C3D514CC\",\n            \"Locator\": \"VRJDPG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T09:15:17.15\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15655,\n            \"UniqueId\": \"AIR-D42D13FB-5589-41CD-883F-F1E26615C2C9\",\n            \"Locator\": \"BLIGRY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T09:15:49.683\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15648,\n            \"UniqueId\": \"AIR-A4756468-AD57-4234-8E50-C347D185EBF0\",\n            \"Locator\": \"BLQNBY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T09:44:17.49\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15674,\n            \"UniqueId\": \"AIR-4E12E65E-8687-43FD-922A-3D62BC8B4C6D\",\n            \"Locator\": \"CQLLUC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T09:55:59.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15675,\n            \"UniqueId\": \"AIR-0BBCDED6-860F-4DA5-A859-A2C855BF915E\",\n            \"Locator\": \"GJXCKD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T10:05:10.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15673,\n            \"UniqueId\": \"AIR-007F86B5-479F-42A5-AC0B-4B75215E6FAE\",\n            \"Locator\": \"CQKMLJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T10:16:40.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15676,\n            \"UniqueId\": \"AIR-A0EB000E-80DC-41B4-B7A7-32F73F0FCBD4\",\n            \"Locator\": \"GJKAFH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T11:05:34.3\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15678,\n            \"UniqueId\": \"AIR-C4B7D6F7-955D-4230-8E5B-E591AE31A27E\",\n            \"Locator\": \"ERROR_AIR-8954731B67\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T11:50:17.183\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15679,\n            \"UniqueId\": \"AIR-8974E7DD-5824-465D-BB2B-005D59B08B82\",\n            \"Locator\": \"ERROR_AIR-9DCA1ADB37\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T11:55:18.667\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15680,\n            \"UniqueId\": \"AIR-15F59650-E070-4415-9CC3-A46FD4A0B3BD\",\n            \"Locator\": \"ERROR_AIR-D5E832AB40\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T12:00:22.15\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15681,\n            \"UniqueId\": \"AIR-2BAA5725-E9E1-481C-92A1-15758BE5AC6C\",\n            \"Locator\": \"ERROR_AIR-92B250C567\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T12:02:18.563\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15682,\n            \"UniqueId\": \"AIR-AA68178F-94C1-410A-950B-AC3EBEE73501\",\n            \"Locator\": \"ERROR_AIR-A253808B90\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T12:07:19.533\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15677,\n            \"UniqueId\": \"AIR-82FFF537-A54F-4750-BDA0-AF10810365F8\",\n            \"Locator\": \"3SQX8I\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T12:09:17.27\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15683,\n            \"UniqueId\": \"AIR-951B2A6D-E8F1-4D8E-8460-DC48947A5E17\",\n            \"Locator\": \"ERROR_AIR-F99F6171E8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T12:12:19.32\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15684,\n            \"UniqueId\": \"AIR-3956104A-A7A3-4D1F-A7BB-FC55FFF57D85\",\n            \"Locator\": \"VVSGTS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T12:25:01.843\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15685,\n            \"UniqueId\": \"AIR-DEDA7677-1339-4692-BFE8-0B5B3AAF81A9\",\n            \"Locator\": \"GKNIFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T14:03:01.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15686,\n            \"UniqueId\": \"AIR-69ECD05F-9F5A-40A1-8348-3935274FA90A\",\n            \"Locator\": \"GKOVTZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T14:07:02.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15687,\n            \"UniqueId\": \"AIR-8BCD790B-5505-4969-9303-CC637F0110A2\",\n            \"Locator\": \"GKOJQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T14:11:18.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15688,\n            \"UniqueId\": \"AIR-F89FED6F-AF77-43E9-ACA2-9F535582CCE0\",\n            \"Locator\": \"CSBXUJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T14:20:59.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15689,\n            \"UniqueId\": \"AIR-1543E8AA-0E18-4D69-AA4F-5E5E2B2E7E11\",\n            \"Locator\": \"EBMONF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T14:36:53.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15690,\n            \"UniqueId\": \"AIR-0BD63191-6846-4ECA-9CCD-F90F563245BE\",\n            \"Locator\": \"VVAMWK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T14:39:01.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15691,\n            \"UniqueId\": \"AIR-50C356F9-7A1F-466B-93DF-4ACE44950715\",\n            \"Locator\": \"GLTMDI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T14:40:43.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15692,\n            \"UniqueId\": \"AIR-61246733-A4AD-4C82-B163-7A0EBFDA7445\",\n            \"Locator\": \"3VHGFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T14:46:41.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15693,\n            \"UniqueId\": \"AIR-FFA591A5-8F3C-4EE6-8A07-548BDB9D09D9\",\n            \"Locator\": \"3W73V5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T15:37:33.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15694,\n            \"UniqueId\": \"AIR-25A5E705-F470-462A-B133-0F9ABE852509\",\n            \"Locator\": \"GLNEOA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T15:47:20.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15695,\n            \"UniqueId\": \"AIR-30D4D04A-98AE-4304-A7E7-5EF83D10F292\",\n            \"Locator\": \"GMSZAU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T16:13:23.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15696,\n            \"UniqueId\": \"AIR-5EAB6D56-DE3B-4493-B8A3-5EDA366DB52E\",\n            \"Locator\": \"3WP4WL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T16:17:12.403\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15697,\n            \"UniqueId\": \"AIR-BC7A2EC2-5EDE-409D-BC96-125F075392BE\",\n            \"Locator\": \"VVKFHM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T16:19:09.243\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15698,\n            \"UniqueId\": \"AIR-D614DC6B-B433-498F-9BA4-245AFFEB80F6\",\n            \"Locator\": \"GMWQGI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T16:38:57.71\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15699,\n            \"UniqueId\": \"AIR-2067C613-8EC6-427C-A1AE-D8A6436E2E91\",\n            \"Locator\": \"CTEZXA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T16:41:37.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15667,\n            \"UniqueId\": \"AIR-63978D9A-B1A2-48F7-956A-ED736B984A14\",\n            \"Locator\": \"EYHJWU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T16:54:52.927\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15700,\n            \"UniqueId\": \"AIR-6AFA064C-9E5C-4B52-9336-51D013B7389B\",\n            \"Locator\": \"CTHWZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T17:01:17.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15701,\n            \"UniqueId\": \"AIR-9F4A3CB2-22F4-47B1-A090-0407F9524A92\",\n            \"Locator\": \"3Y559V\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T17:53:33.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15702,\n            \"UniqueId\": \"AIR-F029919E-0EAE-4D63-845D-D9EFDB0AFD8B\",\n            \"Locator\": \"ERROR_AIR-C02541D502\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T18:09:28.07\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15703,\n            \"UniqueId\": \"AIR-8E7C4B39-12ED-4FF8-A2AD-D8F9571CE871\",\n            \"Locator\": \"3YIYVA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T18:24:26.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15704,\n            \"UniqueId\": \"AIR-87EE4391-BE76-4C32-919B-DB65340B55D8\",\n            \"Locator\": \"GNRNZG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T18:35:25.86\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15705,\n            \"UniqueId\": \"AIR-E456C5E8-4122-46C1-8FC8-16F535DDA262\",\n            \"Locator\": \"VWVHMJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T18:50:12.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15706,\n            \"UniqueId\": \"AIR-AF430407-CD5C-4E33-9A7C-53E1EECC6E9D\",\n            \"Locator\": \"ECGEDO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T18:54:15.88\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15707,\n            \"UniqueId\": \"AIR-66B8C568-33A3-4DE6-A5D5-3A1D22D008F6\",\n            \"Locator\": \"3Z5W8M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T18:59:36.71\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15708,\n            \"UniqueId\": \"AIR-0842B6CE-CE11-4007-AF27-3B610282C8FD\",\n            \"Locator\": \"GNUIZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-18T19:06:56.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15709,\n            \"UniqueId\": \"AIR-78AA43E8-6ECD-4934-8576-9FC9C3C9B51C\",\n            \"Locator\": \"ERROR_AIR-09236235BF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-20T19:39:30.067\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15710,\n            \"UniqueId\": \"AIR-E8168E3D-53C4-48A0-B4B2-AAC54BC367C3\",\n            \"Locator\": \"ERROR_AIR-208E8C2619\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-20T23:30:18.717\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15711,\n            \"UniqueId\": \"AIR-75A204D6-5E01-49E2-A035-2DA38A67BF5D\",\n            \"Locator\": \"XQNSFD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-20T23:40:02.47\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15712,\n            \"UniqueId\": \"AIR-938D34F5-B8C5-4C6A-AB6E-7819A63AC3F5\",\n            \"Locator\": \"KFNMHT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T08:39:01.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15713,\n            \"UniqueId\": \"AIR-1BC4D965-7BAC-4705-92E2-7918A8E33049\",\n            \"Locator\": \"CZQRCW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T09:12:26.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15714,\n            \"UniqueId\": \"AIR-166C645B-C32B-453F-AEAD-34AAD9936C46\",\n            \"Locator\": \"KGYWKQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T09:31:46.743\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15715,\n            \"UniqueId\": \"AIR-EBE2C633-DF4C-48C0-B0D7-265D64F90907\",\n            \"Locator\": \"CZNSKE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T10:55:00.803\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15718,\n            \"UniqueId\": \"AIR-58054C78-034A-49D6-AEE0-6B003C0D50D1\",\n            \"Locator\": \"XWDHZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T11:20:03.81\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15716,\n            \"UniqueId\": \"AIR-A31F4B86-F194-40C7-9FAE-B5BE10B54A5E\",\n            \"Locator\": \"CARIZK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T11:23:28.153\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15717,\n            \"UniqueId\": \"AIR-D1A6FFA2-F26F-4DBD-B7D9-2FF542FFC76B\",\n            \"Locator\": \"CASQZH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T11:26:10.617\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15719,\n            \"UniqueId\": \"AIR-07D7C6F9-D053-498D-864C-53F1C07FC5DB\",\n            \"Locator\": \"XWHOFB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T12:10:34.867\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15720,\n            \"UniqueId\": \"AIR-0ABFB2D0-853B-4674-88F4-8802AFC5FE21\",\n            \"Locator\": \"CAOLBX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T12:16:57.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15721,\n            \"UniqueId\": \"AIR-14E3D189-63BD-4B7D-9BBC-2CFAC86EE4A0\",\n            \"Locator\": \"KIVJQY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T12:19:39.13\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15724,\n            \"UniqueId\": \"AIR-C3B35A50-7540-4542-8F5D-4D88460EBB31\",\n            \"Locator\": \"CBTQOA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T12:25:47.007\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15722,\n            \"UniqueId\": \"AIR-BA2B2153-D17A-41C4-91EC-2EE25D536270\",\n            \"Locator\": \"KIWYHR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T12:32:38.223\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15723,\n            \"UniqueId\": \"AIR-F1294244-9C26-4A1B-91CD-84CB50E6F824\",\n            \"Locator\": \"KIXRKU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T12:34:23.843\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15725,\n            \"UniqueId\": \"AIR-C5576F55-3E2E-475B-80D4-27D48C464D93\",\n            \"Locator\": \"KICEXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T12:35:20.243\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15726,\n            \"UniqueId\": \"AIR-612945E3-335C-44D1-91E4-822711D717CE\",\n            \"Locator\": \"2KR3EE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T13:29:50.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15727,\n            \"UniqueId\": \"AIR-D179A848-B816-41F8-B9DA-D036F3D02E2D\",\n            \"Locator\": \"KJSJGE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T13:43:38.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15728,\n            \"UniqueId\": \"AIR-5C4929C4-CF2C-45CA-B8A0-E305219D4ACF\",\n            \"Locator\": \"KJTGFS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T13:48:01.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15729,\n            \"UniqueId\": \"AIR-069403EB-3292-4435-A20C-A53828C8CDAB\",\n            \"Locator\": \"CCQXCX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T13:52:07.36\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15730,\n            \"UniqueId\": \"AIR-E0B7CB17-8EE5-429E-9F3B-51CD9ED76F95\",\n            \"Locator\": \"KJALFK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T14:04:19.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15731,\n            \"UniqueId\": \"AIR-5611C7FB-EA30-4E84-922E-0541D8C28683\",\n            \"Locator\": \"2L7LJY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T14:06:23.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15733,\n            \"UniqueId\": \"AIR-1409C977-5FAF-49FA-B98D-01990E08428F\",\n            \"Locator\": \"XXXRAN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T14:29:02.917\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15732,\n            \"UniqueId\": \"AIR-72DF984F-7B23-41EA-BDE4-6F97520E06D9\",\n            \"Locator\": \"CCDNQA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T14:32:57.56\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15734,\n            \"UniqueId\": \"AIR-5C3DC33A-413F-4941-8BC7-2BB948DA2C47\",\n            \"Locator\": \"2LOKV5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T14:38:17.247\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15735,\n            \"UniqueId\": \"AIR-FCEEC6AC-544F-4231-94AC-03EBA1E3DE42\",\n            \"Locator\": \"KKWJQK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T14:48:18.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15736,\n            \"UniqueId\": \"AIR-1A354BC4-6371-4F14-9519-4CE92737347E\",\n            \"Locator\": \"ERROR_AIR-D9D9634967\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T14:51:34.06\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15737,\n            \"UniqueId\": \"AIR-D27DC0D0-ADFD-4AB8-9C93-09A30B46DDC5\",\n            \"Locator\": \"ERROR_AIR-8E59A48021\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T14:55:45.307\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15738,\n            \"UniqueId\": \"AIR-6FEC498D-947F-49EF-983E-1A2D20F7C519\",\n            \"Locator\": \"ERROR_AIR-C0B56130AA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T14:59:31.287\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15739,\n            \"UniqueId\": \"AIR-EF0F11AA-5DE6-4232-8D4D-4CAF40B391A8\",\n            \"Locator\": \"KKLKLT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:02:22.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15741,\n            \"UniqueId\": \"AIR-F16EBB82-C689-4F86-95CA-FE3F34CD3E4D\",\n            \"Locator\": \"CERYUL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:35:17.053\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15743,\n            \"UniqueId\": \"AIR-2B95751F-B3CA-4D0A-B37C-AA68A976C526\",\n            \"Locator\": \"2MIYU6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:39:56.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15744,\n            \"UniqueId\": \"AIR-4C90E1BC-F93D-4DC4-A737-19100776D37A\",\n            \"Locator\": \"2MP3SH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:41:21.22\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15740,\n            \"UniqueId\": \"AIR-0FF82B7E-4DC2-4DB7-92F3-0A67565899D1\",\n            \"Locator\": \"CEQHMQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:46:22.827\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15745,\n            \"UniqueId\": \"AIR-F61D66C8-34C7-4973-9998-A7AA4A585E80\",\n            \"Locator\": \"XXGNGW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:49:25.337\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15742,\n            \"UniqueId\": \"AIR-04413890-4EEC-4E79-A618-CA7F3A26540F\",\n            \"Locator\": \"2MO9ME\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:50:56.74\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15746,\n            \"UniqueId\": \"AIR-FC784F6D-F399-46F2-97B4-E367086DE115\",\n            \"Locator\": \"2MTJF5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:51:31.873\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15747,\n            \"UniqueId\": \"AIR-726A7060-CF93-481D-A9F4-35957C797AD0\",\n            \"Locator\": \"KLFJLE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:53:05.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15748,\n            \"UniqueId\": \"AIR-AE6570AF-9314-4669-A31A-6AFECDACD1AD\",\n            \"Locator\": \"KLHKHA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T15:56:53.81\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15749,\n            \"UniqueId\": \"AIR-A526E0CE-22A4-4476-AB0F-190A02CFC4E8\",\n            \"Locator\": \"KMTFPA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T16:24:19.103\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15750,\n            \"UniqueId\": \"AIR-9991D89B-829D-42AE-BB0B-37A68EAF06FA\",\n            \"Locator\": \"URKCHR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T16:32:43.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15751,\n            \"UniqueId\": \"AIR-B62A2794-65F2-4CBC-8E1A-3C7746FB3FB9\",\n            \"Locator\": \"KMXDCG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T16:58:28.047\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15752,\n            \"UniqueId\": \"AIR-40689929-098A-40E4-8A0C-4F3B064DC177\",\n            \"Locator\": \"XXLMFD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:00:28.087\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15754,\n            \"UniqueId\": \"AIR-55EA9B46-77E0-434E-96D5-CFFE65DE08DC\",\n            \"Locator\": \"CFUJHD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:08:59.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15753,\n            \"UniqueId\": \"AIR-FE3137DF-068E-4816-8AA0-BB2868C035A5\",\n            \"Locator\": \"URNFXP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:16:49.827\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15755,\n            \"UniqueId\": \"AIR-1D031DC0-1711-4A5A-B12D-9B2B373741DA\",\n            \"Locator\": \"URPVQF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:24:41.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15756,\n            \"UniqueId\": \"AIR-03EFE4B6-E72C-4C7C-999A-D40E9C9E1C19\",\n            \"Locator\": \"ERROR_AIR-92AD7EC65D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:26:04.98\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15757,\n            \"UniqueId\": \"AIR-46483519-942E-4321-923A-EBCA975559CC\",\n            \"Locator\": \"CFWLVB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:26:33.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15758,\n            \"UniqueId\": \"AIR-DEB58C90-ACBD-40E7-954E-11450935541B\",\n            \"Locator\": \"XXNMAW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:28:51.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15759,\n            \"UniqueId\": \"AIR-BD8960B7-1346-4B6C-8C8F-5673C7DBFFB7\",\n            \"Locator\": \"CFAOXX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:44:52.98\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15762,\n            \"UniqueId\": \"AIR-DF4559D6-DFEE-40C3-987F-38592BF46048\",\n            \"Locator\": \"KMLIHC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:45:15.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15760,\n            \"UniqueId\": \"AIR-0AE2B69B-9D58-482C-9FDB-0D0CEB0B36B3\",\n            \"Locator\": \"CFDDZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:47:45.403\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15761,\n            \"UniqueId\": \"AIR-C99AD492-E956-4256-A3C4-2B2ACB02E3D9\",\n            \"Locator\": \"2ODNIL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T17:54:57.89\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15763,\n            \"UniqueId\": \"AIR-1FA5FED2-5AA9-4372-9313-02C7BD21B18D\",\n            \"Locator\": \"USUWBT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T18:00:10.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15765,\n            \"UniqueId\": \"AIR-287F8FFE-E312-4643-BAC0-5737C3D33816\",\n            \"Locator\": \"CGHMDQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T18:23:14.257\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15764,\n            \"UniqueId\": \"AIR-4F86A83B-96E4-44D5-8CF0-C80AA9573A43\",\n            \"Locator\": \"KNGQQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-21T18:29:04.357\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15766,\n            \"UniqueId\": \"AIR-59E71411-3CEB-4912-B618-9FCA5203066C\",\n            \"Locator\": \"LWSWWZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T08:20:08.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15768,\n            \"UniqueId\": \"AIR-1A46B88C-260E-40CF-8D4C-0EB19CF5EE42\",\n            \"Locator\": \"CPXQCO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T08:52:10.38\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15769,\n            \"UniqueId\": \"AIR-0884AC0D-B9AD-43C4-95FC-DD1F02BBBABF\",\n            \"Locator\": \"XBOADP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T08:53:16.383\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15770,\n            \"UniqueId\": \"AIR-CFE46F72-4688-47F1-B0ED-B30BC11A6C23\",\n            \"Locator\": \"CPXGTH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T08:54:21.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15771,\n            \"UniqueId\": \"AIR-A6C9B36C-86D9-49D5-85D9-1C0655F5E89E\",\n            \"Locator\": \"UVHAOA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T08:57:23.54\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15772,\n            \"UniqueId\": \"AIR-1E42629C-7840-413D-BDA1-9DB0D6D19CDC\",\n            \"Locator\": \"UVHFSM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T08:58:23.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15773,\n            \"UniqueId\": \"AIR-7878A3FF-66D5-4ECA-8DAC-89DF1A7F9132\",\n            \"Locator\": \"LWJYUC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T09:46:53.373\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15774,\n            \"UniqueId\": \"AIR-24E4C237-A234-4337-A0BF-21604D758946\",\n            \"Locator\": \"UVPWXN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T09:55:04.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15775,\n            \"UniqueId\": \"AIR-E8E098CD-410F-418B-8E75-09AAEB45A117\",\n            \"Locator\": \"34ECCU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T10:28:06.387\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15776,\n            \"UniqueId\": \"AIR-03A3946F-DC0E-4752-A963-7E2783A31B6D\",\n            \"Locator\": \"LXSYTZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T10:31:25.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15777,\n            \"UniqueId\": \"AIR-214DEA8E-47AE-42A5-BB31-20B1F098C617\",\n            \"Locator\": \"UWVHMB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T10:38:41.533\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15778,\n            \"UniqueId\": \"AIR-790D6B77-D87E-46B5-8D16-D16F3D97F956\",\n            \"Locator\": \"LXUPYQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T10:47:28.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15779,\n            \"UniqueId\": \"AIR-61DBCA7E-704B-4CD0-892F-B476C3732374\",\n            \"Locator\": \"DQYLNP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T10:54:54.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15780,\n            \"UniqueId\": \"AIR-8C47F61A-2C0A-41D0-88DA-F45D8C063EAD\",\n            \"Locator\": \"LXWADT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T10:57:30.013\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15781,\n            \"UniqueId\": \"AIR-27A441B4-0DCF-4675-8F54-86EEC1B4A8F8\",\n            \"Locator\": \"XCEZFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T11:10:14.393\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15782,\n            \"UniqueId\": \"AIR-DDDA8D1D-09A9-4D50-9728-96007DDD682E\",\n            \"Locator\": \"35DCGZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T11:17:32.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15783,\n            \"UniqueId\": \"AIR-3F6DB87D-8BF4-442A-8528-91BB232F94A3\",\n            \"Locator\": \"DQOIVF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T11:46:21.453\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15784,\n            \"UniqueId\": \"AIR-2217C413-5ABE-493E-B9FD-8F1FB7C17516\",\n            \"Locator\": \"35TCM2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T11:54:56.86\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15785,\n            \"UniqueId\": \"AIR-0ACE8B21-A743-4D45-8E0E-339E3C2B2369\",\n            \"Locator\": \"35W5WY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T11:57:32.217\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15786,\n            \"UniqueId\": \"AIR-65057E96-ACC3-463E-9E13-D7A097FD1D4E\",\n            \"Locator\": \"DTCALG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T12:38:15.96\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15788,\n            \"UniqueId\": \"AIR-A6C8EFC8-23F8-48BE-823F-15AF8D9597DF\",\n            \"Locator\": \"DMSDWU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T13:38:02.24\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15787,\n            \"UniqueId\": \"AIR-84EC0CE4-8BA5-4D08-ADD6-56438CAFEB28\",\n            \"Locator\": \"DLOYKU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T13:44:37.31\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15789,\n            \"UniqueId\": \"AIR-83D6D974-5A1F-41DC-B7B8-AE8F17B73E34\",\n            \"Locator\": \"37IIBS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T13:47:55.257\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15790,\n            \"UniqueId\": \"AIR-A01D4E4D-EACA-4D6E-BE09-74087C2D94A0\",\n            \"Locator\": \"37KQDT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T13:57:33.643\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15791,\n            \"UniqueId\": \"AIR-DCED2034-D80A-4863-9B3D-CF4B41DCD414\",\n            \"Locator\": \"DMOFDI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T14:02:24.453\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15792,\n            \"UniqueId\": \"AIR-129654C5-D462-4E0F-A774-40E943741984\",\n            \"Locator\": \"XJYSVZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T14:04:13.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15793,\n            \"UniqueId\": \"AIR-5ED8ACA3-19E2-43D9-A10D-105B747FBF30\",\n            \"Locator\": \"37XYZ4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T14:12:03.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15796,\n            \"UniqueId\": \"AIR-031C9858-74EF-46B3-9105-F5C6AE4907FA\",\n            \"Locator\": \"37ZDHV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T14:24:01.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15794,\n            \"UniqueId\": \"AIR-80CFC4FF-404B-4F0A-8C59-A42E6C210B98\",\n            \"Locator\": \"37VVFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T14:27:21.887\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15795,\n            \"UniqueId\": \"AIR-A32BC2A7-C434-4466-B5A6-3D0F0CE7586D\",\n            \"Locator\": \"XKTZGF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T14:31:23.633\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15797,\n            \"UniqueId\": \"AIR-2682B815-672C-4FEE-BC5A-2D4717E6D977\",\n            \"Locator\": \"389RFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T14:36:25.08\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15799,\n            \"UniqueId\": \"AIR-1DD58255-81F3-4184-A61C-9ABD19D2AE85\",\n            \"Locator\": \"38P3VJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T15:17:04.663\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15798,\n            \"UniqueId\": \"AIR-6D6A85AC-BE39-4AF1-B9A3-B53406A0CCB8\",\n            \"Locator\": \"38M7IK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T15:25:31.353\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15800,\n            \"UniqueId\": \"AIR-EC619083-50D1-4D75-9687-7F3AB8678130\",\n            \"Locator\": \"39EKKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T15:48:12.69\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15801,\n            \"UniqueId\": \"AIR-9BDEB2CB-A184-441D-8B2D-623208B808D9\",\n            \"Locator\": \"MAPWRW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T16:04:18.387\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15802,\n            \"UniqueId\": \"AIR-C6AB2D12-60D3-4C75-9856-B9E0013AD00E\",\n            \"Locator\": \"39QIYZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T16:16:34.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15803,\n            \"UniqueId\": \"AIR-F7FE892D-035E-4B72-B89B-748343879AC1\",\n            \"Locator\": \"39V5ZN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T16:24:33.083\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15804,\n            \"UniqueId\": \"AIR-B2F6FE2D-E224-4B81-BD15-3CDDBD8C59AC\",\n            \"Locator\": \"39WX7E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T16:24:40.85\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15805,\n            \"UniqueId\": \"AIR-9E81968D-36C0-4B3A-8579-5CFE39FFFCAC\",\n            \"Locator\": \"3A8IGM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T16:43:22.113\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15806,\n            \"UniqueId\": \"AIR-33636713-98F4-4367-9258-803B1CC234A7\",\n            \"Locator\": \"3AYOVZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T17:38:02.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15809,\n            \"UniqueId\": \"AIR-1B01945D-8468-4002-B879-41E470F8405E\",\n            \"Locator\": \"PR_AIR-84CFCFB0D3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T18:02:22.507\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15810,\n            \"UniqueId\": \"AIR-A0D61911-8A26-4DF2-998A-99CAB53FF2D4\",\n            \"Locator\": \"EUHBHC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T18:02:52.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15811,\n            \"UniqueId\": \"AIR-5731E519-8BC6-4D15-88BA-338D7597821E\",\n            \"Locator\": \"EVYRKX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T18:13:40.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15813,\n            \"UniqueId\": \"AIR-4EDADC41-AE06-4565-87E2-1BDDD9E60B50\",\n            \"Locator\": \"ERROR_AIR-5DA4BB3ED1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T18:21:03.803\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15814,\n            \"UniqueId\": \"AIR-DEE660EE-2243-4183-AF5B-6711D1B99232\",\n            \"Locator\": \"ERROR_AIR-28B10F750E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T18:22:27.703\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15816,\n            \"UniqueId\": \"AIR-3C271EFB-2FCB-45D4-BB97-83D71E50D89B\",\n            \"Locator\": \"MDEUPM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T18:26:58.347\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15812,\n            \"UniqueId\": \"AIR-61B066B0-5137-49C0-8794-5C9E204765D8\",\n            \"Locator\": \"EVCOHY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T18:28:55.67\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15807,\n            \"UniqueId\": \"AIR-0FC3CAA7-E216-4DF2-A365-A9749098CF30\",\n            \"Locator\": \"MBNBWM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T18:32:29.77\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15815,\n            \"UniqueId\": \"AIR-CA90F8A6-97CC-4EB7-B5AC-A269369B360E\",\n            \"Locator\": \"EVKAXJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T18:34:30.907\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15817,\n            \"UniqueId\": \"AIR-955095BE-A569-48F8-99CF-412F3AE7C5EB\",\n            \"Locator\": \"EWMPDP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-22T19:03:03.98\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15818,\n            \"UniqueId\": \"AIR-41BD0DD7-20BA-4682-94DC-5D3CCB00838B\",\n            \"Locator\": \"3NHO36\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T08:29:49.39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15819,\n            \"UniqueId\": \"AIR-08B2AF24-8099-48B4-B11E-46FBEF671ABA\",\n            \"Locator\": \"3OK884\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T09:41:58.46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15820,\n            \"UniqueId\": \"AIR-17F115A2-CBA0-4E11-966E-A39395B54660\",\n            \"Locator\": \"3OOKJS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T09:45:26.437\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15821,\n            \"UniqueId\": \"AIR-5068C03C-5506-4938-946D-AE123584F916\",\n            \"Locator\": \"3OPWMM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T09:54:53.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15822,\n            \"UniqueId\": \"AIR-A2E37C45-0D06-42DE-82B4-F92B94E42752\",\n            \"Locator\": \"YRIQXW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T10:22:29.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15823,\n            \"UniqueId\": \"AIR-1B364AB5-5F71-4BFB-BE14-BE386AA89136\",\n            \"Locator\": \"ERROR_AIR-234B6114CA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T10:32:48.897\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15824,\n            \"UniqueId\": \"AIR-518BD411-C2D6-4810-961B-2834F8E45C1E\",\n            \"Locator\": \"3PAKL2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T10:34:44.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15825,\n            \"UniqueId\": \"AIR-3EB863C1-2EFC-494A-B53D-8E12851E5A45\",\n            \"Locator\": \"ERROR_AIR-1490875446\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T10:37:55.51\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15826,\n            \"UniqueId\": \"AIR-69E5FC5F-CB92-4CC2-B8B8-60206E9DDABF\",\n            \"Locator\": \"ERROR_AIR-AC1E54E640\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T10:42:48.373\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15827,\n            \"UniqueId\": \"AIR-97AC8534-4941-428E-AA5A-044CB9272465\",\n            \"Locator\": \"3PQBNG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:00:13.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15828,\n            \"UniqueId\": \"AIR-3583716E-DD0B-44FC-ACDA-89B7CAEAAB7B\",\n            \"Locator\": \"QSEZPP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:18:26.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15830,\n            \"UniqueId\": \"AIR-6E6F44FE-FF8A-4209-A33E-80F74D82B2C7\",\n            \"Locator\": \"QSKKUZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:21:32.77\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15833,\n            \"UniqueId\": \"AIR-0888923A-CF87-4825-96C0-774BA14FD000\",\n            \"Locator\": \"EMSEOO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:27:01.05\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15835,\n            \"UniqueId\": \"AIR-3F1E0D22-F91F-4417-80EA-E5C978AFD3A6\",\n            \"Locator\": \"EMNMRT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:38:28.053\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15836,\n            \"UniqueId\": \"AIR-A259B7D6-E388-4484-85AD-9EDD56C871E5\",\n            \"Locator\": \"ENVWPC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:42:16.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15837,\n            \"UniqueId\": \"AIR-6A6DBF02-EF2F-402C-AD45-26E8F578755F\",\n            \"Locator\": \"3QCQWP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:42:20.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15838,\n            \"UniqueId\": \"AIR-8DCC16C7-79F5-4946-B373-A7AD25D8336C\",\n            \"Locator\": \"3QB2YB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:45:15.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15839,\n            \"UniqueId\": \"AIR-CE4C7482-390E-490B-A632-0AF82F0DD350\",\n            \"Locator\": \"ENCGUG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:45:54.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15840,\n            \"UniqueId\": \"AIR-471FB2F1-19EA-406E-B7BB-6B8D35D45AD6\",\n            \"Locator\": \"YSIRTT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:46:05.587\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15841,\n            \"UniqueId\": \"AIR-B60360AD-7AB3-44C7-8CC9-C95CF36BB740\",\n            \"Locator\": \"ENDIYJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:46:40.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15842,\n            \"UniqueId\": \"AIR-1E8321E5-AE79-4413-AF1B-A54856525E77\",\n            \"Locator\": \"YSIVXF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:46:44.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15844,\n            \"UniqueId\": \"AIR-1B3A9EC5-0754-45E2-932F-F91C82F82BEB\",\n            \"Locator\": \"3QJRXF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T11:52:35.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15845,\n            \"UniqueId\": \"AIR-84D1EC99-8E66-4BF5-8F67-19A7F2058A39\",\n            \"Locator\": \"EOPJQT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:18:53.383\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15846,\n            \"UniqueId\": \"AIR-13E6D11A-843B-4213-B401-34D2A7715AAD\",\n            \"Locator\": \"UKSMTZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:22:58.063\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15847,\n            \"UniqueId\": \"AIR-F1FD1412-AA43-48B5-A823-B657E83E8ECD\",\n            \"Locator\": \"YTAYHJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:28:46.34\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15849,\n            \"UniqueId\": \"AIR-35D9D6A8-E799-4D56-9DD3-9B65A68414E0\",\n            \"Locator\": \"FQIFYU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:41:50.093\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15852,\n            \"UniqueId\": \"AIR-AA1CC5BA-2127-4A03-AED9-9CB75B0F02E9\",\n            \"Locator\": \"3R8FP9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:44:15.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15851,\n            \"UniqueId\": \"AIR-33FEFFF7-5305-4F76-AA25-DD8BF082148A\",\n            \"Locator\": \"3RB75X\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:44:16.073\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15854,\n            \"UniqueId\": \"AIR-6730933B-07FA-4D75-977A-BDCAADC4C0DB\",\n            \"Locator\": \"3R7SA2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:44:19.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15853,\n            \"UniqueId\": \"AIR-FE129E5A-2734-45B9-87C0-875DC1451E7D\",\n            \"Locator\": \"3R83ST\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:44:20.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15850,\n            \"UniqueId\": \"AIR-5E72B41B-B7D7-4455-9D84-60FD25821D47\",\n            \"Locator\": \"QYEIDH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:48:43.827\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15848,\n            \"UniqueId\": \"AIR-2B19715A-5A2B-4637-B620-690D66CEF026\",\n            \"Locator\": \"3QPUMD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T12:48:53.52\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15855,\n            \"UniqueId\": \"AIR-2D84736E-C7FF-47E3-9C9F-E58A3B35F706\",\n            \"Locator\": \"FRNEBW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:01:26.3\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15808,\n            \"UniqueId\": \"AIR-38276326-97CE-4BE8-A875-153CAB28CB79\",\n            \"Locator\": \"UDZKEK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:04:03.763\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15857,\n            \"UniqueId\": \"AIR-82790BB5-A0C4-4221-B0E0-98184CA91627\",\n            \"Locator\": \"FSSODJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:29:26.31\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15858,\n            \"UniqueId\": \"AIR-6BC0F03B-6DF3-47FA-8B8C-76EA1599762F\",\n            \"Locator\": \"ERROR_AIR-C923AE9583\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:30:44.75\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15859,\n            \"UniqueId\": \"AIR-F940656B-69C1-47D6-AFBB-FBB418CFC34D\",\n            \"Locator\": \"3RYOJU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:34:12.657\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15860,\n            \"UniqueId\": \"AIR-FB1F3BE1-2400-4B61-A64D-B7774B134A86\",\n            \"Locator\": \"ERROR_AIR-CC38ABE64C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:35:44.93\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15861,\n            \"UniqueId\": \"AIR-B073213F-9660-46D1-9BAB-F4B3990548EC\",\n            \"Locator\": \"ERROR_AIR-5AD8C9EC2C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:35:47.407\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15863,\n            \"UniqueId\": \"AIR-F0B866A8-23EF-481F-9F1D-0D5D9BA3304C\",\n            \"Locator\": \"ERROR_AIR-808058D0C9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:36:55.897\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15864,\n            \"UniqueId\": \"AIR-4404F5F1-18B0-4A0B-B94B-9F27147F2029\",\n            \"Locator\": \"ERROR_AIR-887B55479D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:40:45.837\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15856,\n            \"UniqueId\": \"AIR-A124EEDD-EBEE-49F2-968B-ABF2DA59CBDC\",\n            \"Locator\": \"3RPDBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:48:11.803\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15862,\n            \"UniqueId\": \"AIR-E7216116-860E-4675-99FD-FE61CB964059\",\n            \"Locator\": \"QZEXNX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T13:48:48.727\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15866,\n            \"UniqueId\": \"AIR-9EAB57AD-FF89-4856-AD15-7F9040107EBA\",\n            \"Locator\": \"ERROR_AIR-943D9E2AD4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T14:06:57.047\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15867,\n            \"UniqueId\": \"AIR-0F5EFAC6-C5F7-4692-9704-BB67602FFB77\",\n            \"Locator\": \"3SGUNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T14:07:03.153\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15865,\n            \"UniqueId\": \"AIR-6434547E-D96E-4646-9FF5-E106D4E51B63\",\n            \"Locator\": \"FSAHSO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T14:10:24.847\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15868,\n            \"UniqueId\": \"AIR-86B41405-7953-4EDA-B43A-A83A019EB9FA\",\n            \"Locator\": \"FSEDOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T14:18:49.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15870,\n            \"UniqueId\": \"AIR-80E1295F-5919-4F7C-BB03-B05B5DC9187C\",\n            \"Locator\": \"UKOMHI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T14:28:46.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15872,\n            \"UniqueId\": \"AIR-D6BF42D4-980D-4C2C-B812-D9BE0F665225\",\n            \"Locator\": \"FSHMCH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T14:40:34.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15873,\n            \"UniqueId\": \"AIR-F13D1738-519F-4221-BDF0-63EB4AF5050F\",\n            \"Locator\": \"ULTGKB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T15:10:08.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15843,\n            \"UniqueId\": \"AIR-7A723140-A5AB-456F-853D-990C7B50EC6D\",\n            \"Locator\": \"ENLINL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T16:58:42.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15871,\n            \"UniqueId\": \"AIR-ADDC2B38-67EB-4DEB-87DC-E45770FEEC81\",\n            \"Locator\": \"QZNJHC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T17:20:06.813\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15875,\n            \"UniqueId\": \"AIR-249235AD-875B-49EF-97A0-B1E13B9BA950\",\n            \"Locator\": \"YVDFBI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T17:46:40.743\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15876,\n            \"UniqueId\": \"AIR-4B51954F-541A-4B5E-A7DC-142DC6D3A4E6\",\n            \"Locator\": \"3VL27C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T18:00:33.86\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15877,\n            \"UniqueId\": \"AIR-B606E798-E20B-4057-808E-BF7F3F43A48C\",\n            \"Locator\": \"UMVBDA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T18:12:10.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15879,\n            \"UniqueId\": \"AIR-BF1B486A-7C80-4683-8856-B9B6CBB6B734\",\n            \"Locator\": \"YVKMVF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T18:24:57.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15880,\n            \"UniqueId\": \"AIR-E56412F0-705A-4AF8-9FDA-50B8C5C58827\",\n            \"Locator\": \"QFUXQU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T18:27:19.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15878,\n            \"UniqueId\": \"AIR-1C011D76-AF42-4AA8-B5B3-CF24E5F8BC61\",\n            \"Locator\": \"3W48JH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T18:33:52\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15883,\n            \"UniqueId\": \"AIR-CB3C2640-0369-4707-B530-0B5BEADA94E8\",\n            \"Locator\": \"FYDFKU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T18:59:26.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15882,\n            \"UniqueId\": \"AIR-499CFE3E-0F58-45E3-8342-29201874DDC3\",\n            \"Locator\": \"3WHF6S\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T19:08:15.96\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15881,\n            \"UniqueId\": \"AIR-6102FB2A-BF87-4B24-802A-AAA31F0E61D4\",\n            \"Locator\": \"3WBXBB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T19:14:46.897\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15885,\n            \"UniqueId\": \"AIR-5131730E-5EC0-4739-902D-0D6256A7A125\",\n            \"Locator\": \"UMIZYE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T19:21:44.033\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15886,\n            \"UniqueId\": \"AIR-89A3909F-E00D-4B28-8671-3CEE9A58D8F7\",\n            \"Locator\": \"YWEQZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T19:54:01.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15887,\n            \"UniqueId\": \"AIR-1A2DC723-0689-46A2-8BB4-BB6AD0FED287\",\n            \"Locator\": \"ERROR_AIR-BD675B3D05\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-23T19:55:45.563\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15888,\n            \"UniqueId\": \"AIR-7E8EF038-1F15-4EB0-B2E8-7171506FF15C\",\n            \"Locator\": \"GJWOUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T09:39:06.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15890,\n            \"UniqueId\": \"AIR-0CA2568F-5317-41F2-9BBC-67048D86EA77\",\n            \"Locator\": \"4AX54X\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T09:44:57.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15891,\n            \"UniqueId\": \"AIR-CEFEECD5-A7C8-4B63-8155-B4DD5CAC259D\",\n            \"Locator\": \"GKQZXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T09:53:15.003\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15892,\n            \"UniqueId\": \"AIR-DF9E99CD-6A0F-4873-9A8C-EA63F3CF094C\",\n            \"Locator\": \"GKOOVL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T10:10:46.543\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15893,\n            \"UniqueId\": \"AIR-FF74FB2D-3C68-4549-9A27-2B1BE46F5AA8\",\n            \"Locator\": \"4BNZ93\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T10:35:43.493\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15894,\n            \"UniqueId\": \"AIR-66A45A26-1E81-4B2C-B965-5BF19442CD0A\",\n            \"Locator\": \"4BZWAI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T10:49:33.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15895,\n            \"UniqueId\": \"AIR-7A84D5A6-4B1B-4894-8C49-37B25CDE8262\",\n            \"Locator\": \"ERROR_AIR-C743D8C29A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T11:00:34.257\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15896,\n            \"UniqueId\": \"AIR-2E53AFCA-4385-4152-B7B7-7CB423159243\",\n            \"Locator\": \"SUWOPZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T11:28:11.17\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15898,\n            \"UniqueId\": \"AIR-1A76DDE8-AF23-444A-9A2B-BC6382FD0A03\",\n            \"Locator\": \"4CYQQ4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T12:02:49.407\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15899,\n            \"UniqueId\": \"AIR-289CD68B-86DE-4445-9419-B46BAD1C1645\",\n            \"Locator\": \"GPAZHN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T12:48:19.433\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15900,\n            \"UniqueId\": \"AIR-2BEC5DF5-87D5-4A9C-8767-39014B48E99D\",\n            \"Locator\": \"GPCJEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T12:51:27.68\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15901,\n            \"UniqueId\": \"AIR-4B32076C-B1D3-4A52-8845-ECBC727568BA\",\n            \"Locator\": \"SXUXER\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T13:24:09.623\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15902,\n            \"UniqueId\": \"AIR-01A0AC6D-B770-41B0-8093-01E9F07BFF7A\",\n            \"Locator\": \"HQMNEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T13:32:34.683\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15903,\n            \"UniqueId\": \"AIR-ABFB472F-ABAD-4E7C-8824-DFB84F1587CB\",\n            \"Locator\": \"SYXPPD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T13:37:49.66\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15904,\n            \"UniqueId\": \"AIR-13939739-10FF-43F2-8EDD-D872B8E5DA70\",\n            \"Locator\": \"SYACXG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T13:38:55.893\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15905,\n            \"UniqueId\": \"AIR-5AD3CB11-BEA8-43F4-836E-829B477E260E\",\n            \"Locator\": \"SBUINC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T14:22:00.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15908,\n            \"UniqueId\": \"AIR-D55D5220-AFB9-4DAF-8949-8CF0B1E1C21F\",\n            \"Locator\": \"ERROR_AIR-CD19B4552A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T14:45:15.173\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15909,\n            \"UniqueId\": \"AIR-64225176-B850-4DF4-88F4-37F01183A334\",\n            \"Locator\": \"ERROR_AIR-5113799927\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T14:47:27.847\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15910,\n            \"UniqueId\": \"AIR-E56DFA6C-DAE7-4A39-92F6-7E957499C763\",\n            \"Locator\": \"4FMU5N\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T14:56:57.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15911,\n            \"UniqueId\": \"AIR-5122A225-E3AE-4EEB-AF17-39D48A96285E\",\n            \"Locator\": \"4FKTKB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T14:57:15.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15912,\n            \"UniqueId\": \"AIR-95589305-EAF3-4F98-B8CE-63E299E4753E\",\n            \"Locator\": \"4FIBDR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T14:58:24.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15913,\n            \"UniqueId\": \"AIR-154031B3-F575-483B-AFD8-6F5E395351CD\",\n            \"Locator\": \"4FKY9U\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T14:58:37.863\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15914,\n            \"UniqueId\": \"AIR-D9DB2A46-FCEA-460A-84A1-F1882ACD7954\",\n            \"Locator\": \"YLARFV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T15:01:10.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15915,\n            \"UniqueId\": \"AIR-73D5F439-5AEE-4F90-9145-B672A4E12230\",\n            \"Locator\": \"4FR9OP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T15:11:22.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15917,\n            \"UniqueId\": \"AIR-A64DA90D-AEC5-4C6C-999C-FD9096503CFA\",\n            \"Locator\": \"4FWK9T\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T15:21:27.563\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15918,\n            \"UniqueId\": \"AIR-78C66445-1A8A-4D62-89BF-7E8B6266AB64\",\n            \"Locator\": \"ERROR_AIR-55B3A5DF51\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T15:34:43.02\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15919,\n            \"UniqueId\": \"AIR-DC6BEC64-757B-4FAC-8C23-A9F263DF46B7\",\n            \"Locator\": \"ERROR_AIR-D580083D7A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T15:35:06.347\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15920,\n            \"UniqueId\": \"AIR-2801FF6D-4D71-497F-9046-BD3A35AB0469\",\n            \"Locator\": \"HWFPHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T15:52:42.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15921,\n            \"UniqueId\": \"AIR-4E58E70E-92A4-4936-B0A4-E0CDD49C3626\",\n            \"Locator\": \"SGZEKZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T17:18:33.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15573,\n            \"UniqueId\": \"AIR-62565E12-90AA-4C8E-9AAE-B4D7DC4EA4DF\",\n            \"Locator\": \"2OYGBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T17:51:45.947\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15922,\n            \"UniqueId\": \"AIR-80F2F63D-1ADC-488F-9010-CEA1740AF69C\",\n            \"Locator\": \"4IGID7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T18:09:39.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15923,\n            \"UniqueId\": \"AIR-87E7B20D-F567-484A-8C0B-B2A09BB3BFA4\",\n            \"Locator\": \"4IPDHW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T18:24:31.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15924,\n            \"UniqueId\": \"AIR-71FBC500-B8E4-45A1-8668-2DA5DA9E0984\",\n            \"Locator\": \"SNJYDP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T18:43:40.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15925,\n            \"UniqueId\": \"AIR-EDBF9A1B-38DE-4FA6-A5B3-B309D7681C15\",\n            \"Locator\": \"4J4VVJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T18:57:19.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15926,\n            \"UniqueId\": \"AIR-EC9E57C9-B9C3-4D18-894F-E670A562286B\",\n            \"Locator\": \"4J6HO4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T18:59:54.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15927,\n            \"UniqueId\": \"AIR-430D52C8-F61A-463C-8540-E0563E547F17\",\n            \"Locator\": \"4KO4W8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T20:51:23.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15928,\n            \"UniqueId\": \"AIR-7868662D-1BE2-4C7D-830F-7C6F3CB690FF\",\n            \"Locator\": \"VDWFLV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T22:18:26.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15929,\n            \"UniqueId\": \"AIR-742788AC-C412-471D-A82A-3D400080C1F9\",\n            \"Locator\": \"TVRUOU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T22:21:30.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15930,\n            \"UniqueId\": \"AIR-3AD50330-6F27-417A-9CD9-1D9166AA3F2F\",\n            \"Locator\": \"HOZKFQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T22:23:53.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15931,\n            \"UniqueId\": \"AIR-DF2C59D2-2283-4848-8D6F-8297605E1CBE\",\n            \"Locator\": \"HOGCJX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T22:28:16.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15932,\n            \"UniqueId\": \"AIR-12EEEE3D-AB61-4047-B90A-931CA8045870\",\n            \"Locator\": \"ERROR_AIR-5D97CFC560\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T22:29:21.45\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15933,\n            \"UniqueId\": \"AIR-6C0346F8-B95D-4B64-8D26-AB1801B7AFFD\",\n            \"Locator\": \"TVIMMR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T22:34:33.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15934,\n            \"UniqueId\": \"AIR-D059EE77-85A6-49D5-9CBF-67D14014324F\",\n            \"Locator\": \"HOPPNG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T22:42:59.62\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15935,\n            \"UniqueId\": \"AIR-DAAE5004-F336-4A4A-BE68-3BFF633FB442\",\n            \"Locator\": \"HPSQJC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-24T22:49:19.303\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15936,\n            \"UniqueId\": \"AIR-77A013E5-6E22-4DBE-86BC-429C0A31D1B4\",\n            \"Locator\": \"4UIORS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T08:36:11.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15937,\n            \"UniqueId\": \"AIR-EC6E5DF1-F1A6-40A6-8156-7ACAFAA35149\",\n            \"Locator\": \"4W2KDU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T10:14:28.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15938,\n            \"UniqueId\": \"AIR-82A096CF-84B9-4659-8712-F92F4001FDDC\",\n            \"Locator\": \"TIDHSY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T10:30:45.71\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15943,\n            \"UniqueId\": \"AIR-2F7B1288-AA33-4699-AB19-A00A7C2F798F\",\n            \"Locator\": \"4ZCIQG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T14:06:37.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15944,\n            \"UniqueId\": \"AIR-9FB3E88E-19FB-4BAB-A52A-6BA11774BBB9\",\n            \"Locator\": \"22LPA9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T15:40:05.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15945,\n            \"UniqueId\": \"AIR-84DB5B2A-D96A-4BBB-97D9-08E9BCA1D8A7\",\n            \"Locator\": \"ERROR_AIR-FBF655C9EB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T16:28:17.383\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15946,\n            \"UniqueId\": \"AIR-C7B92B3C-FA61-4858-9DB1-D96803F7B351\",\n            \"Locator\": \"23EI7P\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T16:54:19.94\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15947,\n            \"UniqueId\": \"AIR-C1461530-216B-48D9-AEF7-0EF3B1B4E0E6\",\n            \"Locator\": \"23ZBV8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T17:10:58.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15948,\n            \"UniqueId\": \"AIR-735A4E9D-F240-4D99-B6DC-B5797C53D401\",\n            \"Locator\": \"24MTYG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T17:57:14.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15949,\n            \"UniqueId\": \"AIR-CF93E44C-7D3B-42D4-8AE5-A8696F36C224\",\n            \"Locator\": \"26NXOI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T20:20:23.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15950,\n            \"UniqueId\": \"AIR-1C058499-338F-4988-87C2-A23C56718A6F\",\n            \"Locator\": \"26W25B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T20:39:37.88\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15951,\n            \"UniqueId\": \"AIR-C47ADD7E-A12E-40E3-A478-1771D226541B\",\n            \"Locator\": \"UNDDGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T21:22:34.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15952,\n            \"UniqueId\": \"AIR-453059FA-CD00-43A7-9F75-06EC86C96B6D\",\n            \"Locator\": \"UOHKYD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T22:51:56.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15953,\n            \"UniqueId\": \"AIR-C48EBD2B-0449-4E8A-B313-15B719DD0B5A\",\n            \"Locator\": \"UOKCEX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T22:54:03.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15954,\n            \"UniqueId\": \"AIR-AE9FC9DE-B762-48FB-B16E-9B85147C30C6\",\n            \"Locator\": \"JIADTD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T22:55:52.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15955,\n            \"UniqueId\": \"AIR-82057ECF-5EF1-49A2-B921-0D5C4D5B08FB\",\n            \"Locator\": \"UOPFYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T22:58:07.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15956,\n            \"UniqueId\": \"AIR-AF58BAE9-7218-4A8F-946E-C8E7EDB79ED9\",\n            \"Locator\": \"UPRIPT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T22:59:46.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15957,\n            \"UniqueId\": \"AIR-A3E9229D-1E04-421A-A310-B6DB1D827A29\",\n            \"Locator\": \"JIHVXK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T23:01:26.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15958,\n            \"UniqueId\": \"AIR-B8AE3DC3-722B-4B56-8C18-FD3D20D5D069\",\n            \"Locator\": \"JKVTYG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T23:37:18.643\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15959,\n            \"UniqueId\": \"AIR-A7F6E082-954F-45B3-A788-D86FD5885178\",\n            \"Locator\": \"VQHOKF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T23:39:04.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15960,\n            \"UniqueId\": \"AIR-A9241483-1929-4B1A-971E-9D4042F2010F\",\n            \"Locator\": \"JKYRLS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T23:40:19.243\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15961,\n            \"UniqueId\": \"AIR-13502B39-118D-4FF8-A598-17EADA4C11C3\",\n            \"Locator\": \"VORRAO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T23:41:54.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15962,\n            \"UniqueId\": \"AIR-7F0B42D0-760D-4E9E-A2A9-0DE219919258\",\n            \"Locator\": \"VQNJYW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-25T23:44:28.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15964,\n            \"UniqueId\": \"AIR-2F1B884A-07B9-4EE5-ABF9-E869EED89E98\",\n            \"Locator\": \"ZEJRNU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-26T00:18:55.143\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15966,\n            \"UniqueId\": \"AIR-2B5272C7-BEA1-4DA6-8D42-3B52475495E4\",\n            \"Locator\": \"LSGVXA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-27T11:29:13.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15967,\n            \"UniqueId\": \"AIR-0A5B0C20-62F6-40DD-9FF2-6438788F85C0\",\n            \"Locator\": \"WZEDQZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-27T12:56:29.54\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15968,\n            \"UniqueId\": \"AIR-8E711EE8-892B-4A06-B76A-2EEFFDFB528E\",\n            \"Locator\": \"WZGRHM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-27T13:14:32.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15969,\n            \"UniqueId\": \"AIR-EC66035F-DD93-4797-BAD1-F989C45B4E05\",\n            \"Locator\": \"WZGXOE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-27T13:16:05.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15970,\n            \"UniqueId\": \"AIR-EB8E1CC6-4869-4881-B493-53391E52FC47\",\n            \"Locator\": \"WZINAQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-27T13:47:58.18\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15971,\n            \"UniqueId\": \"AIR-74ADEB23-1E25-4226-B798-2F32A2D58913\",\n            \"Locator\": \"2RYO2C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-27T15:18:11.87\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15972,\n            \"UniqueId\": \"AIR-9F31E150-212E-4739-9E76-AC285D34AC84\",\n            \"Locator\": \"ERROR_AIR-B233C255F3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T09:41:13.893\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15973,\n            \"UniqueId\": \"AIR-F8025757-2875-4176-8742-FAFA7A693029\",\n            \"Locator\": \"ERROR_AIR-FE843A0E30\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T09:48:07.95\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15832,\n            \"UniqueId\": \"AIR-BD2AD842-1E25-4C6C-9155-268FF1FD338F\",\n            \"Locator\": \"QTTFFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:03:38.38\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15939,\n            \"UniqueId\": \"AIR-AFEEFFC5-F788-4D4F-8326-F1FBC769DCF2\",\n            \"Locator\": \"ICXJZV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:04:15.58\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15965,\n            \"UniqueId\": \"AIR-A96456C7-40A7-4DA1-AABB-6CAF6CD9E2AE\",\n            \"Locator\": \"ZEJEJF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:05:44.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15916,\n            \"UniqueId\": \"AIR-F982A2C0-8545-42F8-9A48-A5253DF42E7B\",\n            \"Locator\": \"VZRPGJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:05:53.843\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15831,\n            \"UniqueId\": \"AIR-754BCE78-90B0-4F06-9733-2A7B53457690\",\n            \"Locator\": \"ELKGTR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:05:58.59\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15829,\n            \"UniqueId\": \"AIR-5E84BB60-3619-4C6C-8D2C-AF59547B4C4D\",\n            \"Locator\": \"QSGSLO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:25:04.773\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15906,\n            \"UniqueId\": \"AIR-8B3D6187-E7E9-45E6-836B-98043F8B8EDE\",\n            \"Locator\": \"VYKGKG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:25:13.893\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15907,\n            \"UniqueId\": \"AIR-B65E3D73-84B5-4D5D-986C-C31FDF843B89\",\n            \"Locator\": \"SBEJGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:25:18.867\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15869,\n            \"UniqueId\": \"AIR-43113280-DDEA-4F30-B752-554F873990AC\",\n            \"Locator\": \"YUYYYJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:27:07.877\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15874,\n            \"UniqueId\": \"AIR-E415FC78-CC48-451F-8B6B-482DA09E7AAA\",\n            \"Locator\": \"QBIXKZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:31:45.84\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15963,\n            \"UniqueId\": \"AIR-E7E6607C-FBBE-4373-B326-F972D1D9E329\",\n            \"Locator\": \"JLQTCR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:33:04.987\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15942,\n            \"UniqueId\": \"AIR-9A119B10-8484-48BF-A5D3-AF1E1F31AD2B\",\n            \"Locator\": \"VGOJXJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:33:34.347\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15767,\n            \"UniqueId\": \"AIR-8168194F-228F-4C4F-BFC3-EEEC82F76F30\",\n            \"Locator\": \"UVCSWR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:33:43.29\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15940,\n            \"UniqueId\": \"AIR-32FE3493-D0A7-4CD0-AD5C-9342E53912DE\",\n            \"Locator\": \"TJRSBP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:58:04.75\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15889,\n            \"UniqueId\": \"AIR-CFF79A2D-7F3F-42C3-BA5C-7526FF361566\",\n            \"Locator\": \"GJFHDA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:58:10.24\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15941,\n            \"UniqueId\": \"AIR-149A9333-095C-4C21-B9D7-CA87EB281722\",\n            \"Locator\": \"ZUHXFT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T10:58:42.553\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15974,\n            \"UniqueId\": \"AIR-439A5163-6F28-4175-83C6-15EE9F358EA3\",\n            \"Locator\": \"LFCIIH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T13:51:23.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15975,\n            \"UniqueId\": \"AIR-E39F5FFD-4B24-4D7A-A046-561CC418D94C\",\n            \"Locator\": \"ERROR_AIR-17F8F0089E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T14:50:08.347\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15976,\n            \"UniqueId\": \"AIR-E7E81631-2FEA-4F04-9DFD-C8788B8437D0\",\n            \"Locator\": \"ERROR_AIR-6A0F2D92A2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T14:59:50.21\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15977,\n            \"UniqueId\": \"AIR-35405D55-D1DC-484E-A80D-05F7F5B222D1\",\n            \"Locator\": \"ERROR_AIR-0BC3E82C52\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T15:11:08.3\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15978,\n            \"UniqueId\": \"AIR-CCC39EC7-EFFE-47FC-9309-584A11439D48\",\n            \"Locator\": \"LJZCLE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T15:37:31.62\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15979,\n            \"UniqueId\": \"AIR-CC9E4096-F38F-4CBE-8FB3-8B1A82C514F0\",\n            \"Locator\": \"3EQ276\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T15:47:40.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15980,\n            \"UniqueId\": \"AIR-AA688B94-505A-40EF-B947-B3F9E49F2081\",\n            \"Locator\": \"ERROR_AIR-D86F6C3CEC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T15:48:27.133\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15981,\n            \"UniqueId\": \"AIR-C2468B69-0EAE-4455-98EC-02B5D3A6D538\",\n            \"Locator\": \"LKVJPG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T15:50:44.663\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15982,\n            \"UniqueId\": \"AIR-FC37FF74-120C-49C2-91DB-8A3A352D2102\",\n            \"Locator\": \"LKCWFX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T15:55:08.453\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15983,\n            \"UniqueId\": \"AIR-422C1509-69A6-4F70-BC59-668853D906B2\",\n            \"Locator\": \"LKMCUH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T16:02:32.42\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15984,\n            \"UniqueId\": \"AIR-0332E01F-DECD-4E11-8AB3-54C54B791157\",\n            \"Locator\": \"AXGBAG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T16:19:12.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15985,\n            \"UniqueId\": \"AIR-5ABB8EE3-A152-4CAF-9D64-C1B89C98CB60\",\n            \"Locator\": \"YGHKCD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T17:05:49.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15986,\n            \"UniqueId\": \"AIR-74AF1F09-8DA9-4A21-84DF-0F30DAC7BAAB\",\n            \"Locator\": \"ERROR_AIR-5E10C4C80A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T17:16:14.727\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15987,\n            \"UniqueId\": \"AIR-0D5A30E2-82F0-4D0F-ACB7-540989F3716E\",\n            \"Locator\": \"YIFXRM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T17:46:58.037\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15988,\n            \"UniqueId\": \"AIR-1F17700E-AB5C-4941-BAC6-1D3665E4B2C1\",\n            \"Locator\": \"MSMRDL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T17:51:59.213\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15989,\n            \"UniqueId\": \"AIR-B1BF61E6-E670-44CD-819B-D97AD39AFB1D\",\n            \"Locator\": \"AZAGLE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T17:53:40.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15990,\n            \"UniqueId\": \"AIR-29F13BCB-22E8-4960-85A5-8FF3C1648E7B\",\n            \"Locator\": \"XSQAOO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T17:57:59.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15991,\n            \"UniqueId\": \"AIR-CF70EBDB-D863-48BD-96B3-389BC88477E3\",\n            \"Locator\": \"AZEQBW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T18:04:19.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15992,\n            \"UniqueId\": \"AIR-EEDB14AD-6A9C-489B-9843-CECBA411CEB2\",\n            \"Locator\": \"YJZNLW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T18:05:41.517\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15993,\n            \"UniqueId\": \"AIR-6A4AD5E0-11DB-4D39-84D5-E945B47B75A5\",\n            \"Locator\": \"YJCHST\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T18:08:11.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15994,\n            \"UniqueId\": \"AIR-7EA67021-F5D0-4AF7-B05E-BD5968BD2829\",\n            \"Locator\": \"AZFGTM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T18:10:14.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15995,\n            \"UniqueId\": \"AIR-1F2BD375-6BE9-43B2-892E-49E9F4B6354A\",\n            \"Locator\": \"YJGQHL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T18:11:34.49\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15996,\n            \"UniqueId\": \"AIR-26B4114F-6051-4FAD-B997-6747AAEC9592\",\n            \"Locator\": \"XTNBZO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T21:21:55.327\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15997,\n            \"UniqueId\": \"AIR-D4990302-BCA6-4B29-87EE-46B1F4BD6C7B\",\n            \"Locator\": \"ABELWT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-02-28T21:26:53.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15998,\n            \"UniqueId\": \"AIR-58873F90-3C09-4516-9A20-FB645902ED21\",\n            \"Locator\": \"AHEIPG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T09:44:28.737\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15999,\n            \"UniqueId\": \"AIR-1DA5C9FB-7C1E-44E4-8838-C13D2F0BD195\",\n            \"Locator\": \"AHFQGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T09:45:30.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16000,\n            \"UniqueId\": \"AIR-FD44E8E4-C183-4AD1-A654-137AA65FF4D4\",\n            \"Locator\": \"QSGSLP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T09:51:17.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16001,\n            \"UniqueId\": \"AIR-F5B2AC7B-91BF-4B64-A395-A84B400FB233\",\n            \"Locator\": \"3TXKCR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T09:52:11.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16002,\n            \"UniqueId\": \"AIR-635F4F15-EAF6-4340-ACE5-D2F1AC9F05E1\",\n            \"Locator\": \"ZJRYPU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T10:19:36.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16003,\n            \"UniqueId\": \"AIR-A8A2EF2A-08F7-471B-9E7C-1EE996AE426E\",\n            \"Locator\": \"AIUFGX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T10:27:34.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16004,\n            \"UniqueId\": \"AIR-835A3F83-0B97-49A7-A3A9-917D159B9A1A\",\n            \"Locator\": \"QUBLNX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T10:32:47.93\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16005,\n            \"UniqueId\": \"AIR-AE7C689A-55A4-41D3-9CC1-9AC2E79AD8AF\",\n            \"Locator\": \"ZJLEOZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T10:40:59.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16006,\n            \"UniqueId\": \"AIR-6267BF96-4A0E-4C2C-B727-49839DE0EA3A\",\n            \"Locator\": \"AIFQSV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T11:32:55.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16007,\n            \"UniqueId\": \"AIR-CD858032-5B24-4E5C-A129-B08339C8AED6\",\n            \"Locator\": \"XASZTL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T11:37:49.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16008,\n            \"UniqueId\": \"AIR-A3158F07-C32D-4513-8A1E-AF53E7B258A4\",\n            \"Locator\": \"XAUTQN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T11:40:58.41\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16009,\n            \"UniqueId\": \"AIR-E60743EB-7F6D-475B-9C65-F055D31BDF7E\",\n            \"Locator\": \"ZMQQXI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T11:44:47.117\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16010,\n            \"UniqueId\": \"AIR-313346F7-5DA0-4791-8BAC-635F63DC84AD\",\n            \"Locator\": \"QXWILO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T11:55:06.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16011,\n            \"UniqueId\": \"AIR-9608024B-E094-4917-9F8F-019794A65F04\",\n            \"Locator\": \"QYOUPP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T12:19:53.62\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16012,\n            \"UniqueId\": \"AIR-3921BCCC-9772-4DC0-9A7E-4F1002DB7437\",\n            \"Locator\": \"ARBAUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T12:56:07.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16013,\n            \"UniqueId\": \"AIR-582B1947-4B62-4808-89C2-2A20BDA6E64F\",\n            \"Locator\": \"AAJZXB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T14:53:15.44\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16014,\n            \"UniqueId\": \"AIR-34C724DD-576B-4385-9AC6-05EC388B7524\",\n            \"Locator\": \"QMSVBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T14:58:46.627\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16015,\n            \"UniqueId\": \"AIR-B67CF013-7628-40D9-AB24-6D2FF3C9297D\",\n            \"Locator\": \"ABFFAA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:01:50.5\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16016,\n            \"UniqueId\": \"AIR-227D574A-4DAA-4A40-8FDF-6212C8BAE188\",\n            \"Locator\": \"ABPDYO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:05:47.04\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16017,\n            \"UniqueId\": \"AIR-5AA602BC-EF53-4761-85AA-5C20A3228A05\",\n            \"Locator\": \"ANLOEU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:08:25.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16018,\n            \"UniqueId\": \"AIR-55B0F757-4594-4808-B1BA-67C2732D92C2\",\n            \"Locator\": \"QMMVUY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:08:33.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16019,\n            \"UniqueId\": \"AIR-428E8289-A974-4599-A6A0-2D8E0570D671\",\n            \"Locator\": \"ANMTJJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:08:36.523\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16020,\n            \"UniqueId\": \"AIR-06D11916-3745-4C7A-AFCE-0F1B948CE26C\",\n            \"Locator\": \"QNDXSB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:16:09.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16021,\n            \"UniqueId\": \"AIR-A97545CC-905B-43FD-AE93-7BB589969E3D\",\n            \"Locator\": \"AOSMGS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:17:55.79\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16022,\n            \"UniqueId\": \"AIR-E3C6F3EF-F2D5-46C8-A791-E9FF14A306CA\",\n            \"Locator\": \"XEEVRR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:21:36.88\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16023,\n            \"UniqueId\": \"AIR-1B03B684-001D-4821-8E07-BA02F9EBA3AC\",\n            \"Locator\": \"ADKDXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:28:15.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16024,\n            \"UniqueId\": \"AIR-667631C3-1C44-4F77-A4E0-B565F360B232\",\n            \"Locator\": \"ADOWWM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:30:44.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16025,\n            \"UniqueId\": \"AIR-B6F33B2A-F37A-4180-993A-F524448E98ED\",\n            \"Locator\": \"AERKJS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:33:04.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16026,\n            \"UniqueId\": \"AIR-8460772B-3AFC-4736-A2F7-CC1F99D3127B\",\n            \"Locator\": \"QOLBGJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:33:35.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16028,\n            \"UniqueId\": \"AIR-653FAD7C-ACC3-4E15-B80F-94A668571853\",\n            \"Locator\": \"QPYICN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:39:17.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16029,\n            \"UniqueId\": \"AIR-7C77420B-79B8-40B5-AB3B-15EA9F7923DE\",\n            \"Locator\": \"XENIEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:42:37.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16030,\n            \"UniqueId\": \"AIR-E858273A-4F49-4665-AE2D-BB85433D5A58\",\n            \"Locator\": \"AFCFRN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T15:51:17.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16031,\n            \"UniqueId\": \"AIR-84B6B371-DA63-47E9-9803-BA7169C80A3A\",\n            \"Locator\": \"AHWDVQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T16:13:57.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16032,\n            \"UniqueId\": \"AIR-588385C6-8BD8-424A-B5B3-4231474D99E8\",\n            \"Locator\": \"RSXTNK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T16:16:50.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16033,\n            \"UniqueId\": \"AIR-120F7970-7A0F-4A40-A0D5-6BE23525F6A8\",\n            \"Locator\": \"AKECCY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T17:58:05.13\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16034,\n            \"UniqueId\": \"AIR-553455DF-1D36-44A1-88D1-83EA73A74A57\",\n            \"Locator\": \"BQFONY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T18:32:03.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16035,\n            \"UniqueId\": \"AIR-2DB573FA-A385-4A2A-8A69-6FF2197F8D62\",\n            \"Locator\": \"PR_AIR-CB65AF2643\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T19:34:06.083\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16036,\n            \"UniqueId\": \"AIR-E8AEA182-7C36-463C-9151-9530F7F88CD0\",\n            \"Locator\": \"PR_AIR-16A011CF1E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T19:34:36.157\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16037,\n            \"UniqueId\": \"AIR-1C4DF436-73E6-4070-A7CA-2ACCAABABB46\",\n            \"Locator\": \"BRYUZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T19:35:39.743\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16038,\n            \"UniqueId\": \"AIR-D39236E3-4CAE-47F7-BF12-2DFD96C6093C\",\n            \"Locator\": \"RYIWPD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T19:40:41.413\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16039,\n            \"UniqueId\": \"AIR-B182DED1-A8DA-4010-8EE4-6F476F35513D\",\n            \"Locator\": \"RYMCCG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T19:43:23.23\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16040,\n            \"UniqueId\": \"AIR-8FBCD145-5614-48FD-9D4E-A54FD218DA77\",\n            \"Locator\": \"RZRZZH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T19:48:52.097\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16042,\n            \"UniqueId\": \"AIR-E0E7AEC6-EF23-4A3C-BA13-72E612443D07\",\n            \"Locator\": \"AOWTKE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T19:51:49.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16041,\n            \"UniqueId\": \"AIR-A1F4F81C-A42C-4F94-98E3-6B51F24D46D5\",\n            \"Locator\": \"XHWXHI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T19:53:08.627\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16043,\n            \"UniqueId\": \"AIR-DDB3389E-1B3E-4AB9-8FC0-D18E15A2FAE7\",\n            \"Locator\": \"BRJIQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-01T20:23:23.087\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16044,\n            \"UniqueId\": \"AIR-9A1DE7C6-37D5-4ADA-9BDB-5AD95BF92DE8\",\n            \"Locator\": \"BJBTJD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T09:13:53.46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16045,\n            \"UniqueId\": \"AIR-CF5B9533-ACD9-4DD6-8F80-F7C41498FA4D\",\n            \"Locator\": \"SVTDBX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T09:28:47.683\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16046,\n            \"UniqueId\": \"AIR-D3DDED84-B937-44DE-B6E1-DB765A132508\",\n            \"Locator\": \"BKSUPE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T09:38:50.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16047,\n            \"UniqueId\": \"AIR-B4B1BDFE-FE56-4B57-9FE9-368345C6E090\",\n            \"Locator\": \"SWRQVM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T09:59:02.02\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16048,\n            \"UniqueId\": \"AIR-8840C8D9-C836-4153-87E0-64FBD01185F3\",\n            \"Locator\": \"BKIFUI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T10:05:26.397\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16049,\n            \"UniqueId\": \"AIR-D168822E-87C6-47EB-B07B-C94C82BEBF5D\",\n            \"Locator\": \"SXTWSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T10:47:11.263\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16027,\n            \"UniqueId\": \"AIR-9C198564-3B2B-4DED-B063-0FCA69DAFAF3\",\n            \"Locator\": \"QPSRQI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T11:48:52.64\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16050,\n            \"UniqueId\": \"AIR-E1A4BB45-1D66-4D71-A27B-2A5E00C821C1\",\n            \"Locator\": \"BNQWHZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T12:01:02.933\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16051,\n            \"UniqueId\": \"AIR-B9277C84-A6BF-4DD0-A94E-0F9B13FEFBC0\",\n            \"Locator\": \"4JILNV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T12:33:09.637\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16052,\n            \"UniqueId\": \"AIR-92DCA530-FADD-4F65-8A68-A9836531104F\",\n            \"Locator\": \"4JFOWB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T12:33:10.81\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16053,\n            \"UniqueId\": \"AIR-E6D4B111-38A9-4E69-8E52-976BDBF20F29\",\n            \"Locator\": \"SZQELP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T12:36:47.46\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16054,\n            \"UniqueId\": \"AIR-9A14EC33-3482-4AA2-A901-E4694ED0736D\",\n            \"Locator\": \"4JZ7UT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T13:01:15.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16055,\n            \"UniqueId\": \"AIR-B86682E0-EAED-405F-8F3C-F72D7745AACD\",\n            \"Locator\": \"4JY2UI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T13:08:13.073\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16056,\n            \"UniqueId\": \"AIR-67E8B409-9C71-449E-9033-E67E3E0A5FC3\",\n            \"Locator\": \"4K4U85\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T13:08:14.217\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16057,\n            \"UniqueId\": \"AIR-50CBC9E1-F81A-4E11-AF28-7D77788C5274\",\n            \"Locator\": \"CVZCYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T14:23:46.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16058,\n            \"UniqueId\": \"AIR-61429805-DD97-4206-9931-AE325DD92043\",\n            \"Locator\": \"CWBZTA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T15:25:06.793\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16059,\n            \"UniqueId\": \"AIR-50E68F52-51FC-4106-864D-3E04B66CCE8F\",\n            \"Locator\": \"YRRNQO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T15:28:54.59\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16060,\n            \"UniqueId\": \"AIR-7D1A185A-0D91-45BC-97BF-D757830BFA24\",\n            \"Locator\": \"SISBBC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T15:32:22.7\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16061,\n            \"UniqueId\": \"AIR-FABB0A46-B322-4554-8825-BC054E10A7C1\",\n            \"Locator\": \"YRUEEG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T15:37:18.753\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16062,\n            \"UniqueId\": \"AIR-CC2EE4CA-4A35-4A74-870A-934593250C83\",\n            \"Locator\": \"YRHSPJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T16:01:36.46\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16063,\n            \"UniqueId\": \"AIR-1001C212-FF31-405F-892A-B05F3CE93BC3\",\n            \"Locator\": \"CBCQEX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T16:31:52.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16064,\n            \"UniqueId\": \"AIR-1CE0319F-EEE6-48B3-8119-E5E674B92515\",\n            \"Locator\": \"CCTKVZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T17:56:38.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16065,\n            \"UniqueId\": \"AIR-DF4B5F91-68BF-433A-B431-273456D9CFB2\",\n            \"Locator\": \"SOSSFW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T18:26:37.423\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16066,\n            \"UniqueId\": \"AIR-F088D4AF-3FB7-4BD1-8ED8-CFCAB569A7E2\",\n            \"Locator\": \"PR_AIR-6491EE1623\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T19:36:48.48\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16067,\n            \"UniqueId\": \"AIR-56A9D624-E34D-4AB0-A259-5A0115C14B3C\",\n            \"Locator\": \"PR_AIR-D956DDEBB7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T19:38:05.337\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16068,\n            \"UniqueId\": \"AIR-0307CFD1-7272-48A1-94FF-DAF12F1F9EDC\",\n            \"Locator\": \"SOAISP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T19:39:05.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16069,\n            \"UniqueId\": \"AIR-520E86AE-702E-460F-B6A0-553750D90764\",\n            \"Locator\": \"4Q68J8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T20:18:57.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16070,\n            \"UniqueId\": \"AIR-4D915D82-680F-412F-9915-3820B50AB336\",\n            \"Locator\": \"YTAYHL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-02T20:20:42.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16071,\n            \"UniqueId\": \"AIR-6CBB6382-FC6E-4B22-8085-303BEE2E89C1\",\n            \"Locator\": \"TLOUAP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T07:41:58.05\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16072,\n            \"UniqueId\": \"AIR-96A46CC2-94EE-4714-A6EA-3776661762D0\",\n            \"Locator\": \"TMSBYW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T07:54:35.803\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16073,\n            \"UniqueId\": \"AIR-47159273-CBC6-46B0-A6D4-D0E3379CF1F1\",\n            \"Locator\": \"DAXUVS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T07:59:58.8\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16074,\n            \"UniqueId\": \"AIR-E8BA640B-7F7F-40AA-ADAF-66B0E75E7960\",\n            \"Locator\": \"DAALKH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T08:08:52.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16076,\n            \"UniqueId\": \"AIR-53B27F07-499B-4A51-80BA-5A368C28B783\",\n            \"Locator\": \"22Q4WU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T08:36:19.25\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16077,\n            \"UniqueId\": \"AIR-6E667518-2AC9-4839-8FD0-FFCC8CD3AD7A\",\n            \"Locator\": \"DAKYPQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T08:39:34.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16079,\n            \"UniqueId\": \"AIR-418E63B1-96A8-43ED-ACDB-4CD8D9C7525F\",\n            \"Locator\": \"DAPKSG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T09:21:35.223\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16081,\n            \"UniqueId\": \"AIR-E3C6DF6E-8356-4644-9F4D-E1C3F8D4D5F2\",\n            \"Locator\": \"DBSIFS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T09:22:00.413\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16075,\n            \"UniqueId\": \"AIR-60CDEE85-EF24-4FCF-9E5A-6D9B478060FD\",\n            \"Locator\": \"DAIIVX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T09:22:25.883\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16078,\n            \"UniqueId\": \"AIR-875EEBF2-95CD-4920-8C43-9EE193BCDC53\",\n            \"Locator\": \"DALSST\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T09:22:57.027\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16080,\n            \"UniqueId\": \"AIR-E23CBD92-BA47-47B1-9B92-C05959DDFA94\",\n            \"Locator\": \"TNQXTL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T09:23:28.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16086,\n            \"UniqueId\": \"AIR-AC575CA9-DD2B-4069-AB3B-EECE755BA876\",\n            \"Locator\": \"26SOVL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T13:18:21.667\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16089,\n            \"UniqueId\": \"AIR-B894B4DC-5F38-454C-ABAC-E047227A4E40\",\n            \"Locator\": \"DEKDZH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T13:48:09.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16090,\n            \"UniqueId\": \"AIR-2A4EADD2-1D9D-434F-B850-3D6EEE3B5EA1\",\n            \"Locator\": \"27J33E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T13:55:03.52\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16084,\n            \"UniqueId\": \"AIR-3240132F-2BD0-4CD3-8997-DF0D7563BB99\",\n            \"Locator\": \"TNBTBR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T14:06:21.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16085,\n            \"UniqueId\": \"AIR-FAF0ADFC-5012-470A-A76F-46B26D5A1DDA\",\n            \"Locator\": \"TPUIMV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T14:07:34.563\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16083,\n            \"UniqueId\": \"AIR-EB80068A-716E-46F1-9541-C9E019098DE6\",\n            \"Locator\": \"BNLNCH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T14:09:01.2\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16091,\n            \"UniqueId\": \"AIR-3A684882-3103-43A4-AD8A-C975AFEF3D20\",\n            \"Locator\": \"YBCGWJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T14:10:48.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16082,\n            \"UniqueId\": \"AIR-E66E3DC9-6DD1-468E-868C-70D3118CB746\",\n            \"Locator\": \"YASLPL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T14:21:14.95\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16092,\n            \"UniqueId\": \"AIR-2A5F3B28-AE3F-4533-B6F3-4F7951869E69\",\n            \"Locator\": \"USSOQA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T14:36:34.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16093,\n            \"UniqueId\": \"AIR-ABBAB21D-0E69-4CFA-98D8-E475D7A21F05\",\n            \"Locator\": \"289UFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T14:42:27.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15884,\n            \"UniqueId\": \"AIR-713B1C34-ED20-4B83-AFEE-84C350FF65E8\",\n            \"Locator\": \"FYFWUM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T14:47:31.84\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16094,\n            \"UniqueId\": \"AIR-145ECEC4-8729-4C68-9FBB-C89D720076D8\",\n            \"Locator\": \"296ZHP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T15:42:56.627\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15834,\n            \"UniqueId\": \"AIR-782EEC75-2567-49C1-9527-21973D5E7031\",\n            \"Locator\": \"EMCMGE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T15:47:33.793\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16095,\n            \"UniqueId\": \"AIR-B0B11AD9-1474-4D6E-B5AA-178A4B4BC817\",\n            \"Locator\": \"DIMFTK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T16:12:42.86\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16096,\n            \"UniqueId\": \"AIR-739C43A6-F46D-417B-8F0A-1624ACB28EB8\",\n            \"Locator\": \"CQBWMB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T16:15:59.753\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16097,\n            \"UniqueId\": \"AIR-3119535A-16EC-4E64-8107-81BACAAE5E42\",\n            \"Locator\": \"DJNRBO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T16:23:48.31\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16099,\n            \"UniqueId\": \"AIR-484B62AB-4979-45AE-BBC5-9E7647F0F784\",\n            \"Locator\": \"YDXYVR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T17:48:30.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16100,\n            \"UniqueId\": \"AIR-42F1EF37-2EC0-4DAD-A3A1-C6D822918D3B\",\n            \"Locator\": \"CRXHCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T18:05:34.78\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16102,\n            \"UniqueId\": \"AIR-29CB81A1-37B2-4F76-94EF-BC18A37A0F0E\",\n            \"Locator\": \"UCGJES\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T21:59:55.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16101,\n            \"UniqueId\": \"AIR-3F0625CA-6D0C-43CF-AE37-D6956E171E0E\",\n            \"Locator\": \"UBZPLM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T22:02:44.843\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16098,\n            \"UniqueId\": \"AIR-042B689C-F600-4FC3-9EC5-9303C4C52E48\",\n            \"Locator\": \"DMTKOO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T22:03:33.237\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16103,\n            \"UniqueId\": \"AIR-F93385BC-C462-479F-A3C8-2E4382C27FB9\",\n            \"Locator\": \"CSOFAZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T22:28:59.307\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16104,\n            \"UniqueId\": \"AIR-FC15F318-8D9D-4B73-9030-D7BD0125E0F2\",\n            \"Locator\": \"CTQLSJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T22:39:38.747\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16105,\n            \"UniqueId\": \"AIR-4DF2451B-406C-40BE-8A48-DA72435B9C0C\",\n            \"Locator\": \"UEAMMK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T23:04:23.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16106,\n            \"UniqueId\": \"AIR-90571448-F035-43E8-9A87-54DFB023A9BD\",\n            \"Locator\": \"ESYVUY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T23:22:48.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16107,\n            \"UniqueId\": \"AIR-F7A52C35-B634-4D75-91AC-693483A2BB20\",\n            \"Locator\": \"2FZV72\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-03T23:31:07.823\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16108,\n            \"UniqueId\": \"AIR-DAF45245-3747-4B73-8685-96BA4FD8A217\",\n            \"Locator\": \"CUWEJS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T00:38:33.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16109,\n            \"UniqueId\": \"AIR-DE7A1282-18B4-44D7-B786-13E9B92000E9\",\n            \"Locator\": \"YGAPNQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T00:53:55.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16110,\n            \"UniqueId\": \"AIR-7344B83D-816A-4E92-9D83-F4285B5C1BAF\",\n            \"Locator\": \"EWVDDK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T01:06:11.627\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16111,\n            \"UniqueId\": \"AIR-E415A5CF-BF5C-4EAE-A4A3-57D43D850AC9\",\n            \"Locator\": \"CUHTZC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T01:10:44.81\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16112,\n            \"UniqueId\": \"AIR-AC2BBD48-E807-4D28-BFFD-D80117C63832\",\n            \"Locator\": \"EWKYQY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T01:18:16.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16113,\n            \"UniqueId\": \"AIR-A6106BE3-FB92-4CE4-B115-927D24A2EA1F\",\n            \"Locator\": \"VUCBKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T07:34:52.733\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16114,\n            \"UniqueId\": \"AIR-3DBEA374-CEA9-4FCA-930C-93B510184FE4\",\n            \"Locator\": \"VVSGBD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T07:50:53.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16115,\n            \"UniqueId\": \"AIR-40790E01-1453-4C08-9332-F22547C956ED\",\n            \"Locator\": \"VVVXGU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T07:55:41.947\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16116,\n            \"UniqueId\": \"AIR-D3DA8378-EA3B-4730-854E-F4BAED1211EF\",\n            \"Locator\": \"EKZXDI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T09:40:08.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16118,\n            \"UniqueId\": \"AIR-80E7C84E-E846-4B51-8004-BBCE91353BCC\",\n            \"Locator\": \"2Q8VL2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T10:58:23.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16117,\n            \"UniqueId\": \"AIR-36C225D2-46DE-40A0-B56A-BA89AF56DBE7\",\n            \"Locator\": \"VYDHYG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T11:03:52.763\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16121,\n            \"UniqueId\": \"AIR-51C15896-57B4-4800-B15E-9D9FC446FA02\",\n            \"Locator\": \"VZCYQD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T11:30:28.3\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16122,\n            \"UniqueId\": \"AIR-F1C15C2F-BE9B-4C30-9675-1312F737346C\",\n            \"Locator\": \"VZDADH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T11:33:04.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16123,\n            \"UniqueId\": \"AIR-C47B491B-EE1B-4504-BB60-CA841B70E721\",\n            \"Locator\": \"YKCGDN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T11:36:27.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16124,\n            \"UniqueId\": \"AIR-8AE088BC-1DA6-459B-8C62-A58690E3BD4C\",\n            \"Locator\": \"VZEFCS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T11:37:11.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16127,\n            \"UniqueId\": \"AIR-75CD757B-18BA-43EF-B970-5BA684574659\",\n            \"Locator\": \"VZGKTZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T11:43:17.793\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 15897,\n            \"UniqueId\": \"AIR-6F29B127-8EB0-41DD-AA36-D6FA4DEF7430\",\n            \"Locator\": \"GNLWZF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T12:27:40.087\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16128,\n            \"UniqueId\": \"AIR-EDEAC9E8-641D-4EE1-A625-2AC67572A94D\",\n            \"Locator\": \"2SOM6C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T13:43:49.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16129,\n            \"UniqueId\": \"AIR-E033A7D7-C465-488E-B572-8158A5338C18\",\n            \"Locator\": \"VCWRAN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T13:50:17.623\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16130,\n            \"UniqueId\": \"AIR-09B22694-C1A1-4E1E-94F5-6D44997E2BF4\",\n            \"Locator\": \"VDAANW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T14:35:35.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16131,\n            \"UniqueId\": \"AIR-711CD2BF-8CC2-4425-8185-10AF98DF1515\",\n            \"Locator\": \"VECEYU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T15:15:31.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16133,\n            \"UniqueId\": \"AIR-6666CCD9-27C4-4D1B-BA0E-8795070F2DAA\",\n            \"Locator\": \"VEOAYW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T15:35:48.69\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16134,\n            \"UniqueId\": \"AIR-C2891364-BB95-4075-A242-9AF21FD22590\",\n            \"Locator\": \"VFFAMV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T15:47:26.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16137,\n            \"UniqueId\": \"AIR-38399500-620B-4EF0-A870-C225B288C2CF\",\n            \"Locator\": \"ERROR_AIR-4846AA5412\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T15:58:24.07\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16139,\n            \"UniqueId\": \"AIR-00176973-B68A-4777-BC8D-21F51CCDBDC4\",\n            \"Locator\": \"ERROR_AIR-36ADE276DF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T15:58:25.2\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16138,\n            \"UniqueId\": \"AIR-A0C0D474-48A4-4B2E-9958-373018C91267\",\n            \"Locator\": \"ERROR_AIR-82E64CA3C4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T15:58:27.443\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16140,\n            \"UniqueId\": \"AIR-6310FDEE-DB19-4FE6-96D8-72C6BD350257\",\n            \"Locator\": \"ERROR_AIR-997BF97CE3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T15:58:29.75\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16142,\n            \"UniqueId\": \"AIR-3C2C01AF-CDA9-4181-AA57-3EC5B1FE9A45\",\n            \"Locator\": \"2UPLKE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:02:38.07\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16144,\n            \"UniqueId\": \"AIR-83EC8978-9C04-4CD6-9F6F-66869FF2D34E\",\n            \"Locator\": \"2USHRV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:03:59.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16143,\n            \"UniqueId\": \"AIR-2FBA7852-244F-4932-82A9-DBD918D465CE\",\n            \"Locator\": \"2UUWCC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:04:00.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16145,\n            \"UniqueId\": \"AIR-1B892B4B-7EC7-411A-85DB-5620BFB64B4B\",\n            \"Locator\": \"CBSZVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:07:02.44\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16148,\n            \"UniqueId\": \"AIR-AEC887BE-DCE9-4375-AA22-D54EA3C9B5FB\",\n            \"Locator\": \"2UQ3UT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:07:13.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16147,\n            \"UniqueId\": \"AIR-8D4DEED6-5F4D-4DAC-ACD0-E9E70705244B\",\n            \"Locator\": \"2UU9EL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:07:14.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16146,\n            \"UniqueId\": \"AIR-19C5163C-71D3-407A-9013-39B22DCA2F82\",\n            \"Locator\": \"2UQWGP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:07:15.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16149,\n            \"UniqueId\": \"AIR-55151AC8-DB7F-45E8-A248-872404D936A1\",\n            \"Locator\": \"2UR285\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:07:18.467\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16150,\n            \"UniqueId\": \"AIR-D58A82C0-09BE-4C21-A02C-27E30842E234\",\n            \"Locator\": \"2UVNP5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:08:40.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16152,\n            \"UniqueId\": \"AIR-942C1A04-73C1-45A5-BA96-C140CE05F0E6\",\n            \"Locator\": \"2UV8ZJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:10:21.753\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16153,\n            \"UniqueId\": \"AIR-211E7C80-4D44-492E-B7D7-7BC789051ACD\",\n            \"Locator\": \"2UT88M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:10:47.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16154,\n            \"UniqueId\": \"AIR-658DFE74-F255-4146-8D84-D85BEF9DE64A\",\n            \"Locator\": \"2UTBUH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:11:24.437\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16155,\n            \"UniqueId\": \"AIR-DE3AA30B-278B-457C-8293-9F25C3ECB995\",\n            \"Locator\": \"FTUHUD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:15:21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16156,\n            \"UniqueId\": \"AIR-C033B6EC-D894-442F-81A4-DBF4BAF38D4D\",\n            \"Locator\": \"ERROR_AIR-94608964EB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:25:19.08\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16157,\n            \"UniqueId\": \"AIR-25EB085E-238E-427A-8CC8-F2B1439B9665\",\n            \"Locator\": \"FUQHQK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:32:44.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16159,\n            \"UniqueId\": \"AIR-1ECE6E97-4D1E-4B8A-B22F-0D1D2C177241\",\n            \"Locator\": \"2VCBS4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T16:38:54.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16164,\n            \"UniqueId\": \"AIR-DE9F11CB-8A50-4BF0-8AFD-FE010D8DB63C\",\n            \"Locator\": \"FYVGWW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-04T18:24:38.457\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16165,\n            \"UniqueId\": \"AIR-DC3EA07B-459C-4234-84E5-B70266D49BF9\",\n            \"Locator\": \"HQEEGK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T14:07:00.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16166,\n            \"UniqueId\": \"AIR-047E504A-0B00-4DB2-AACE-CA75A767BE3A\",\n            \"Locator\": \"XGNNZF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T14:19:17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16167,\n            \"UniqueId\": \"AIR-74EE097D-6FAE-492D-8647-4A5B3A396437\",\n            \"Locator\": \"XLGWNF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T16:08:22.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16168,\n            \"UniqueId\": \"AIR-81F087ED-EB69-4FC6-848A-8E9D1417E3E7\",\n            \"Locator\": \"YQAKAK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T17:05:09.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16169,\n            \"UniqueId\": \"AIR-F1A60871-1F8C-4459-B350-6B274278CC82\",\n            \"Locator\": \"DYHGSG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T17:23:14.23\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16170,\n            \"UniqueId\": \"AIR-F8B5248C-ED73-4D23-AAE8-F58021515D1A\",\n            \"Locator\": \"HCDDVW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T17:26:25.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16171,\n            \"UniqueId\": \"AIR-6154B291-24D3-49ED-A637-2AC40ECF08CE\",\n            \"Locator\": \"3XUNIH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T17:29:06.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16172,\n            \"UniqueId\": \"AIR-D32DDD26-6414-44A9-BCA9-AEE2A90DC1BF\",\n            \"Locator\": \"3XYYDR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T17:31:47.3\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16173,\n            \"UniqueId\": \"AIR-68FC7403-2DCB-4CAB-82F0-6C4C1AAD9577\",\n            \"Locator\": \"YSPSYD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T17:34:04.14\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16174,\n            \"UniqueId\": \"AIR-3B23DCFF-7EA2-4DE7-A9B9-6D1C8EF322D1\",\n            \"Locator\": \"ZHNODG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T17:45:20.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16175,\n            \"UniqueId\": \"AIR-1E47DC02-F305-41D8-8E94-8AE62DB1D82F\",\n            \"Locator\": \"3YBZZS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T17:58:55.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16176,\n            \"UniqueId\": \"AIR-247E0CEF-8F28-4FC4-94E3-070EF970F8B1\",\n            \"Locator\": \"3YEVKC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T18:05:36.247\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16177,\n            \"UniqueId\": \"AIR-1DE78B10-F491-4C8E-BA7F-68C8D62DBE12\",\n            \"Locator\": \"3YF9DG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T18:09:13.593\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16178,\n            \"UniqueId\": \"AIR-5A17884E-7CA7-4409-A1A1-768DD735FAF6\",\n            \"Locator\": \"3YHCSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T18:11:33.587\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16179,\n            \"UniqueId\": \"AIR-2A656584-B029-4420-AD96-44895EE3F1AF\",\n            \"Locator\": \"3YIBZZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T18:13:26.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16180,\n            \"UniqueId\": \"AIR-3F8659AA-448E-458D-9A2E-EB5A1264EC1E\",\n            \"Locator\": \"YVIHVA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T18:37:28.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16181,\n            \"UniqueId\": \"AIR-FDD70C7E-1B5E-4E8A-8ABA-C7AC10A0FF02\",\n            \"Locator\": \"HGUOOL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-06T18:40:58.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16184,\n            \"UniqueId\": \"AIR-86617612-D672-420F-822E-E6381CF83587\",\n            \"Locator\": \"IKHPBQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T08:20:22.713\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16162,\n            \"UniqueId\": \"AIR-0E1BC1D9-FEDF-4B03-86C5-9E7670FE6149\",\n            \"Locator\": \"VJBLOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T09:47:21.197\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16163,\n            \"UniqueId\": \"AIR-E4DB0189-47CA-4BDD-884A-AD162E80B191\",\n            \"Locator\": \"FVFZEN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T09:48:58.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16161,\n            \"UniqueId\": \"AIR-664E5B68-C2AA-4A23-8A34-9F676B1F58C1\",\n            \"Locator\": \"FVTEOP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T09:50:51.947\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16141,\n            \"UniqueId\": \"AIR-4AB73CE1-B404-4658-91CF-2C6C6D2680FE\",\n            \"Locator\": \"VGYLGR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T09:51:20.287\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16160,\n            \"UniqueId\": \"AIR-E161D52D-57DB-41CB-B643-8973A06C42DA\",\n            \"Locator\": \"FUAJTK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T09:54:36.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16151,\n            \"UniqueId\": \"AIR-8B81AA91-B25B-4C79-8CB8-0BEA21505BE6\",\n            \"Locator\": \"CBTXNW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T09:55:31.927\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16158,\n            \"UniqueId\": \"AIR-9BC728BB-C78A-455A-BED6-D35B2BFB3153\",\n            \"Locator\": \"VHOLMN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T09:57:14.407\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16132,\n            \"UniqueId\": \"AIR-24E3E50B-8D21-4046-BFDA-C3328EF24DAF\",\n            \"Locator\": \"CACILE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:00:35.53\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16125,\n            \"UniqueId\": \"AIR-62B2ADF2-A9B9-41D8-8EA4-96CEB51850BB\",\n            \"Locator\": \"YKCMSD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:01:35.163\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16120,\n            \"UniqueId\": \"AIR-8D2B94F4-0589-442A-AEE9-2C9EE7C0B3AD\",\n            \"Locator\": \"EMQVBU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:02:04.547\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16186,\n            \"UniqueId\": \"AIR-1ED8F9D7-D86F-4134-B017-A4F7464813DC\",\n            \"Locator\": \"ZBZXYJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:02:30.677\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16185,\n            \"UniqueId\": \"AIR-B97E6ED1-6B7E-40A5-915B-BDDC9CA82254\",\n            \"Locator\": \"ILDPGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:02:54.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16136,\n            \"UniqueId\": \"AIR-CD530E8C-25F7-4516-AEDA-3F518119DA21\",\n            \"Locator\": \"VGUPTO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:03:23.503\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16126,\n            \"UniqueId\": \"AIR-A0871AB7-393F-49B8-8F55-2C5A7DE8F595\",\n            \"Locator\": \"EMTYSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:03:49.81\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16135,\n            \"UniqueId\": \"AIR-C28BFFE1-94A0-4E27-86E4-25FA2DB52B25\",\n            \"Locator\": \"CAOFDI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:04:47.677\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16119,\n            \"UniqueId\": \"AIR-5FBD4E49-D94F-42B4-87A9-FA4F79680442\",\n            \"Locator\": \"VZXIKY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:05:17.583\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16183,\n            \"UniqueId\": \"AIR-D0CCBD0D-97A1-413C-99AB-50845269BB23\",\n            \"Locator\": \"ARHFLY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:05:45.313\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16182,\n            \"UniqueId\": \"AIR-64C500BE-062E-40C5-9EED-CE3476541F9C\",\n            \"Locator\": \"IKGHIX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:05:49.383\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16187,\n            \"UniqueId\": \"AIR-6235557E-D841-42E7-92D3-EDC7313D30C6\",\n            \"Locator\": \"4FHHTK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T10:43:55.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16189,\n            \"UniqueId\": \"AIR-E6B11A8F-BADE-46D9-B102-752CDD98279E\",\n            \"Locator\": \"ZCMBEA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T11:53:22.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16190,\n            \"UniqueId\": \"AIR-FEA2D365-8717-435D-B2A8-E08A836E40CC\",\n            \"Locator\": \"INWCNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T11:57:08.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16191,\n            \"UniqueId\": \"AIR-C7CC3F95-DC20-4543-9710-D68B4EF721A8\",\n            \"Locator\": \"ZDRMIQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:06:12.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16192,\n            \"UniqueId\": \"AIR-042A5009-4132-4C2C-8B1E-531983FD0CE6\",\n            \"Locator\": \"ERROR_AIR-F1038B735D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:26:02.59\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16193,\n            \"UniqueId\": \"AIR-80B02B59-7E0F-426C-B7D6-615C24DB2C61\",\n            \"Locator\": \"4H8XSX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:28:04.247\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16194,\n            \"UniqueId\": \"AIR-A17EC0FC-3D03-4332-A6E4-B0E0126220FD\",\n            \"Locator\": \"4H5CST\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:36:39.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16195,\n            \"UniqueId\": \"AIR-E2830628-C987-40A7-98FB-F44952A2C7B0\",\n            \"Locator\": \"ERROR_AIR-002A448731\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:39:05.68\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16196,\n            \"UniqueId\": \"AIR-19CB22EC-8D16-4748-A6F6-CA538A40FF62\",\n            \"Locator\": \"4HBVER\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:40:16.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16197,\n            \"UniqueId\": \"AIR-DB1D8F14-A9A8-407B-9D53-4E8DD28C325D\",\n            \"Locator\": \"4HDY98\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:45:43.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16198,\n            \"UniqueId\": \"AIR-901997C1-AAF3-4E82-95FD-89F7743FD0A9\",\n            \"Locator\": \"ERROR_AIR-BEB47A424C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:48:57.07\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16199,\n            \"UniqueId\": \"AIR-1E74C1ED-07C6-4661-96E4-BFB10CF0EC24\",\n            \"Locator\": \"ERROR_AIR-FE6D640841\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:49:39.863\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16200,\n            \"UniqueId\": \"AIR-0A892AB6-0C50-4FFC-8739-7A62C67A4FD2\",\n            \"Locator\": \"4HJNPO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T12:50:31.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16201,\n            \"UniqueId\": \"AIR-9AC34C04-A95C-4D85-94B7-5DB81F3904ED\",\n            \"Locator\": \"IOYSJK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T13:07:50.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16202,\n            \"UniqueId\": \"AIR-94E6FE2A-652D-41A5-B238-CFEF3DC798E5\",\n            \"Locator\": \"ERROR_AIR-75B740F191\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T13:18:15.97\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16203,\n            \"UniqueId\": \"AIR-44A2B476-1C62-469D-AFF1-B7584D866D53\",\n            \"Locator\": \"4HYTB8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T13:19:14.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16204,\n            \"UniqueId\": \"AIR-B538B8F8-DB38-48B0-BB0F-11EB091EF9E8\",\n            \"Locator\": \"ATQRYA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T13:23:03.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16205,\n            \"UniqueId\": \"AIR-522ABD47-9558-4A59-99EC-ECFB3BBD1263\",\n            \"Locator\": \"4HUYLS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T13:23:59.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16206,\n            \"UniqueId\": \"AIR-417C1148-0172-44DC-AF88-AA6AEE7274E1\",\n            \"Locator\": \"ERROR_AIR-FA98207312\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T13:39:57.427\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16207,\n            \"UniqueId\": \"AIR-44D19091-9E53-4EF5-96A8-AFFF1F483279\",\n            \"Locator\": \"4I9ROD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T13:40:46.517\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16208,\n            \"UniqueId\": \"AIR-34612185-C691-49F8-B9D9-E50A71B01548\",\n            \"Locator\": \"4I95HG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T13:49:12.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16209,\n            \"UniqueId\": \"AIR-3EA2374E-8E95-4B0F-861E-97344E182DFF\",\n            \"Locator\": \"4IJ94Z\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T13:56:24.157\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16210,\n            \"UniqueId\": \"AIR-7DB7ADB9-865B-4240-9FD5-BA6CB6AE9231\",\n            \"Locator\": \"4II63K\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:03:34.693\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16211,\n            \"UniqueId\": \"AIR-3901803B-04AF-4FA3-9D24-8A0A28996CB5\",\n            \"Locator\": \"4IL8C6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:06:58.18\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16212,\n            \"UniqueId\": \"AIR-4B475409-F7CC-417E-BBD3-A97D5CA8DB04\",\n            \"Locator\": \"ATTGTH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:08:22.587\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16213,\n            \"UniqueId\": \"AIR-6B033584-1BF9-486B-825B-86FA783E8B6F\",\n            \"Locator\": \"4INOYX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:11:05.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16216,\n            \"UniqueId\": \"AIR-96450DBF-99AC-43FD-A340-DBF95889D0A0\",\n            \"Locator\": \"DMPDMC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:24:13.067\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16218,\n            \"UniqueId\": \"AIR-C2C4A2C8-E6E7-4874-8F73-81EF4EF27EDB\",\n            \"Locator\": \"ZEOVAR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:30:08.28\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16219,\n            \"UniqueId\": \"AIR-79F9D777-4C1A-492D-9553-089A5B7D7509\",\n            \"Locator\": \"ERROR_AIR-5A0AAEE225\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:30:52.717\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16220,\n            \"UniqueId\": \"AIR-80BC7F13-AEEE-404B-9623-DBB2D836E8CD\",\n            \"Locator\": \"4IZQCQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:31:56.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16221,\n            \"UniqueId\": \"AIR-B0E8095F-A09D-4501-A990-C653818FF2AA\",\n            \"Locator\": \"4J2D5D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:33:15.083\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16222,\n            \"UniqueId\": \"AIR-020986E5-7573-4449-9A26-091A9E9A8558\",\n            \"Locator\": \"4IYXIO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:34:30.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16224,\n            \"UniqueId\": \"AIR-0696058B-3E8F-48A7-A469-9BC97E843FB5\",\n            \"Locator\": \"ERROR_AIR-B143BF67B9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:35:29.88\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16223,\n            \"UniqueId\": \"AIR-26C9AB98-D119-4E8B-817F-90B8E9CDBB1F\",\n            \"Locator\": \"4J4DUV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:35:34.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16226,\n            \"UniqueId\": \"AIR-8CB9A95D-9D8D-48AF-BA99-69CD22456775\",\n            \"Locator\": \"4J3TB3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:37:27.143\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16225,\n            \"UniqueId\": \"AIR-2D42F05B-3C92-453C-8589-2D7108ED2388\",\n            \"Locator\": \"4IZOUM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:37:29.54\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16227,\n            \"UniqueId\": \"AIR-4E7A0A12-C494-48CA-B631-94D0FC592E65\",\n            \"Locator\": \"ZFTJHQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:43:45.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16228,\n            \"UniqueId\": \"AIR-8F1AE4B8-A52B-4A21-B8B9-B4A7C803DC30\",\n            \"Locator\": \"IPMXRY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T14:59:50.63\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16229,\n            \"UniqueId\": \"AIR-EC64E1CE-C258-4BDF-B5B9-47B09D6F8CE2\",\n            \"Locator\": \"IPOGFT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T15:01:24.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16230,\n            \"UniqueId\": \"AIR-79E29A66-13B1-4B9A-B76B-BA4BF020EE5E\",\n            \"Locator\": \"ZFLTOR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T15:09:58.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16231,\n            \"UniqueId\": \"AIR-3EDF2D1F-8CE3-4FAA-AFC8-7B9E2FB69991\",\n            \"Locator\": \"ZFMBPL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T15:13:47.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16233,\n            \"UniqueId\": \"AIR-E463F94F-B19E-4260-9A86-0F869270F674\",\n            \"Locator\": \"ATAPYL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T15:19:39.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16217,\n            \"UniqueId\": \"AIR-11AFCB81-DE7D-40B7-A90A-7FB7B8826AF0\",\n            \"Locator\": \"IPUZEL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T15:21:49.09\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16214,\n            \"UniqueId\": \"AIR-B1DC65D9-69E4-4E32-BCFD-DF21D84B4CF9\",\n            \"Locator\": \"ZELRYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T15:22:16.253\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16232,\n            \"UniqueId\": \"AIR-7A01246F-9B30-43F8-B71E-0441D3511ED9\",\n            \"Locator\": \"DNWCXB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T15:22:42.577\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16188,\n            \"UniqueId\": \"AIR-4F1117BB-FDCF-439B-8CE1-D0537688946E\",\n            \"Locator\": \"DLPAFY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T15:23:35.48\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16215,\n            \"UniqueId\": \"AIR-4E3BDDB4-821E-4133-9CD8-F72EFE98D9EF\",\n            \"Locator\": \"IPTYBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T15:23:59.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16236,\n            \"UniqueId\": \"AIR-815034EE-F950-4B0E-B7E6-F37464CCB15D\",\n            \"Locator\": \"ZKOOYN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T17:12:53.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16235,\n            \"UniqueId\": \"AIR-75987C8E-167B-4A25-BE97-8E79FDFFA590\",\n            \"Locator\": \"4L72N4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T17:26:02.723\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16238,\n            \"UniqueId\": \"AIR-D393766D-8DA8-4384-AEEE-852C5142EEF8\",\n            \"Locator\": \"ZMTBPI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T17:29:39.247\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16234,\n            \"UniqueId\": \"AIR-1653FF85-F9C2-4D94-840B-497F8CA7A7E3\",\n            \"Locator\": \"DNOQIO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T17:41:56.23\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16239,\n            \"UniqueId\": \"AIR-29F8886D-D9CD-4571-A431-B09F9FDE87A1\",\n            \"Locator\": \"AVTCFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T17:53:47.027\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16240,\n            \"UniqueId\": \"AIR-30796E5F-7F06-471E-8ABB-2E35E640A39E\",\n            \"Locator\": \"DPHTXH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T18:13:48.04\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16241,\n            \"UniqueId\": \"AIR-AD62F86E-0C60-4A3D-A30C-283420EA0389\",\n            \"Locator\": \"DPHWBQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T18:14:19.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16242,\n            \"UniqueId\": \"AIR-6CA4F81A-A3D4-40E3-A9B1-2E72CEA9857D\",\n            \"Locator\": \"JYTXYM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T18:46:31.857\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16243,\n            \"UniqueId\": \"AIR-E3EB7E26-B06A-4EB1-B73C-DF1D4D242168\",\n            \"Locator\": \"DPMYUF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T18:53:11.69\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16244,\n            \"UniqueId\": \"AIR-B3AB95B7-C319-4722-83C7-8CB582847601\",\n            \"Locator\": \"KGCKPU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T08:21:23.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16245,\n            \"UniqueId\": \"AIR-39CF128F-D299-4E5F-8F32-EAEAC6A962E5\",\n            \"Locator\": \"4Z5Z8T\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T08:58:56.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16246,\n            \"UniqueId\": \"AIR-51071B95-1334-424C-BA17-25D7584606F1\",\n            \"Locator\": \"BBXVJP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T09:56:30.103\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16247,\n            \"UniqueId\": \"AIR-70BF90D2-CE95-4FE7-B85F-41438466BD7B\",\n            \"Locator\": \"AGDHIO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T10:31:13.35\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16248,\n            \"UniqueId\": \"AIR-1AE2A621-FB83-4659-BF1D-5EF711A2167C\",\n            \"Locator\": \"KPWFWA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T10:40:08.493\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16250,\n            \"UniqueId\": \"AIR-F1FD16A2-5C75-46CC-92FE-D9304EBC8197\",\n            \"Locator\": \"LRVODT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T11:08:56.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16252,\n            \"UniqueId\": \"AIR-EC0D92CA-9771-478A-9110-8E3A68C0C649\",\n            \"Locator\": \"EFNOTN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T11:36:11.77\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16249,\n            \"UniqueId\": \"AIR-02F6339B-D587-4A35-A541-2D0FE4437C2F\",\n            \"Locator\": \"KPJHWQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T11:36:35.407\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16087,\n            \"UniqueId\": \"AIR-628CC0AF-70A8-4398-B260-C17DF3A07B25\",\n            \"Locator\": \"26UHFX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T11:43:29.247\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16253,\n            \"UniqueId\": \"AIR-E478912B-80BD-4ECD-84C6-A26C2D900793\",\n            \"Locator\": \"23VQWT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T11:53:24.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16254,\n            \"UniqueId\": \"AIR-0E230C04-DD1B-496C-A5CF-46057A53F200\",\n            \"Locator\": \"258XOZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T13:20:41.767\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16251,\n            \"UniqueId\": \"AIR-C47B6A1B-ACCE-44BB-9850-954D492019D2\",\n            \"Locator\": \"LSUNUN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T13:39:33.623\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16255,\n            \"UniqueId\": \"AIR-00F92E2D-C08A-4A47-B95F-83B52F520F31\",\n            \"Locator\": \"BJQGMA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T13:43:38.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16256,\n            \"UniqueId\": \"AIR-30438BA2-248D-4F27-B741-3325A59766C3\",\n            \"Locator\": \"BJSNFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T13:56:46.787\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16257,\n            \"UniqueId\": \"AIR-D2DFC59B-5225-40F0-8D59-B0507B3CC645\",\n            \"Locator\": \"ERROR_AIR-7C1151B891\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T14:23:49.12\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16258,\n            \"UniqueId\": \"AIR-DAEAB414-3BEA-4947-9974-0746B43DFC96\",\n            \"Locator\": \"ERROR_AIR-32BAC02D7E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T14:24:11.39\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16259,\n            \"UniqueId\": \"AIR-F0C39E2B-A506-4E9D-9483-667F6DC1A7A3\",\n            \"Locator\": \"ERROR_AIR-1EDBA141BF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T14:24:19.223\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16260,\n            \"UniqueId\": \"AIR-389767F6-0B96-444C-8C9D-85D2F1E4D9BA\",\n            \"Locator\": \"2653I6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T14:25:29.583\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16261,\n            \"UniqueId\": \"AIR-B4FC9956-0F19-4308-8902-676DB635A72B\",\n            \"Locator\": \"LWQLAZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T15:12:45.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16262,\n            \"UniqueId\": \"AIR-9F12150B-E299-4DAF-A7C1-02307E094F47\",\n            \"Locator\": \"274JJW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T15:36:36.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16263,\n            \"UniqueId\": \"AIR-921BB3DA-3557-4C8A-9C80-0A37ED68F860\",\n            \"Locator\": \"LWEYUU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T16:13:29.86\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16264,\n            \"UniqueId\": \"AIR-21DA5387-33F4-4CAF-AAEB-4B1461095662\",\n            \"Locator\": \"EIEULW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T18:22:28.25\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16265,\n            \"UniqueId\": \"AIR-967F6CBD-6FE4-432A-9999-AC07D65A4ECC\",\n            \"Locator\": \"AJLNWO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T18:45:14.003\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16266,\n            \"UniqueId\": \"AIR-695BACB1-8642-43CB-A6B6-BF1CCF9E6A6C\",\n            \"Locator\": \"BOPDCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T19:31:35.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16267,\n            \"UniqueId\": \"AIR-C2AE4407-485F-474B-9740-A582C4D32992\",\n            \"Locator\": \"PR_AIR-BC7BBF48F7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T19:37:06.927\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16268,\n            \"UniqueId\": \"AIR-0B3936D9-DC0B-4A7E-A48C-1F0E64FCD21D\",\n            \"Locator\": \"LACMDU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T19:44:57.593\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16269,\n            \"UniqueId\": \"AIR-143FA30E-4510-4083-AE6B-CEA7D97B311C\",\n            \"Locator\": \"EJETNO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T20:02:32.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16270,\n            \"UniqueId\": \"AIR-3A77EAC7-CEB5-47F0-AB57-B1B00D0ABED8\",\n            \"Locator\": \"CQUAUI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T20:11:07.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16271,\n            \"UniqueId\": \"AIR-A0786EAB-9047-45DB-9526-4865CB583BF2\",\n            \"Locator\": \"LCPHTE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-08T21:33:28.663\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16272,\n            \"UniqueId\": \"AIR-A180B961-E319-4409-AD65-28789A76CD7F\",\n            \"Locator\": \"CFWMFI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T08:35:56.553\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16273,\n            \"UniqueId\": \"AIR-30A9E7FF-4E99-4EDA-9BF1-2B91C00302C9\",\n            \"Locator\": \"APUGHS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T09:15:31.863\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16277,\n            \"UniqueId\": \"AIR-F4978509-75A6-4ED9-A44D-B52327760512\",\n            \"Locator\": \"2NWWP7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T10:33:40.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16279,\n            \"UniqueId\": \"AIR-3401614F-0E8F-49FE-B9DC-F8742B517162\",\n            \"Locator\": \"APIHYB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:20:48.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16280,\n            \"UniqueId\": \"AIR-61D0D549-B4B5-4D04-9561-23AF07DD6308\",\n            \"Locator\": \"CHFJQK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:22:50.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16281,\n            \"UniqueId\": \"AIR-646DEB6C-8FDC-4922-9565-D15D8F8B5BCA\",\n            \"Locator\": \"ERROR_AIR-31658DBE77\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:29:24.753\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16282,\n            \"UniqueId\": \"AIR-E63B5142-75BD-41A6-AAFE-9CC6D20209F9\",\n            \"Locator\": \"ERROR_AIR-44E716B3BE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:29:28.297\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16283,\n            \"UniqueId\": \"AIR-9A307CF7-0119-4B49-8177-7117D6B3A6BC\",\n            \"Locator\": \"ERROR_AIR-36F9BDB208\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:29:29.407\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16284,\n            \"UniqueId\": \"AIR-F889F4AB-BCC9-4175-900C-26DD8CF634ED\",\n            \"Locator\": \"ERROR_AIR-BD1CA120A3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:29:33.027\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16287,\n            \"UniqueId\": \"AIR-516DDE5E-8F6A-44B5-AE17-179CC04EB43A\",\n            \"Locator\": \"ERROR_AIR-EA5158B995\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:31:49.263\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16288,\n            \"UniqueId\": \"AIR-3E1A47E0-F77C-485B-9359-B31B68046DEA\",\n            \"Locator\": \"ERROR_AIR-EDE81E2211\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:31:50.497\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16285,\n            \"UniqueId\": \"AIR-9B75AD34-9ED4-4D48-884D-83F3EA7E5FEF\",\n            \"Locator\": \"2OSKRL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:31:52.99\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16286,\n            \"UniqueId\": \"AIR-A1CEEBFB-5107-4883-9036-B71FE274F8B3\",\n            \"Locator\": \"2OTAV7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:31:55.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16290,\n            \"UniqueId\": \"AIR-9CFB52FE-9CD4-469E-BE50-039761C7BD2E\",\n            \"Locator\": \"ERROR_AIR-2D246C028C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:32:27.183\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16289,\n            \"UniqueId\": \"AIR-8EA27D7C-3AA9-4DA2-95C5-D6B0E28A0A95\",\n            \"Locator\": \"2OV5EU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:32:30.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16291,\n            \"UniqueId\": \"AIR-61FDD8B8-A614-4FFC-B58C-DE2BBA19F3B7\",\n            \"Locator\": \"ERROR_AIR-DF33CB1F6F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:32:45.177\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16278,\n            \"UniqueId\": \"AIR-A714DA1A-1F5D-452D-87AB-7D09383C654D\",\n            \"Locator\": \"MSCLHY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:33:59.157\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16292,\n            \"UniqueId\": \"AIR-B0D2CF92-9B65-483D-9762-B58DD8A9C9B9\",\n            \"Locator\": \"2ORIE4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:35:00.973\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16293,\n            \"UniqueId\": \"AIR-5525D8F7-C9FA-4143-A9DF-0984183914B7\",\n            \"Locator\": \"ERROR_AIR-31149943C1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:35:02.097\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16294,\n            \"UniqueId\": \"AIR-46FEA5EE-41A6-45F8-B40D-8E2EF5B63082\",\n            \"Locator\": \"2OWYWM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:35:06.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16295,\n            \"UniqueId\": \"AIR-9F1E5385-9ADC-47B2-878F-955C3A63920A\",\n            \"Locator\": \"ERROR_AIR-F981C04CFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:35:07.433\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16297,\n            \"UniqueId\": \"AIR-87A00DB6-C307-475D-91BF-9B502E8567B2\",\n            \"Locator\": \"2P2PJC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T11:45:10.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16298,\n            \"UniqueId\": \"AIR-8CB018CE-B962-4FEC-AC9E-66C17B37D0B7\",\n            \"Locator\": \"MTZNYH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T12:01:49.943\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16299,\n            \"UniqueId\": \"AIR-E6E66986-B4BD-4394-811A-0EE06A47EF39\",\n            \"Locator\": \"APNLUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T12:03:22.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16301,\n            \"UniqueId\": \"AIR-86CE6043-C54F-42AC-8032-6EC87C851780\",\n            \"Locator\": \"MTIMWB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T12:31:43.633\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16302,\n            \"UniqueId\": \"AIR-C4B21CF6-F2C0-4CED-AC6C-D68B35B3FFDA\",\n            \"Locator\": \"CIIIIU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T12:45:33.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16303,\n            \"UniqueId\": \"AIR-F89CD028-FBDA-4DFB-BE0F-768A392682C4\",\n            \"Locator\": \"CIIJAW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T12:45:37.243\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16304,\n            \"UniqueId\": \"AIR-C86D9CDF-5DBB-44AF-AAE6-D1FC1009350F\",\n            \"Locator\": \"FRRBKJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T13:19:03.267\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16305,\n            \"UniqueId\": \"AIR-3E7B63E5-D0E9-421F-A5A5-1F4A3620E93A\",\n            \"Locator\": \"CJWNUO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T13:19:09.52\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16306,\n            \"UniqueId\": \"AIR-1A473227-3DE1-4519-B180-76E15BC9D287\",\n            \"Locator\": \"CLBVJP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T13:55:04.933\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16307,\n            \"UniqueId\": \"AIR-EF64DA87-9D75-4DAC-957B-D8FDBE62E743\",\n            \"Locator\": \"MWFKQO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T13:55:09.39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16296,\n            \"UniqueId\": \"AIR-E73F8419-4646-47F6-831B-D342598B5FE8\",\n            \"Locator\": \"MSOBRH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T14:03:29.95\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16308,\n            \"UniqueId\": \"AIR-AE234DC3-D2EA-40CF-B5A9-CBD8D3ED62E9\",\n            \"Locator\": \"MBXISH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T14:44:50.013\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16312,\n            \"UniqueId\": \"AIR-ABB57681-14AD-4DBB-B64C-89C30F9136F7\",\n            \"Locator\": \"DTYGBM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:16:05.78\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16313,\n            \"UniqueId\": \"AIR-4A6DAE4C-8212-475B-ADC2-318EEAFAA169\",\n            \"Locator\": \"MEBYJD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:16:13.55\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16314,\n            \"UniqueId\": \"AIR-9DE6C592-A158-40DB-928D-0D516C57CC48\",\n            \"Locator\": \"BSIOIG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:20:48.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16315,\n            \"UniqueId\": \"AIR-33C8BABC-3931-413F-AADB-A0AABCFA3B93\",\n            \"Locator\": \"FUXLZB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:20:54.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16309,\n            \"UniqueId\": \"AIR-ABE983B9-B06C-4E9E-BF82-E9F1ECC451DE\",\n            \"Locator\": \"2RUDAV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:24:28.963\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16316,\n            \"UniqueId\": \"AIR-538AC31D-AF29-413D-9D8E-4FA08F692D64\",\n            \"Locator\": \"DTPNFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:28:08.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16317,\n            \"UniqueId\": \"AIR-BF41C514-289D-4F6E-B9DF-05C8F756C667\",\n            \"Locator\": \"2SHC29\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:31:28.137\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16311,\n            \"UniqueId\": \"AIR-95D16A7A-48FA-4C8C-A83B-DCBCB8C5F61D\",\n            \"Locator\": \"FUTIPH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:33:31.207\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16318,\n            \"UniqueId\": \"AIR-C9E07C55-5552-4AF6-A027-A960C5A7A99B\",\n            \"Locator\": \"MGUDAC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:40:54.577\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16319,\n            \"UniqueId\": \"AIR-80DEAE07-814C-4FD2-951B-ED25AE14E31F\",\n            \"Locator\": \"MGULJA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T15:40:59.41\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16320,\n            \"UniqueId\": \"AIR-DAB0210A-AEC5-428D-A50C-F66F5ABBE7AA\",\n            \"Locator\": \"FXVOBA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T17:35:33.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16321,\n            \"UniqueId\": \"AIR-AF59672C-268E-44A1-A80A-01B2A25EA308\",\n            \"Locator\": \"MODQPY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T17:35:39.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16322,\n            \"UniqueId\": \"AIR-FC0F85DA-C8A6-4198-99BE-D05FA44FF657\",\n            \"Locator\": \"MPDKOY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T17:49:49.313\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16323,\n            \"UniqueId\": \"AIR-84AD0F7A-6DB9-4760-AB68-011FE685619D\",\n            \"Locator\": \"DEDJCX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T17:52:09.78\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16324,\n            \"UniqueId\": \"AIR-759B4DB0-85E2-48D3-8FEB-AD5FAC49F3CB\",\n            \"Locator\": \"MPMRKS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T17:52:14.053\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16088,\n            \"UniqueId\": \"AIR-F21264D6-538C-4B60-82AA-A7228C73EE4D\",\n            \"Locator\": \"DEFHDJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T17:54:05.943\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16325,\n            \"UniqueId\": \"AIR-C7211BE8-7FB0-43F2-8DFB-673CA14C4F96\",\n            \"Locator\": \"QQVYZA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T17:56:16.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16326,\n            \"UniqueId\": \"AIR-22D2986B-F325-47B4-B8AC-31DFA5C8AFE9\",\n            \"Locator\": \"BVUNKG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:05:01.993\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16328,\n            \"UniqueId\": \"AIR-2B7575EF-A3BA-4B10-B61E-D20715BABD36\",\n            \"Locator\": \"QRVOTO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:07:58.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16329,\n            \"UniqueId\": \"AIR-6E2BF7C6-1144-4778-BD40-E2B09044668D\",\n            \"Locator\": \"QRZYKJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:12:04.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16327,\n            \"UniqueId\": \"AIR-7E3893CE-5164-46A5-A188-7103703B605D\",\n            \"Locator\": \"QQNAZA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:16:19.727\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16330,\n            \"UniqueId\": \"AIR-1FBD4224-B8B7-4E3E-A245-24B6E186D370\",\n            \"Locator\": \"QRCEVP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:19:54.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16331,\n            \"UniqueId\": \"AIR-76C80132-6F63-46BE-A989-241507D1D7FD\",\n            \"Locator\": \"BVBTSC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:21:53.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16332,\n            \"UniqueId\": \"AIR-34FC3998-5CC2-40CA-8152-542D78EB0031\",\n            \"Locator\": \"DGXIGD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:24:54.063\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16333,\n            \"UniqueId\": \"AIR-230A0B13-DE6A-4C7F-922A-513DE7E6CE3C\",\n            \"Locator\": \"DGYUKM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:25:04.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16336,\n            \"UniqueId\": \"AIR-117659D3-7841-46E3-A662-83754991346C\",\n            \"Locator\": \"BVCQJS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:31:55.19\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16335,\n            \"UniqueId\": \"AIR-279D4D9A-FB24-42AC-8D6D-4813C175377A\",\n            \"Locator\": \"FYWHQW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:32:41.123\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16337,\n            \"UniqueId\": \"AIR-3ADAF7AE-760C-4330-81A1-2DC51FCEA0EC\",\n            \"Locator\": \"DGBWAH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:34:24.553\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16338,\n            \"UniqueId\": \"AIR-7C31B4A1-438F-4C23-8B28-CACECAC78486\",\n            \"Locator\": \"FYXZSW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:38:21.05\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16334,\n            \"UniqueId\": \"AIR-26FA4C5E-DF06-44C8-BD63-D163FCB0D5C8\",\n            \"Locator\": \"DGZHRS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:40:54.903\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16339,\n            \"UniqueId\": \"AIR-4F801209-49A0-4782-9D82-AEF2910F804E\",\n            \"Locator\": \"QRJJFI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:45:10.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16341,\n            \"UniqueId\": \"AIR-5B42BCC2-FCC1-4BDA-AF1A-8F72AFA06517\",\n            \"Locator\": \"QRLLCH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T18:51:25.27\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16342,\n            \"UniqueId\": \"AIR-680F121F-06DE-425F-AF1F-C6284D0F26E0\",\n            \"Locator\": \"QRNMHE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T19:04:35.993\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16343,\n            \"UniqueId\": \"AIR-E7ACD46F-335D-4BDE-B70C-5B285E748A21\",\n            \"Locator\": \"BWRYBS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-09T20:32:01.18\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16344,\n            \"UniqueId\": \"AIR-3CA931C0-5540-480A-9001-DDC8A36F2942\",\n            \"Locator\": \"EZDIZK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:11:50.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16345,\n            \"UniqueId\": \"AIR-105813F5-F9B0-473F-B229-496304CC3519\",\n            \"Locator\": \"QKOSWV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:14:24.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16346,\n            \"UniqueId\": \"AIR-80FA60B6-D8D7-4AB5-A023-55C03CBB6FDA\",\n            \"Locator\": \"EZMKAN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:28:14.123\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16347,\n            \"UniqueId\": \"AIR-C3D5379C-9DA1-4A0B-B409-6E492ECD5157\",\n            \"Locator\": \"QLYHEH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:33:23.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16348,\n            \"UniqueId\": \"AIR-38F2F593-7435-47CB-AAD6-F54FE8661272\",\n            \"Locator\": \"EZPNAM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:33:27.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16310,\n            \"UniqueId\": \"AIR-83A6FFD4-9279-40F2-BA29-8AFB0ACAFD59\",\n            \"Locator\": \"DSUZJL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:44:24.073\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16349,\n            \"UniqueId\": \"AIR-12E7BBEF-CF7F-44B6-AB0A-B113EAC27A96\",\n            \"Locator\": \"QLHTGQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:51:20.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16350,\n            \"UniqueId\": \"AIR-FBCF8C29-30BB-4CBD-A708-D596426DA838\",\n            \"Locator\": \"EAYEHK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:51:23.37\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16351,\n            \"UniqueId\": \"AIR-D8F90DED-A437-4CDA-876E-C534A0F91220\",\n            \"Locator\": \"QLIXUX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:54:18.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16353,\n            \"UniqueId\": \"AIR-7C386973-58F2-4B8A-A1B6-1A86DCB5A0CD\",\n            \"Locator\": \"QLJRYD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T08:57:29.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16354,\n            \"UniqueId\": \"AIR-D7B2FE90-2024-463E-B37A-46284BB82C86\",\n            \"Locator\": \"EACSKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T09:00:38.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16355,\n            \"UniqueId\": \"AIR-1C380D4D-3209-4299-A3D0-C12EB280CC9E\",\n            \"Locator\": \"QLOAQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T09:06:57.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16356,\n            \"UniqueId\": \"AIR-9812D781-EFAE-4F7C-BC5A-6F75851DF34C\",\n            \"Locator\": \"QMECOV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T09:36:26.62\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16357,\n            \"UniqueId\": \"AIR-976B6809-F799-4355-ADC7-ECB34A0354A6\",\n            \"Locator\": \"ECZZTG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T10:12:37.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16358,\n            \"UniqueId\": \"AIR-1379D852-EC46-4A61-8E64-DDE095073BE1\",\n            \"Locator\": \"QNHCWE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T10:14:45.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16359,\n            \"UniqueId\": \"AIR-8867FF96-DAA8-48BE-9385-5A7181842ABC\",\n            \"Locator\": \"ECAMRO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T10:14:49.15\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16360,\n            \"UniqueId\": \"AIR-3C4D2D6B-1BF3-4DFD-886A-02A69281D5BD\",\n            \"Locator\": \"ECBYOZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T10:15:37\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16361,\n            \"UniqueId\": \"AIR-C7F545F0-6347-4696-B30A-1C878C111E03\",\n            \"Locator\": \"QNMSMN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T10:21:33.15\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16363,\n            \"UniqueId\": \"AIR-A36E0C06-69C0-43F5-A3BB-35104B0B571F\",\n            \"Locator\": \"3DELQ8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T13:05:55.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16274,\n            \"UniqueId\": \"AIR-6D56EFB0-690F-48FF-9045-9062206C1581\",\n            \"Locator\": \"2NSUZA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T16:09:29.273\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16340,\n            \"UniqueId\": \"AIR-989B2E9A-34DF-4318-96D8-0D23B41A13A8\",\n            \"Locator\": \"QRKVBQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T16:41:18.323\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16366,\n            \"UniqueId\": \"AIR-62E96792-B624-4752-82A9-D73DFCF20A0C\",\n            \"Locator\": \"3H4GSH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T17:16:13.103\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16367,\n            \"UniqueId\": \"AIR-E0156666-A922-4D13-9E38-E3FB460C81AA\",\n            \"Locator\": \"ENXODX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T17:21:03.117\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16368,\n            \"UniqueId\": \"AIR-F3AC13A5-B013-49FB-98D0-69A29D587E70\",\n            \"Locator\": \"3H78GD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-10T17:22:22.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16369,\n            \"UniqueId\": \"AIR-D0C160D2-CAE2-4281-8929-5B076905C512\",\n            \"Locator\": \"3NUU5H\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T00:42:17.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16370,\n            \"UniqueId\": \"AIR-21EAAD95-308C-4DDD-9B78-27212EF6EFF2\",\n            \"Locator\": \"FEIKTN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T07:58:51.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16371,\n            \"UniqueId\": \"AIR-AC671BD3-DBC2-4DF3-AB36-FFA3B7098EEB\",\n            \"Locator\": \"3WAG6A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T10:12:59.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16372,\n            \"UniqueId\": \"AIR-1D37F0BB-7BCB-4FE0-B6D2-24FDD2564E48\",\n            \"Locator\": \"FGRTNK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T10:28:54.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16352,\n            \"UniqueId\": \"AIR-49661105-3D30-4D5A-B0C7-B16BF03C72E7\",\n            \"Locator\": \"EAACRW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T10:38:36.88\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16374,\n            \"UniqueId\": \"AIR-44524ABD-100B-4144-956D-AE4D46002A64\",\n            \"Locator\": \"BIWXAM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T10:53:47.52\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16376,\n            \"UniqueId\": \"AIR-DF8578A1-F455-495D-84A3-0A2D1705C1FC\",\n            \"Locator\": \"BIBEAQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T11:43:57.983\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16377,\n            \"UniqueId\": \"AIR-77B0802B-8A14-4E7B-94A7-DDE16CA4A5FE\",\n            \"Locator\": \"GQMWNA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T11:53:07.487\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16378,\n            \"UniqueId\": \"AIR-3317814F-827B-4300-ADA0-FAC6F4A5DCC9\",\n            \"Locator\": \"SSOAZQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T12:25:08.623\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16380,\n            \"UniqueId\": \"AIR-3AEE4D4F-6934-45D6-BE76-445F3F6C4887\",\n            \"Locator\": \"3ZB3UP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T13:34:52.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16381,\n            \"UniqueId\": \"AIR-18CBD8AF-576F-44B4-993E-C7F34FD189FD\",\n            \"Locator\": \"44GS8V\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T17:01:25.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16382,\n            \"UniqueId\": \"AIR-A387F981-5312-4609-903F-871401989078\",\n            \"Locator\": \"FMXASC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T17:19:07.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16383,\n            \"UniqueId\": \"AIR-BA98590F-218D-48C3-A5C7-6482A8F66B7D\",\n            \"Locator\": \"SXUHPX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T17:22:11.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16373,\n            \"UniqueId\": \"AIR-2EE1130B-CE47-438E-A116-5848EA99C8C0\",\n            \"Locator\": \"FGRFRQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T17:42:46.44\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16375,\n            \"UniqueId\": \"AIR-B746F109-0771-4C36-9F80-D8D3C8534F50\",\n            \"Locator\": \"GQDHZH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T17:43:11.267\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16385,\n            \"UniqueId\": \"AIR-C45E7EAA-F90D-40D0-B007-0BDAFEDC2AD9\",\n            \"Locator\": \"SXGVGB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-11T18:33:41.13\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16386,\n            \"UniqueId\": \"AIR-6CE54897-B072-4A2C-A642-C2EAF3569F6A\",\n            \"Locator\": \"IVGRFH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T15:13:15.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16387,\n            \"UniqueId\": \"AIR-7AB34176-E845-4CFC-84FF-8F868151F3DA\",\n            \"Locator\": \"2RH56R\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T15:25:28.763\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16388,\n            \"UniqueId\": \"AIR-1DCA49DB-32DC-428D-AAC7-E991E9DED70B\",\n            \"Locator\": \"2RLGIQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T15:31:01.257\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16384,\n            \"UniqueId\": \"AIR-4C49B467-B9E3-41F0-96F3-A69204CC7CD4\",\n            \"Locator\": \"GSIJAM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T15:31:38.297\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16389,\n            \"UniqueId\": \"AIR-DAFB886B-661A-4966-9DF0-BF28CAE286B9\",\n            \"Locator\": \"2RMUZD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T15:32:26.123\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16392,\n            \"UniqueId\": \"AIR-BAB2B523-ED91-43B6-9F21-5CCE7AF8CDAF\",\n            \"Locator\": \"IWWXGX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T15:38:38.4\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16390,\n            \"UniqueId\": \"AIR-A9914544-3651-4EEC-A96A-9334D0664825\",\n            \"Locator\": \"2RST6L\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T15:44:19.567\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16391,\n            \"UniqueId\": \"AIR-D9FD90D3-6A38-4F90-88D1-8D788E02B0A5\",\n            \"Locator\": \"2RRQLF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T15:45:51.253\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16393,\n            \"UniqueId\": \"AIR-D7181BC1-BBEF-47A7-A20E-3D0E3C40DFF5\",\n            \"Locator\": \"IWMNJU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T16:09:31.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16394,\n            \"UniqueId\": \"AIR-790C880F-DB8B-4516-92CF-EB4393200596\",\n            \"Locator\": \"UGWAZD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T16:26:11.59\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16395,\n            \"UniqueId\": \"AIR-7C8FA918-7E72-4D74-9EC2-128336336B59\",\n            \"Locator\": \"UGGLMD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T16:36:37.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16396,\n            \"UniqueId\": \"AIR-A211409B-6036-40A6-9D9F-151DFA62D300\",\n            \"Locator\": \"IXCSGL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T16:43:50.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16275,\n            \"UniqueId\": \"AIR-1EEBEC4A-E2D3-4193-A1F8-705904467F59\",\n            \"Locator\": \"2NTUXI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T16:43:54.703\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16276,\n            \"UniqueId\": \"AIR-8AAAC0E1-8BC4-4100-88F1-30A35D73875F\",\n            \"Locator\": \"2NWU3G\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T16:45:01.62\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16397,\n            \"UniqueId\": \"AIR-9369C0BD-EE4F-464D-846C-44261C13EBEB\",\n            \"Locator\": \"UHQBTT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-14T17:10:56.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16399,\n            \"UniqueId\": \"AIR-F3D48CB9-0E42-4FC5-8016-C6A01CCC9256\",\n            \"Locator\": \"38VGWR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T09:07:10.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16400,\n            \"UniqueId\": \"AIR-10FC5A7E-DC34-42B9-8E57-D5616684F816\",\n            \"Locator\": \"VSHDPR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T09:29:07.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16401,\n            \"UniqueId\": \"AIR-156FC259-FC9A-4C3F-855C-987AD559E1AD\",\n            \"Locator\": \"39HDB5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T09:49:12.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16402,\n            \"UniqueId\": \"AIR-4D214AF3-9BF2-4330-8A73-FEDFA0DF16EC\",\n            \"Locator\": \"VVRQQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T11:03:46.547\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16403,\n            \"UniqueId\": \"AIR-7428A521-9E20-4D2A-8AD5-970BBFB7F6E8\",\n            \"Locator\": \"IMZLYT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T11:06:26.47\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16404,\n            \"UniqueId\": \"AIR-7AB77519-8622-43A4-B001-636A7757CD14\",\n            \"Locator\": \"IMKGNX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T11:19:30.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16405,\n            \"UniqueId\": \"AIR-080F1E14-8F04-416A-9BD5-24D5CC85F1C3\",\n            \"Locator\": \"IMNBNA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T11:23:59.823\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16406,\n            \"UniqueId\": \"AIR-3C492FD6-C522-4180-A829-0A3B57C836AE\",\n            \"Locator\": \"HWBEPQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T11:54:10.587\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16407,\n            \"UniqueId\": \"AIR-10D0329B-F90B-411F-B7A8-7EDA9215C006\",\n            \"Locator\": \"CJQLQC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T12:13:23.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16408,\n            \"UniqueId\": \"AIR-3CA40945-2445-427D-B408-A20771793920\",\n            \"Locator\": \"IPPIJX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T13:24:32.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16409,\n            \"UniqueId\": \"AIR-471CB9CC-B80E-40D9-AC89-F56A69F64BC7\",\n            \"Locator\": \"JQRUXB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T13:26:21.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16410,\n            \"UniqueId\": \"AIR-955E507A-E788-46B1-B4BF-577CF812F816\",\n            \"Locator\": \"CJJWRC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T13:36:32.257\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16411,\n            \"UniqueId\": \"AIR-89CBCD15-1885-4B41-80DD-AA26177B3C9A\",\n            \"Locator\": \"HXBXKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T13:38:55.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16412,\n            \"UniqueId\": \"AIR-A048BE19-8EAA-4FD6-9C22-5E3DBD3D2943\",\n            \"Locator\": \"3DFZ6W\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T14:13:16.197\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16413,\n            \"UniqueId\": \"AIR-896BB264-F28C-4BF3-98D9-301656FC821D\",\n            \"Locator\": \"3DBI7U\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T14:14:51.543\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16416,\n            \"UniqueId\": \"AIR-24B723CF-06D2-4498-8ABE-FDCD656D1D49\",\n            \"Locator\": \"VZOEBK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T14:17:04.19\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16414,\n            \"UniqueId\": \"AIR-213FE2C5-EB0E-420D-BA4A-5FA2C010B004\",\n            \"Locator\": \"VZKOWZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T14:22:12.377\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16415,\n            \"UniqueId\": \"AIR-2BC70269-7AFD-409E-B7F6-898CCC8AC2F1\",\n            \"Locator\": \"3DJE9Y\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T14:23:09.053\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16417,\n            \"UniqueId\": \"AIR-C7D2A49A-942C-4151-B0EC-5B22006FC96E\",\n            \"Locator\": \"ERROR_AIR-A0B98A5E61\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T14:23:45.67\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16418,\n            \"UniqueId\": \"AIR-EB2B94A1-8850-4450-8E64-F3994A35AB92\",\n            \"Locator\": \"3DOG8B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T14:36:36.607\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16419,\n            \"UniqueId\": \"AIR-2FD1FC66-590A-4479-A8D0-BECF448508E8\",\n            \"Locator\": \"JRLDML\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T14:40:04.703\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16420,\n            \"UniqueId\": \"AIR-F0D9470F-38BB-49FC-AE83-B042984A3B5C\",\n            \"Locator\": \"3E5WCF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T14:49:22.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16421,\n            \"UniqueId\": \"AIR-0D7E0108-9A54-47AC-995B-332F54E7D99E\",\n            \"Locator\": \"HYZNSJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:14:14.03\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16422,\n            \"UniqueId\": \"AIR-BA683872-D910-4A1D-836A-9C6F54FD43E0\",\n            \"Locator\": \"CKGCWY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:17:02.55\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16423,\n            \"UniqueId\": \"AIR-C9DEDF57-ED4A-4019-B5B1-9B01902A7BC7\",\n            \"Locator\": \"JTQAVF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:26:01.443\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16424,\n            \"UniqueId\": \"AIR-332BDF71-D960-4ABB-8895-47623CA80857\",\n            \"Locator\": \"VBGQFL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:28:22.893\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16425,\n            \"UniqueId\": \"AIR-7E866E64-AB06-44D4-8E3D-642B964C9316\",\n            \"Locator\": \"3ELZI3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:29:42.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16426,\n            \"UniqueId\": \"AIR-5F2AA7C3-2F26-4C0F-BF8C-9D9F11A4F0E0\",\n            \"Locator\": \"ERROR_AIR-C30F678820\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:44:32.987\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16427,\n            \"UniqueId\": \"AIR-A292D6D3-1290-4BC4-B5D8-CC4131F056A7\",\n            \"Locator\": \"HYGXPU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:46:45.983\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16428,\n            \"UniqueId\": \"AIR-01713BF0-7AE8-42B4-A1B4-4105A6607B8A\",\n            \"Locator\": \"ERROR_AIR-0238A57A8B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:49:44.09\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16429,\n            \"UniqueId\": \"AIR-8749452A-D696-4D86-9312-E98F982D99C5\",\n            \"Locator\": \"ERROR_AIR-1E97A180D6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:51:32.473\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16430,\n            \"UniqueId\": \"AIR-16331A96-C9AA-42C6-A9F5-A26A5094EA84\",\n            \"Locator\": \"VCIAGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T15:58:56.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16433,\n            \"UniqueId\": \"AIR-9DA9E3D0-7A4F-4EBC-A728-94D9C9DA1040\",\n            \"Locator\": \"VCOOGX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T16:04:33.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16432,\n            \"UniqueId\": \"AIR-AEF306B0-AD28-48AA-A835-3F314CC102A6\",\n            \"Locator\": \"VCODTO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T16:06:13.613\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16434,\n            \"UniqueId\": \"AIR-E51EA13C-4D89-430A-AD46-F0BD63BBF5CE\",\n            \"Locator\": \"JUMHMD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T16:14:18.823\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16431,\n            \"UniqueId\": \"AIR-A42FC5EE-83C6-498A-87A8-0AC7B6679BA4\",\n            \"Locator\": \"VCNTHP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T16:14:44.74\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16435,\n            \"UniqueId\": \"AIR-228CD0FB-72EF-42AD-8642-1026BC85E6DE\",\n            \"Locator\": \"JWUUHM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T16:37:17.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16436,\n            \"UniqueId\": \"AIR-21E857E9-0ABE-4E84-B03B-0DA439D214EB\",\n            \"Locator\": \"VFTEDT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T16:46:03.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16437,\n            \"UniqueId\": \"AIR-83E3F6EA-8B23-43D9-85B4-8EB9B54F2745\",\n            \"Locator\": \"VFHYVI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T16:57:21.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16438,\n            \"UniqueId\": \"AIR-F92CBAFA-BBCB-490E-BF47-23431F095774\",\n            \"Locator\": \"ERROR_AIR-618D6994A2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:02:36.663\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16439,\n            \"UniqueId\": \"AIR-9AC3F489-0312-4756-9B8A-771C71BA1AF9\",\n            \"Locator\": \"ERROR_AIR-68165F8BCA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:07:37.847\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16440,\n            \"UniqueId\": \"AIR-EB930A9B-E417-4FDA-B893-2C79CDF82785\",\n            \"Locator\": \"ERROR_AIR-7B23D0CE6C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:12:37.41\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16441,\n            \"UniqueId\": \"AIR-D3DFC21B-6C70-4375-AE12-9A2470814E02\",\n            \"Locator\": \"JZXQTZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:19:48.413\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16442,\n            \"UniqueId\": \"AIR-BF27FDAF-97A8-4781-A9CE-D580836CBEBA\",\n            \"Locator\": \"HAINQV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:24:52.52\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16443,\n            \"UniqueId\": \"AIR-331442DE-F151-4E3A-894E-7B7EAFE85D6A\",\n            \"Locator\": \"CMFWNB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:28:06.943\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16444,\n            \"UniqueId\": \"AIR-9F6AF819-27AB-4C37-BF3F-B22A0346F644\",\n            \"Locator\": \"VHPJUD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:31:49.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16445,\n            \"UniqueId\": \"AIR-5114D504-B4A1-447A-98D9-016B9DDF54D7\",\n            \"Locator\": \"VICKKP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:40:55.247\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16446,\n            \"UniqueId\": \"AIR-44DF18D9-1E9E-4C96-A9B8-BC031CBACF7F\",\n            \"Locator\": \"JAZJVR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:46:23.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16447,\n            \"UniqueId\": \"AIR-633D1073-6CB8-4D2A-9B66-4E57FF2464E8\",\n            \"Locator\": \"VJDZED\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T18:57:16.47\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16448,\n            \"UniqueId\": \"AIR-34CED9D5-819E-4250-B5A6-F7B374D336D2\",\n            \"Locator\": \"ERROR_AIR-FCC1E2CB62\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-15T21:13:01.333\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16449,\n            \"UniqueId\": \"AIR-2312B26B-68A8-41F8-91FB-26D9320D3340\",\n            \"Locator\": \"ERROR_AIR-D9A5487356\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T10:39:22.017\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16450,\n            \"UniqueId\": \"AIR-4945EBFC-DA07-4CF2-9333-0F0721B68781\",\n            \"Locator\": \"HJNJCY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T11:12:31.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16451,\n            \"UniqueId\": \"AIR-E0FE4CE7-DCA7-414B-AF43-FC159FEAEF91\",\n            \"Locator\": \"KWVRWP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T11:14:05.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16452,\n            \"UniqueId\": \"AIR-03CB7B14-DCCE-4F01-A912-92F04B9262A5\",\n            \"Locator\": \"DUGFKG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T12:02:36.157\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16453,\n            \"UniqueId\": \"AIR-1ABEAB6A-47F6-4228-89AB-C7326C00627B\",\n            \"Locator\": \"3X3WB2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T12:08:03.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16456,\n            \"UniqueId\": \"AIR-E7097425-8A43-4237-B58D-29F0F76FAD91\",\n            \"Locator\": \"WJEMCB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T13:29:23.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16457,\n            \"UniqueId\": \"AIR-EFC91633-E197-462E-86B8-3004E5B8E470\",\n            \"Locator\": \"KCGYDT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T13:40:27.553\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16458,\n            \"UniqueId\": \"AIR-6A48F312-16CE-44CF-9022-8B36EE21F557\",\n            \"Locator\": \"KCKWQA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T13:43:32.843\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16459,\n            \"UniqueId\": \"AIR-8F37DD6A-FAB5-4521-99F4-D8EAEDCCEF60\",\n            \"Locator\": \"KDQCQY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T13:47:45.337\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16460,\n            \"UniqueId\": \"AIR-52515CCE-129B-4D28-AC63-99520AE89881\",\n            \"Locator\": \"WLDTOQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T13:56:45.303\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16461,\n            \"UniqueId\": \"AIR-423E5B3A-B576-4935-90FE-6DC62EBFB307\",\n            \"Locator\": \"HNXHDW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T14:20:13.183\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16462,\n            \"UniqueId\": \"AIR-75717B8C-0D76-43D1-B58D-BD459EA6C750\",\n            \"Locator\": \"WNIQAH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T14:39:10.393\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16465,\n            \"UniqueId\": \"AIR-9D45A234-EA14-43B0-8FCB-6FEF90E0E710\",\n            \"Locator\": \"XQVLSO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T15:15:18.627\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16466,\n            \"UniqueId\": \"AIR-8EE339AB-5435-4F68-A2E1-BE7679C9784C\",\n            \"Locator\": \"XQGEON\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T15:17:21.617\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16468,\n            \"UniqueId\": \"AIR-246FCC29-25EE-4616-ADBE-E0750EEFDA99\",\n            \"Locator\": \"3ZX838\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T15:19:57.78\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16467,\n            \"UniqueId\": \"AIR-D9EA0AD7-8FB4-4EDB-B169-5A3F09AB4BDA\",\n            \"Locator\": \"KIOMCC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T15:21:44.747\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16470,\n            \"UniqueId\": \"AIR-46EB213B-396E-4B6D-A768-7CEC05064768\",\n            \"Locator\": \"HOHJKR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T15:26:07.45\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16472,\n            \"UniqueId\": \"AIR-A5EE7191-0F68-421A-A4E3-2BDD6C81FAF7\",\n            \"Locator\": \"XRCHOD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T15:29:40.123\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16473,\n            \"UniqueId\": \"AIR-B45B0AC2-498A-487E-9645-9EBA9360CFE7\",\n            \"Locator\": \"HOMWVO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T15:43:17.333\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16474,\n            \"UniqueId\": \"AIR-7A679654-4533-4E03-B2FA-EB5CC9AD3C38\",\n            \"Locator\": \"HPBVFQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T16:03:28.377\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16454,\n            \"UniqueId\": \"AIR-0BC26AEF-B55C-41B3-B4B9-AB343AA6DB13\",\n            \"Locator\": \"DVZDIR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T16:19:42.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16475,\n            \"UniqueId\": \"AIR-27D0A018-103B-4590-9215-8991F9EF80F3\",\n            \"Locator\": \"KMXWDP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T16:38:14.553\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16471,\n            \"UniqueId\": \"AIR-F3EC1E0F-6BC8-4B73-A277-FCD4F07F1883\",\n            \"Locator\": \"DYQXEM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T17:08:01.36\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16463,\n            \"UniqueId\": \"AIR-26DA9811-F721-41A0-8FE2-F4BE91BD7320\",\n            \"Locator\": \"DXWYEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T17:08:02.493\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16469,\n            \"UniqueId\": \"AIR-289A1DAD-F027-4FFF-8958-53124FBA4E25\",\n            \"Locator\": \"KJWSNY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T17:08:03.447\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16464,\n            \"UniqueId\": \"AIR-2446C19B-5118-4F84-9401-ACE5A715B1B8\",\n            \"Locator\": \"HOXKBZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T17:08:28.533\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16476,\n            \"UniqueId\": \"AIR-B5F1AD6E-1103-4F67-9B39-AAFBA5F0D29B\",\n            \"Locator\": \"43JBEF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T17:09:31.313\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16477,\n            \"UniqueId\": \"AIR-7721A7B3-7793-40FE-A251-52A2215012BC\",\n            \"Locator\": \"KOCPPS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T17:22:59.747\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16478,\n            \"UniqueId\": \"AIR-503899B3-02EE-4D35-9E2D-F0A4244DAC85\",\n            \"Locator\": \"KPWFWZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T17:45:43.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16479,\n            \"UniqueId\": \"AIR-6CA83091-9C22-4D57-913B-A58291B5D866\",\n            \"Locator\": \"XXGLEU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T17:56:00.88\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16480,\n            \"UniqueId\": \"AIR-C42ADFD0-745F-443A-86ED-87D565753CAD\",\n            \"Locator\": \"44RSL8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T18:35:00.39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16481,\n            \"UniqueId\": \"AIR-7663F588-BE5D-491F-99DD-B7051DC38B85\",\n            \"Locator\": \"ERROR_AIR-A860D16429\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T19:12:25.27\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16482,\n            \"UniqueId\": \"AIR-4B3FCEEF-2819-4678-9407-7C64D0D55FC1\",\n            \"Locator\": \"ERROR_AIR-F74CE649CA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T19:17:24.137\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16483,\n            \"UniqueId\": \"AIR-F6DA5C6E-1CFD-4F22-810A-47D80EAFE1D6\",\n            \"Locator\": \"ERROR_AIR-A8B1F81757\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-16T19:22:25.383\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16484,\n            \"UniqueId\": \"AIR-B4F7C848-B2F9-4919-9741-366F9E7AB890\",\n            \"Locator\": \"DICWKV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T08:22:30.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16485,\n            \"UniqueId\": \"AIR-685EB12C-F16D-49F0-B8E1-F9F56D47BFC1\",\n            \"Locator\": \"MSBOQG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T09:42:12.607\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16489,\n            \"UniqueId\": \"AIR-1638A25B-2CEE-44FE-A7EF-81399ED81A49\",\n            \"Locator\": \"YABHBV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T10:32:21.49\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16496,\n            \"UniqueId\": \"AIR-4E2942E4-D009-422B-9C13-CEECB1FD0F1F\",\n            \"Locator\": \"4JWST5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T11:53:50.44\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16488,\n            \"UniqueId\": \"AIR-A454EB31-E10C-4368-9BEE-C1B1D25F667C\",\n            \"Locator\": \"MTUISJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:19:20.157\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16490,\n            \"UniqueId\": \"AIR-B933F2E6-004C-4A0E-AD76-7A71F8180F7A\",\n            \"Locator\": \"MTATWZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:19:24.923\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16492,\n            \"UniqueId\": \"AIR-307AAD39-97EF-483C-B752-BAE6B4DEEFE5\",\n            \"Locator\": \"MTNQQA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:19:25.067\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16487,\n            \"UniqueId\": \"AIR-CBD055C4-269A-45BD-BB52-1735A3DBDB89\",\n            \"Locator\": \"YAWJMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:19:27.847\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16486,\n            \"UniqueId\": \"AIR-C5F689A4-D74B-4D54-9DCF-0690856518AB\",\n            \"Locator\": \"YZOJPU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:19:28.143\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16495,\n            \"UniqueId\": \"AIR-081015E5-5534-4EFF-BCEC-7F78B8F621B7\",\n            \"Locator\": \"YCBNGE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:20:21.387\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16491,\n            \"UniqueId\": \"AIR-7F9940B4-08A8-46B9-85B2-6EA09B201895\",\n            \"Locator\": \"DJZOBY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:20:35.1\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16493,\n            \"UniqueId\": \"AIR-585C01C0-641F-439C-A4D6-DD1C83A21757\",\n            \"Locator\": \"MTOSDE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:21:27.837\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16494,\n            \"UniqueId\": \"AIR-613F08B8-78D0-4E43-81E3-BE87BAD3221F\",\n            \"Locator\": \"YCUODD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:21:38.547\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16497,\n            \"UniqueId\": \"AIR-307273B9-1307-4E01-A5F7-5CC095A4F14A\",\n            \"Locator\": \"IEDEMG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:45:49.1\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16498,\n            \"UniqueId\": \"AIR-A3CE1F42-7AC3-4DD1-9EFF-F2F06566F0E5\",\n            \"Locator\": \"YGSQPY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:48:28.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16499,\n            \"UniqueId\": \"AIR-3AEC662C-425B-41CC-9B8D-2F1636BCB097\",\n            \"Locator\": \"MZROHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T12:50:49.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16500,\n            \"UniqueId\": \"AIR-A63602F3-DC28-4E3E-932A-13E050FE2EF2\",\n            \"Locator\": \"YGOEJT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T13:01:39.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16501,\n            \"UniqueId\": \"AIR-29F19011-B7A0-4824-8EC2-E2B4DF74B47A\",\n            \"Locator\": \"YHTNKD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T13:04:36.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16502,\n            \"UniqueId\": \"AIR-FE25EEE4-95B3-498C-A319-6D29814B58CF\",\n            \"Locator\": \"YMJCTV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T14:33:09.743\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16503,\n            \"UniqueId\": \"AIR-C43877EC-9061-4245-8CE1-C49FF8860641\",\n            \"Locator\": \"YNVPUU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T14:40:06.757\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16504,\n            \"UniqueId\": \"AIR-602831BB-7DF9-49FC-A9E7-DE5F4D5C48FB\",\n            \"Locator\": \"YNGZXR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T14:45:10.433\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16506,\n            \"UniqueId\": \"AIR-D00BB0C8-773D-40AB-B135-C405AEBF8299\",\n            \"Locator\": \"IHEXAR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T14:47:19.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16505,\n            \"UniqueId\": \"AIR-783ECDDC-7E2F-4037-BAF8-5EE8D23FAE37\",\n            \"Locator\": \"YNMUCK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T14:50:00.74\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16507,\n            \"UniqueId\": \"AIR-BD684671-1D61-40EB-8A9A-1D7F37A869F0\",\n            \"Locator\": \"MIRTJA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T15:05:51.78\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16508,\n            \"UniqueId\": \"AIR-DB0FBBD5-F945-44FA-BDF8-B9D5CE3DAA00\",\n            \"Locator\": \"YPPEJT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T15:13:12.587\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16509,\n            \"UniqueId\": \"AIR-7A4F16F7-AAD1-45F3-9396-5EC89F0FCC74\",\n            \"Locator\": \"MJVYQU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T15:23:55.487\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16511,\n            \"UniqueId\": \"AIR-C36BA7BA-74D2-42D0-85F7-6969E1825E5D\",\n            \"Locator\": \"ZRSBXU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T15:31:56.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16512,\n            \"UniqueId\": \"AIR-6B206994-160C-43FB-BF95-82006D528916\",\n            \"Locator\": \"MKOGCE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T15:51:54.813\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16513,\n            \"UniqueId\": \"AIR-7383CB6D-3367-4084-B089-AEA3DD403703\",\n            \"Locator\": \"ZSEYLV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T15:54:40.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16514,\n            \"UniqueId\": \"AIR-F625866A-25CF-4628-8D8B-19C17C4A23B9\",\n            \"Locator\": \"ZSGBRV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T15:56:22.46\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16515,\n            \"UniqueId\": \"AIR-82AB4037-E79F-49F2-9F4A-6A704A885913\",\n            \"Locator\": \"MLHUPO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T16:01:31.69\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16516,\n            \"UniqueId\": \"AIR-06EB6E9E-40F5-4E78-AEE5-CDD062F0C3F3\",\n            \"Locator\": \"ZTVHZR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T16:07:30.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16518,\n            \"UniqueId\": \"AIR-6FEB0221-7539-4EB8-B671-CAB8DC4FAC8D\",\n            \"Locator\": \"MMCKKS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T16:21:05.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16519,\n            \"UniqueId\": \"AIR-196579CC-C3EE-4C10-B8D6-44E4CF7998A4\",\n            \"Locator\": \"IJMUSX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T16:21:26.413\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16521,\n            \"UniqueId\": \"AIR-DB2AE11F-5B46-4DF8-BB04-40C8C3D36485\",\n            \"Locator\": \"4NXU3D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T16:29:04.277\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16520,\n            \"UniqueId\": \"AIR-9AED9E6F-C399-41BA-90FB-271C9D69C2EF\",\n            \"Locator\": \"MMGWLR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T16:31:55.04\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16522,\n            \"UniqueId\": \"AIR-C97BAE5B-288F-46B8-8C3E-D07D20FA9769\",\n            \"Locator\": \"4O6C7K\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T16:36:40.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16510,\n            \"UniqueId\": \"AIR-480CE683-1C93-4616-94D2-B8C578A6641A\",\n            \"Locator\": \"IIEOEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T16:38:29.383\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16523,\n            \"UniqueId\": \"AIR-1ECC0E27-58B3-42EA-927F-AECBA312CF08\",\n            \"Locator\": \"ZUNTTN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T16:46:24.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16524,\n            \"UniqueId\": \"AIR-72589766-4015-4896-BF4C-95DF1BB025CD\",\n            \"Locator\": \"ERROR_AIR-C0514FAA73\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T17:23:43.54\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16526,\n            \"UniqueId\": \"AIR-44E71F33-423F-4019-B81A-B089E755CF51\",\n            \"Locator\": \"ZXTSCL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T17:37:52.997\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16525,\n            \"UniqueId\": \"AIR-85CD6A11-AA2A-4183-AEFF-5B4DAEF621A6\",\n            \"Locator\": \"4OZ533\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T17:45:19.347\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16528,\n            \"UniqueId\": \"AIR-812063B2-E665-43C4-9758-A5B2ED11D28F\",\n            \"Locator\": \"4PCPTZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T17:54:41.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16529,\n            \"UniqueId\": \"AIR-87F502B0-8D05-44EC-8267-54750127DF10\",\n            \"Locator\": \"MPPWUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T17:55:50.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16530,\n            \"UniqueId\": \"AIR-849BC131-8D0A-42AA-9032-59EFF66D7FE8\",\n            \"Locator\": \"QQQWWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T17:58:16.117\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16531,\n            \"UniqueId\": \"AIR-0B6FC035-9BEC-4708-A42B-2B6CCCB15158\",\n            \"Locator\": \"EQQWQO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T18:25:05.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16532,\n            \"UniqueId\": \"AIR-C25F137F-E3D0-4336-A810-95243D75C370\",\n            \"Locator\": \"QQODNI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T18:51:34.383\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16517,\n            \"UniqueId\": \"AIR-FF9EDD1A-1E14-4F71-AA77-0B6E87E3177D\",\n            \"Locator\": \"MMSUJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-17T19:02:50.793\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16533,\n            \"UniqueId\": \"AIR-CE9FA4F7-AA84-4547-BE43-B178CD2C5746\",\n            \"Locator\": \"ZPUQHJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T08:11:21.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16534,\n            \"UniqueId\": \"AIR-C24DD843-CE26-46CC-B626-79A6BCDD96A9\",\n            \"Locator\": \"QHPDIQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T08:11:40.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16535,\n            \"UniqueId\": \"AIR-6241627A-9F7B-4B35-A17D-8F218FE3DB98\",\n            \"Locator\": \"JSBRLE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T09:01:53.07\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16536,\n            \"UniqueId\": \"AIR-44546DE4-AC42-4B74-918F-25BC52F9B87E\",\n            \"Locator\": \"ZPLQDG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T09:03:26.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16538,\n            \"UniqueId\": \"AIR-370258EA-EE8E-481D-BC8A-3EA2F8853DA5\",\n            \"Locator\": \"24KN2I\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T09:18:29.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16539,\n            \"UniqueId\": \"AIR-35237617-4CCB-40E9-A744-510331AB01E7\",\n            \"Locator\": \"AQUBFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T09:26:11.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16541,\n            \"UniqueId\": \"AIR-7BCDDD14-9FF1-441E-BCFB-BC807D8F5924\",\n            \"Locator\": \"257OSN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T10:04:32.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16542,\n            \"UniqueId\": \"AIR-9D95277C-D4F3-4CC0-8373-8AF2797A96D4\",\n            \"Locator\": \"ERROR_AIR-6592F2D73E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T10:27:52.517\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16543,\n            \"UniqueId\": \"AIR-CA7106CD-605D-4460-BF19-DAECA338AB64\",\n            \"Locator\": \"ERROR_AIR-70668F1D9E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T10:30:19.047\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16544,\n            \"UniqueId\": \"AIR-5DEC88AD-55E2-4B1E-9487-6C506C083507\",\n            \"Locator\": \"ERROR_AIR-F33F5E403D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T10:32:47.28\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16545,\n            \"UniqueId\": \"AIR-BD563351-9D93-41DD-9726-074098FDE89B\",\n            \"Locator\": \"AQPDTY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T10:41:35.583\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16546,\n            \"UniqueId\": \"AIR-7F3A2466-9D54-4EB1-977D-AFBFA3CE5B80\",\n            \"Locator\": \"QJKITI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T10:44:55.397\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16547,\n            \"UniqueId\": \"AIR-CA1928A9-86F2-46CA-9583-C73A4AB53632\",\n            \"Locator\": \"2686QL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T11:09:54.547\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16548,\n            \"UniqueId\": \"AIR-2C0A3176-B4B1-495F-B0DE-19FE5A98B120\",\n            \"Locator\": \"266NK2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T11:11:28.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16549,\n            \"UniqueId\": \"AIR-52005657-8732-446C-B300-9C07B883C28D\",\n            \"Locator\": \"QKUSMK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T11:17:57.837\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16550,\n            \"UniqueId\": \"AIR-84F1321E-FE4C-4F08-9D53-98F85147131D\",\n            \"Locator\": \"26GIPN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T11:26:26.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16551,\n            \"UniqueId\": \"AIR-1EB84C29-F7A7-4A03-8610-216FCB547D7D\",\n            \"Locator\": \"26E7EI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T11:28:13.243\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16552,\n            \"UniqueId\": \"AIR-C7540577-252D-4FF0-AF52-1EC79A1088BF\",\n            \"Locator\": \"ARHEBW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T11:33:29.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16553,\n            \"UniqueId\": \"AIR-5D1DF85F-6B36-4CEE-859B-A22CA8DEB8AF\",\n            \"Locator\": \"26X8QU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T12:03:09.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16554,\n            \"UniqueId\": \"AIR-C3C0245F-6D78-4C69-BD61-E130073A342F\",\n            \"Locator\": \"JUIUQD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T13:22:00.993\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16557,\n            \"UniqueId\": \"AIR-34829CAB-7FF1-462D-8CD8-8E801D21FD3E\",\n            \"Locator\": \"QPNMZD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T14:31:25.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16558,\n            \"UniqueId\": \"AIR-EC894F71-C457-4D00-A4BD-EB4F8B92F40A\",\n            \"Locator\": \"RQMUID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T14:52:31.673\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16559,\n            \"UniqueId\": \"AIR-13E951BF-D03C-4439-A673-D3E2FE65C8EE\",\n            \"Locator\": \"AYTOMH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T15:13:14.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16560,\n            \"UniqueId\": \"AIR-F9F42326-D76C-446E-AE89-0D032197A5B6\",\n            \"Locator\": \"AYUUSW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T15:15:15.423\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16562,\n            \"UniqueId\": \"AIR-C41C4292-56AC-4802-BB01-8A88CD69CC6F\",\n            \"Locator\": \"AYNRXF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T16:02:49.453\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16555,\n            \"UniqueId\": \"AIR-9C2352F3-E1E4-43DE-AE91-C035E89C8E0B\",\n            \"Locator\": \"EXGZWM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T16:06:47.64\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16556,\n            \"UniqueId\": \"AIR-8DFD7440-8C9E-462F-B641-1B879A9236F5\",\n            \"Locator\": \"JVTTKT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T16:06:50.787\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16561,\n            \"UniqueId\": \"AIR-4A5A9125-5300-4165-BB6A-E8CA18384A5B\",\n            \"Locator\": \"RRTQQR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T16:16:36.553\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16563,\n            \"UniqueId\": \"AIR-5B169544-6410-47A0-B43E-245B8DC725E1\",\n            \"Locator\": \"EYBFXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T16:16:55.097\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16564,\n            \"UniqueId\": \"AIR-C418C7B6-84B2-4376-AFAD-E49B7368DFD4\",\n            \"Locator\": \"JVPYTN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T16:19:20.203\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16565,\n            \"UniqueId\": \"AIR-CA0DBD67-12F1-45CD-8DC7-7E4F20D04AC2\",\n            \"Locator\": \"AZSFNF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T16:28:40.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16567,\n            \"UniqueId\": \"AIR-682C3299-06F9-484F-B7CD-AAB846C3E7C6\",\n            \"Locator\": \"AZYDVA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T16:45:13.833\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16568,\n            \"UniqueId\": \"AIR-A91FF3D8-7E6B-4907-8EAF-454323846D78\",\n            \"Locator\": \"RSZRXY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T16:58:21.26\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16569,\n            \"UniqueId\": \"AIR-18F54110-5917-4FAA-A1F2-B44488BCEA0D\",\n            \"Locator\": \"AZPKQV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T18:00:30.62\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16571,\n            \"UniqueId\": \"AIR-3FEF743E-196B-45E0-8BC2-4C7D1AA6990D\",\n            \"Locator\": \"RVVBUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T18:15:00.81\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16572,\n            \"UniqueId\": \"AIR-DEB7602A-1917-4EF4-A386-D42BD8C21F79\",\n            \"Locator\": \"RWZFSQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T18:30:28.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16573,\n            \"UniqueId\": \"AIR-46D6A4A9-CB50-4EFB-A0E7-2244D2CE5545\",\n            \"Locator\": \"AEROEG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T18:36:49.353\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16566,\n            \"UniqueId\": \"AIR-F7A5E440-B4D8-4FAC-B1C4-8E3D1742CBA2\",\n            \"Locator\": \"RSRJTX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-18T19:35:07.557\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16362,\n            \"UniqueId\": \"AIR-4A8DF3F6-4060-4795-8921-F46C426BB81B\",\n            \"Locator\": \"ECOWAC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-19T15:48:57.307\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16574,\n            \"UniqueId\": \"AIR-755FE68C-9EF2-4DE6-AE82-7502D5D2E8C0\",\n            \"Locator\": \"FAYZBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T08:16:33.983\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16575,\n            \"UniqueId\": \"AIR-1FB42363-5751-438A-80DA-1E66C02E201A\",\n            \"Locator\": \"UBTSTR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T08:16:44.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16576,\n            \"UniqueId\": \"AIR-77775E9E-4F9C-48E2-BFA5-D7BA162688D1\",\n            \"Locator\": \"FADBNC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T08:56:12.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16577,\n            \"UniqueId\": \"AIR-588ED67A-0947-40C7-B76E-DF5B5A802F2A\",\n            \"Locator\": \"UBOHVT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T09:04:50.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16578,\n            \"UniqueId\": \"AIR-B8E4B348-312D-4413-B2F7-4526A55679E7\",\n            \"Locator\": \"DIBQSF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T09:29:54.103\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16579,\n            \"UniqueId\": \"AIR-CF87E16E-4662-42F6-BC07-69B1A66AE6F2\",\n            \"Locator\": \"KFFEKA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T10:41:46.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16582,\n            \"UniqueId\": \"AIR-7F6D8584-85A8-4A3B-AC13-CF3D3E1C73AA\",\n            \"Locator\": \"ERROR_AIR-2F483147AF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T11:36:25.213\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16584,\n            \"UniqueId\": \"AIR-1FCB69AE-4CD7-43F0-940C-AE6F0486F4F8\",\n            \"Locator\": \"ERROR_AIR-3C3CAE2FEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T12:14:18.373\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16580,\n            \"UniqueId\": \"AIR-B916ACA3-19A7-4436-8D02-DC0308B2D11C\",\n            \"Locator\": \"KFFJXN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T12:49:41.22\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16581,\n            \"UniqueId\": \"AIR-F2FCFEF5-C893-4BE9-AC69-D38F0DDE955A\",\n            \"Locator\": \"KFHCCM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T12:50:08.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16583,\n            \"UniqueId\": \"AIR-3A17DAD7-B6FA-4E27-85FE-81E5508974B7\",\n            \"Locator\": \"3VV4GL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T12:53:00.377\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16585,\n            \"UniqueId\": \"AIR-0CE28630-1803-41F7-A074-B74C1A4075EB\",\n            \"Locator\": \"UFZOHP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T12:55:57.12\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16587,\n            \"UniqueId\": \"AIR-3D4CF968-7BCA-4108-9D19-6D08905F9803\",\n            \"Locator\": \"DLKYLM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T13:24:33.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16588,\n            \"UniqueId\": \"AIR-A31FA90F-DD04-4A49-9BA7-85E9AAF53D66\",\n            \"Locator\": \"KGCTFY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T13:28:56.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16589,\n            \"UniqueId\": \"AIR-EE4242A1-A827-446A-8FF2-12D6492EB2C3\",\n            \"Locator\": \"FBHZNE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T13:29:08.433\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16590,\n            \"UniqueId\": \"AIR-26469A94-67C6-4004-BA7A-322D787BC39D\",\n            \"Locator\": \"FBHGUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T13:33:00.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16592,\n            \"UniqueId\": \"AIR-3B65D2EF-C585-4974-AB2B-6775558FD8DA\",\n            \"Locator\": \"DMBPQE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T14:05:35.81\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16591,\n            \"UniqueId\": \"AIR-9967ACF0-DF64-42B5-9298-3C1BB998A90D\",\n            \"Locator\": \"UGEXCW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T14:06:47.957\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16594,\n            \"UniqueId\": \"AIR-BC03CE46-CC03-43DF-9E5D-B46F90EC208A\",\n            \"Locator\": \"KGIXMR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T14:13:31.27\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16595,\n            \"UniqueId\": \"AIR-7060748A-1766-4CA2-87AE-C144E9DF8704\",\n            \"Locator\": \"UGJHEI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T14:19:40.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16596,\n            \"UniqueId\": \"AIR-19B471E8-8FD8-4A0B-B57F-78B094CF2D59\",\n            \"Locator\": \"UGMUVN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T14:35:11.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16540,\n            \"UniqueId\": \"AIR-A953258E-CD68-4E9E-9E90-017844FF2C6D\",\n            \"Locator\": \"QJVFYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T14:52:22.95\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16537,\n            \"UniqueId\": \"AIR-4DEA2CC1-362F-4D37-B945-621C0D5AD359\",\n            \"Locator\": \"QIGWFT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T14:52:51.383\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16455,\n            \"UniqueId\": \"AIR-25381264-6D4B-4A38-A315-D9884A849A7F\",\n            \"Locator\": \"KBBHJQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T14:53:27.42\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16597,\n            \"UniqueId\": \"AIR-A9FBFCBB-874F-4137-949F-E711CF0EA9D0\",\n            \"Locator\": \"FCTYHO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T15:00:20.403\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16599,\n            \"UniqueId\": \"AIR-C43DF088-CFA3-4256-A139-48F27AB08E3E\",\n            \"Locator\": \"DOQTYS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T15:25:28.94\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16600,\n            \"UniqueId\": \"AIR-0F14678A-FD0F-4B6A-A9D4-D0C4ED79784E\",\n            \"Locator\": \"DOURUZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T15:29:22.493\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16602,\n            \"UniqueId\": \"AIR-69D476A1-602A-4ED6-8677-439032E34A5A\",\n            \"Locator\": \"UICKLE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T15:36:22.663\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16527,\n            \"UniqueId\": \"AIR-B363189F-2026-4884-B35D-86237AC635D8\",\n            \"Locator\": \"MPKLSD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T15:39:43.717\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16601,\n            \"UniqueId\": \"AIR-DBCFBE80-E1AB-4411-A56D-9D95833293E0\",\n            \"Locator\": \"UIYBTP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T15:53:39.7\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16604,\n            \"UniqueId\": \"AIR-76467F07-F4F7-4123-AD84-EECB3618524D\",\n            \"Locator\": \"ERROR_AIR-7C88CE8862\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T15:55:47.06\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16605,\n            \"UniqueId\": \"AIR-2225F08C-0C06-44DE-A0C1-5A6CB5541F3E\",\n            \"Locator\": \"ERROR_AIR-D56081BE42\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T15:57:20.363\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16606,\n            \"UniqueId\": \"AIR-1A0C70AE-C5C1-4FDE-9CFE-988CAE1DD4DF\",\n            \"Locator\": \"ERROR_AIR-D30AFBA8A1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T16:13:25.957\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16607,\n            \"UniqueId\": \"AIR-5A101CDA-3BD9-4FF1-84D1-A7EEE6680EBC\",\n            \"Locator\": \"FCKFCF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T16:21:40.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16609,\n            \"UniqueId\": \"AIR-7B8DFF4C-E057-46CA-9F14-5A8245A04763\",\n            \"Locator\": \"UMTSYK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T17:05:47.72\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16603,\n            \"UniqueId\": \"AIR-0FCAADB5-FF90-441F-9C41-986F6D224EA8\",\n            \"Locator\": \"UJSFZP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T17:17:33.673\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16610,\n            \"UniqueId\": \"AIR-3C01F55A-9E45-4135-A427-C2A3C616AE17\",\n            \"Locator\": \"UMVKNF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T17:20:11.59\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16611,\n            \"UniqueId\": \"AIR-46EF28D4-A44B-440C-A18E-A751108D0E79\",\n            \"Locator\": \"UMKHCZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T17:26:35.56\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16570,\n            \"UniqueId\": \"AIR-877C205E-7EE1-430C-A160-92AEAF016282\",\n            \"Locator\": \"AAVEDM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T17:50:19.107\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16586,\n            \"UniqueId\": \"AIR-45D17F20-2E1B-4E01-AE16-B929566FC1D8\",\n            \"Locator\": \"DLAPLO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T17:51:02.51\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16608,\n            \"UniqueId\": \"AIR-F8647E3C-2D77-4BD4-BCDD-A6096BAC55E2\",\n            \"Locator\": \"UMRKGR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T17:51:13.86\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16613,\n            \"UniqueId\": \"AIR-156379FE-5C65-4229-A775-7BFE59871D5A\",\n            \"Locator\": \"FDLORV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T18:02:02.367\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16612,\n            \"UniqueId\": \"AIR-80A0FE8B-D21F-41B3-B442-18979C89FF58\",\n            \"Locator\": \"3ZXR64\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T18:12:27.76\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16615,\n            \"UniqueId\": \"AIR-7B7A4243-99ED-4337-AF7C-17E93547AAD7\",\n            \"Locator\": \"UOBXZO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T18:17:30.407\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16614,\n            \"UniqueId\": \"AIR-EC8FF4CE-771B-4A54-A10E-B242F0693381\",\n            \"Locator\": \"UOYSXJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T18:18:38.157\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16617,\n            \"UniqueId\": \"AIR-73036FBE-F9E2-4559-B6A1-A0BA975BB397\",\n            \"Locator\": \"KJADPR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T18:30:49.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16616,\n            \"UniqueId\": \"AIR-A573C36B-FE55-44AB-8635-D1E5D5275964\",\n            \"Locator\": \"KJZRZL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T18:35:38.633\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16618,\n            \"UniqueId\": \"AIR-A59A06F8-A9F1-47A5-883F-26AC9DFA9E76\",\n            \"Locator\": \"EVYOQO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T18:54:19.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16619,\n            \"UniqueId\": \"AIR-F5321D73-CEA3-4C5E-8392-B090B95BEFD0\",\n            \"Locator\": \"FEZQQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T18:54:59.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16620,\n            \"UniqueId\": \"AIR-48C7B750-CE40-4401-A292-B9562AAFB5F7\",\n            \"Locator\": \"KJINOV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T19:00:26.867\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16593,\n            \"UniqueId\": \"AIR-A8E54C34-659A-434A-98D5-EDCFCA173D85\",\n            \"Locator\": \"UGGBKB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-21T19:33:58.817\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16621,\n            \"UniqueId\": \"AIR-F342D875-D113-4905-BE93-D8E04ECCD1B0\",\n            \"Locator\": \"VHBTEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T07:40:51.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16622,\n            \"UniqueId\": \"AIR-573574B1-BD0E-43DD-AAC3-697D071898CF\",\n            \"Locator\": \"VIYOZQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T08:12:54.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16623,\n            \"UniqueId\": \"AIR-AA02F904-EFA2-4021-B1F0-6AC1CF3F9D5A\",\n            \"Locator\": \"FJVAVA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T08:13:10.433\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16624,\n            \"UniqueId\": \"AIR-30A9326C-5CAB-42BB-BA65-4389B170EADE\",\n            \"Locator\": \"EODYJG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T08:13:46.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16625,\n            \"UniqueId\": \"AIR-F4CEA7D9-F613-405A-B755-B559711061E4\",\n            \"Locator\": \"VIZFIO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T08:13:50.58\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16626,\n            \"UniqueId\": \"AIR-27DB4C75-36BC-4A53-8FE1-5DFC429D6827\",\n            \"Locator\": \"VICJAP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T08:17:46.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16627,\n            \"UniqueId\": \"AIR-6E090EE6-1069-4178-9B8D-A45A3F381F55\",\n            \"Locator\": \"VICKTR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T08:17:50.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16628,\n            \"UniqueId\": \"AIR-CD67B82D-F53C-4C58-B644-CA7C2B4BFB7C\",\n            \"Locator\": \"VIDJCL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T08:19:27.68\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16629,\n            \"UniqueId\": \"AIR-F65266B6-2A54-48CC-831D-AC09A591FD07\",\n            \"Locator\": \"VIDLFS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T08:19:31.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16630,\n            \"UniqueId\": \"AIR-F7D67D4B-0579-466F-A943-9448623C443B\",\n            \"Locator\": \"FJDPRR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T09:08:23.667\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16631,\n            \"UniqueId\": \"AIR-2EF376C9-36CF-418C-B885-AFD6BFD18AD7\",\n            \"Locator\": \"VJGUNH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T09:08:50.86\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16632,\n            \"UniqueId\": \"AIR-02939EFA-572F-43F5-B131-6978FBC4C4B3\",\n            \"Locator\": \"4FH586\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T09:14:52.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16633,\n            \"UniqueId\": \"AIR-3C4EF09F-2AA5-414F-8D55-CF6D7F11DAC1\",\n            \"Locator\": \"FQTCLO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T09:23:17.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16634,\n            \"UniqueId\": \"AIR-16D07784-A241-4AA3-93C5-2DA9D4CCB916\",\n            \"Locator\": \"VKROCC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T09:23:51.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16635,\n            \"UniqueId\": \"AIR-F3C6481A-2C10-4157-9930-A653CDE13C80\",\n            \"Locator\": \"VKVRLC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T09:27:53.58\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16637,\n            \"UniqueId\": \"AIR-E356BA8A-A1DE-4235-980B-2343C6B616B5\",\n            \"Locator\": \"ERROR_AIR-42BF13674D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T11:11:47.827\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16638,\n            \"UniqueId\": \"AIR-AD2C6886-C8B8-48B1-BE3F-3A94D30B9C31\",\n            \"Locator\": \"ERROR_AIR-0B73660083\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T11:12:19.027\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16636,\n            \"UniqueId\": \"AIR-7DF63667-67FD-4CEC-B3C0-5D2AE7F0B30A\",\n            \"Locator\": \"FKNIWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T11:12:49.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16639,\n            \"UniqueId\": \"AIR-0A39DEF4-C5C4-4FE2-8601-C169967156A0\",\n            \"Locator\": \"ERROR_AIR-47C766AB7D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T11:19:19.497\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16640,\n            \"UniqueId\": \"AIR-349202A9-75D1-40C3-A301-C5A7E43BE015\",\n            \"Locator\": \"FVZYKI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T11:22:53.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16642,\n            \"UniqueId\": \"AIR-59B7976F-C661-4228-96D2-328318A55C09\",\n            \"Locator\": \"LSIVSW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T11:42:51.037\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16641,\n            \"UniqueId\": \"AIR-87B5C42F-62BD-4D56-B0EE-518AC47430C5\",\n            \"Locator\": \"FLRSNG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T12:05:58.53\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16643,\n            \"UniqueId\": \"AIR-90F1B1E3-BB3A-4F9D-B47B-F1516EA2E046\",\n            \"Locator\": \"4IQ28J\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T12:45:30.04\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16644,\n            \"UniqueId\": \"AIR-9D6F5AB3-2352-4999-AF2E-C248B2A2F4C3\",\n            \"Locator\": \"WRIQHW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T13:11:00.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16646,\n            \"UniqueId\": \"AIR-EA5D4547-EAF2-42CE-AA1E-8A4CB8B9C477\",\n            \"Locator\": \"LTFREQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T13:39:07.923\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16645,\n            \"UniqueId\": \"AIR-B56BE1CE-7AAF-4DC8-8229-BC457D1E8626\",\n            \"Locator\": \"FLLJYQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T13:46:28.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16647,\n            \"UniqueId\": \"AIR-51C8C13D-C24D-4169-A7C8-4F1627B26657\",\n            \"Locator\": \"WSWENT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T13:48:56.343\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16648,\n            \"UniqueId\": \"AIR-DDAF8F7A-4B5B-4E8B-9B7A-7021F2EE68F6\",\n            \"Locator\": \"ERROR_AIR-4D7C9D05DF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T13:53:00.417\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16650,\n            \"UniqueId\": \"AIR-972B30B5-D3D0-4DDD-9CC7-EA80FA3EFD48\",\n            \"Locator\": \"LTPLQO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T14:20:26.39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16652,\n            \"UniqueId\": \"AIR-F6BE052E-D3A4-434B-8EC5-C530D1AFB04D\",\n            \"Locator\": \"4K83B6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T14:24:04.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16653,\n            \"UniqueId\": \"AIR-A13B68CF-D3EB-4FB6-9BA6-BFFBF45AABD1\",\n            \"Locator\": \"WTSLIU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T14:32:49.75\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16651,\n            \"UniqueId\": \"AIR-0D5B506B-4189-4F81-8B54-1BACB3AFCCBB\",\n            \"Locator\": \"LUQTQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T14:37:51.037\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16655,\n            \"UniqueId\": \"AIR-899C84AF-D3D7-4596-86F3-F78341989C13\",\n            \"Locator\": \"FZZASQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T14:40:01.803\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16654,\n            \"UniqueId\": \"AIR-754F17BB-F075-4D4B-8B28-2B232034C143\",\n            \"Locator\": \"FZXCID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T14:44:43.86\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16658,\n            \"UniqueId\": \"AIR-5E5860F6-04A1-422D-B4CF-BCE018970DE8\",\n            \"Locator\": \"FBXGTD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T15:32:13.247\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16657,\n            \"UniqueId\": \"AIR-0B5EA89F-CDE1-4030-A865-74261748013D\",\n            \"Locator\": \"FBUWDL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T15:39:31.367\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16659,\n            \"UniqueId\": \"AIR-9207E998-AEDB-489D-8FCF-7821A5D8B359\",\n            \"Locator\": \"WWRAFY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T15:48:40.717\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16660,\n            \"UniqueId\": \"AIR-FC4AEA09-29BE-4487-A5F6-B32909D37322\",\n            \"Locator\": \"FERRUP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T16:21:06.04\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16661,\n            \"UniqueId\": \"AIR-CF08F79C-1109-452B-8980-ECB383A21FFF\",\n            \"Locator\": \"LVBOLH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T16:21:16.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16662,\n            \"UniqueId\": \"AIR-4BF372C1-7612-4CEA-8844-CF00332AB640\",\n            \"Locator\": \"WYWOBN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T16:28:28.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16663,\n            \"UniqueId\": \"AIR-2E080DC0-D117-4E9F-A7D9-B44CFE7C0E69\",\n            \"Locator\": \"WYYYWK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T16:29:53.467\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16664,\n            \"UniqueId\": \"AIR-3AC66DD9-FAB1-4CBB-8C73-5D264E31DB26\",\n            \"Locator\": \"WYZVEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T16:30:32.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16665,\n            \"UniqueId\": \"AIR-3D0E4085-D3BA-4C5A-BB7E-C85D4A0EB6DC\",\n            \"Locator\": \"4M2WZ4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T16:32:44\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16666,\n            \"UniqueId\": \"AIR-8807DCCE-1D40-4A83-9F02-71FB860F3FF3\",\n            \"Locator\": \"FEKJWG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T16:34:28.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16667,\n            \"UniqueId\": \"AIR-27A0EAC2-9B25-418A-AF09-4FD5F082AA11\",\n            \"Locator\": \"FFZMSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T16:44:34.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16668,\n            \"UniqueId\": \"AIR-3B43BAE7-532A-4A6A-8512-A71B44264FF7\",\n            \"Locator\": \"4MIWWF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T16:58:19.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16669,\n            \"UniqueId\": \"AIR-0811FA7E-1040-4FE6-AD52-BD5625DECFB1\",\n            \"Locator\": \"LWSQHM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:00:43.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16670,\n            \"UniqueId\": \"AIR-697D5C97-0D3E-4380-860B-67AD605F2DBF\",\n            \"Locator\": \"FGCZOT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:02:11.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16671,\n            \"UniqueId\": \"AIR-1B52F2BF-2C8F-4CDD-A69A-8B91B2F827E3\",\n            \"Locator\": \"FGFGJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:05:38.543\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16673,\n            \"UniqueId\": \"AIR-71A3809D-F466-4719-AF38-76CCAFE05ED0\",\n            \"Locator\": \"FHMMXS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:26:59.143\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16674,\n            \"UniqueId\": \"AIR-886876F4-DB3A-4065-85BD-F8CBABB94FE3\",\n            \"Locator\": \"FIPGIN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:43:05.303\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16675,\n            \"UniqueId\": \"AIR-26867A31-734D-47DA-AE37-5D8FB1011C85\",\n            \"Locator\": \"FIPJDV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:43:11.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16676,\n            \"UniqueId\": \"AIR-949CB974-C12B-44B2-A043-CDBBAFB312B7\",\n            \"Locator\": \"FJRSGS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:43:45.54\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16677,\n            \"UniqueId\": \"AIR-4FD58248-DF07-42AE-93DB-9BB3CFED6847\",\n            \"Locator\": \"FJRZVL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:43:49.553\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16672,\n            \"UniqueId\": \"AIR-4C0431E4-7036-4C10-BE60-35998BE8B38C\",\n            \"Locator\": \"FHZHMV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:48:09.487\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16678,\n            \"UniqueId\": \"AIR-DD8A2606-A29C-4DCF-B36C-CA56F3C8BB17\",\n            \"Locator\": \"WDPIEO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-22T17:57:46.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16679,\n            \"UniqueId\": \"AIR-1E73AB57-A332-4CCA-A700-90605193BD1B\",\n            \"Locator\": \"4ZYNB8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T08:21:18.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16680,\n            \"UniqueId\": \"AIR-4D62C7E6-A358-4C1C-A492-86E0960FF800\",\n            \"Locator\": \"XJXDWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T09:02:04.15\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16681,\n            \"UniqueId\": \"AIR-526C0AC3-7F21-453A-B589-51EC41300A22\",\n            \"Locator\": \"22IPYE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T09:03:40.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16682,\n            \"UniqueId\": \"AIR-ADD73DFD-6824-4C39-9EA9-50DFF5DE7D66\",\n            \"Locator\": \"HQAHLH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T09:43:03.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16683,\n            \"UniqueId\": \"AIR-1BA3026D-6844-4195-8C4A-F1DCCBCFE8DF\",\n            \"Locator\": \"23EKGR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T10:03:47.86\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16684,\n            \"UniqueId\": \"AIR-0FF9E02A-03A6-4925-9BE1-B284D33FF8A0\",\n            \"Locator\": \"23T7AF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T10:32:15.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16685,\n            \"UniqueId\": \"AIR-E83D7BD8-FA1B-4931-80A5-9070A8EDCD83\",\n            \"Locator\": \"HRKUKL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T10:41:27.787\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16686,\n            \"UniqueId\": \"AIR-CB49AAEC-9E0D-4B61-8E73-0C77014B007B\",\n            \"Locator\": \"HTHRRZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T11:21:46.167\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16687,\n            \"UniqueId\": \"AIR-09705657-E604-4440-AF42-F4F1304CB354\",\n            \"Locator\": \"XOEIHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T12:02:56.283\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16688,\n            \"UniqueId\": \"AIR-92A244AD-7B2B-4620-B1C2-FBAC18C4767C\",\n            \"Locator\": \"GXNIKW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T12:08:32.79\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16689,\n            \"UniqueId\": \"AIR-0F86EBC4-502B-419D-8C12-AA651C21FC9A\",\n            \"Locator\": \"26GYUI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T13:19:28.803\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16690,\n            \"UniqueId\": \"AIR-31F34425-FD44-4E2E-AA32-D59F9DD1BE8E\",\n            \"Locator\": \"YSXKLM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T14:02:09.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16691,\n            \"UniqueId\": \"AIR-91004D26-930B-4EC7-B03D-EA4BE2D6E7AB\",\n            \"Locator\": \"YSBZYR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T14:13:41.523\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16692,\n            \"UniqueId\": \"AIR-692A9C7F-6893-431F-9DCD-5EED9C0F66D5\",\n            \"Locator\": \"HAGAZS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T14:45:23.85\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16693,\n            \"UniqueId\": \"AIR-7CA35872-3E30-433B-8315-97C0842F1D88\",\n            \"Locator\": \"YXXASG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T16:12:06.39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16694,\n            \"UniqueId\": \"AIR-31626EF2-B642-400E-A7D0-687D27D04FE6\",\n            \"Locator\": \"HDKNOC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T16:14:46.61\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16695,\n            \"UniqueId\": \"AIR-A3BFB125-E1EC-409A-9A06-9457AE51065E\",\n            \"Locator\": \"GACFPH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T16:18:11.87\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16696,\n            \"UniqueId\": \"AIR-B0C32F16-8164-434B-9601-031A785A8562\",\n            \"Locator\": \"YYDHPD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T16:31:28.357\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16697,\n            \"UniqueId\": \"AIR-3254EEC0-8C48-45D8-A7B3-391DF46FD30D\",\n            \"Locator\": \"29EQSH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T16:34:53.423\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16698,\n            \"UniqueId\": \"AIR-22255216-98BE-4964-89B5-726C6BFE75D4\",\n            \"Locator\": \"HGOSAP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T16:59:05.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16699,\n            \"UniqueId\": \"AIR-1C2DA0CA-333C-4033-BF1B-2323C2650540\",\n            \"Locator\": \"HHDUVX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T17:20:11.43\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16700,\n            \"UniqueId\": \"AIR-C48B8801-D492-49F0-B14B-5ADBA55EBB09\",\n            \"Locator\": \"YAPIKJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T18:24:56.853\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16701,\n            \"UniqueId\": \"AIR-E23FD489-4CD2-4B09-B434-8C52F1A5A2AC\",\n            \"Locator\": \"YEZWAD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T18:36:08.813\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16702,\n            \"UniqueId\": \"AIR-F60252C8-4ED2-447C-A5CC-7BFDF5745CD6\",\n            \"Locator\": \"YEJTGO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T18:49:11.36\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16703,\n            \"UniqueId\": \"AIR-B6637B12-D9A9-4FE3-BBC1-783E4B17B35C\",\n            \"Locator\": \"HLBGLT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T19:01:26.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16704,\n            \"UniqueId\": \"AIR-C19C7217-6B00-49B0-9168-329D3BFBC292\",\n            \"Locator\": \"GCDNGP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T19:07:41.323\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16705,\n            \"UniqueId\": \"AIR-4D1CCB30-2EAC-44F7-B848-50AB6D16A2CA\",\n            \"Locator\": \"YFHFLZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T19:51:42.74\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16706,\n            \"UniqueId\": \"AIR-C8201490-A567-4FF3-B3C2-88C86EFF5AE0\",\n            \"Locator\": \"HNYGUP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-23T20:30:08.537\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16707,\n            \"UniqueId\": \"AIR-A49FF7F8-AD69-4486-8B02-D03E317ADD2F\",\n            \"Locator\": \"2MYR63\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T08:11:53.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16708,\n            \"UniqueId\": \"AIR-980C5F18-5C4F-44BB-AAF7-E2A54C1ACCD7\",\n            \"Locator\": \"ZRJQHO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T08:45:36.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16711,\n            \"UniqueId\": \"AIR-6AAFA153-EB5F-45DE-B642-B4EF40B173C1\",\n            \"Locator\": \"IZXHUI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:13:42.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16712,\n            \"UniqueId\": \"AIR-E7D42B6E-5C1E-4C14-B7DA-4A5BC6826CEF\",\n            \"Locator\": \"MSKUUB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:16:00.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16713,\n            \"UniqueId\": \"AIR-B2867EDC-6A4E-4572-8C9D-8AA93CD95954\",\n            \"Locator\": \"MSLYJM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:20:05.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16714,\n            \"UniqueId\": \"AIR-CF9DB990-5BA1-4FA3-AA39-24F0EF31D0FA\",\n            \"Locator\": \"IZHTXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:26:04.463\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16709,\n            \"UniqueId\": \"AIR-3B0D4EDA-3688-4E64-98A4-6976A5E655E5\",\n            \"Locator\": \"GGDFEV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:35:23.947\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16710,\n            \"UniqueId\": \"AIR-1FC6BBE1-9ECA-49AC-8A86-B8533C02FBB2\",\n            \"Locator\": \"ZSWKJD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:37:52.503\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16715,\n            \"UniqueId\": \"AIR-E5ACF0DC-8F12-4571-BF1F-B525895CA137\",\n            \"Locator\": \"GGKFQY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:40:30.927\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16717,\n            \"UniqueId\": \"AIR-82F75FD8-FD21-41FA-8659-0A0D1C783288\",\n            \"Locator\": \"ZTWSLZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:45:25.837\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16718,\n            \"UniqueId\": \"AIR-030ED881-0A5D-4D74-9BC8-372105F1AF85\",\n            \"Locator\": \"ZTYUZX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:47:12.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16716,\n            \"UniqueId\": \"AIR-B61F4BD4-7EFF-49A3-9DB8-14FA5BC2673D\",\n            \"Locator\": \"ZTUAHC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T09:54:24.273\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16719,\n            \"UniqueId\": \"AIR-BEC053CD-CF45-4A2D-BB7F-42FB7AAB7BE7\",\n            \"Locator\": \"ZUWUZY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T10:22:58.577\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16720,\n            \"UniqueId\": \"AIR-1B3BF593-E13A-4858-A6AA-1983AEC8B025\",\n            \"Locator\": \"ICJTVR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T10:51:29.52\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16721,\n            \"UniqueId\": \"AIR-342B328D-D99B-4B74-B4D6-B5BCBE411EA5\",\n            \"Locator\": \"ZXHSLU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T11:24:16.5\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16722,\n            \"UniqueId\": \"AIR-9D2CC2F5-077F-4985-9C6E-6525C9209EFC\",\n            \"Locator\": \"IGSSEX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T11:46:08.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16723,\n            \"UniqueId\": \"AIR-0E5AB266-11FD-4628-877C-D72261A50ABA\",\n            \"Locator\": \"2QTZ6N\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T12:24:21.463\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16724,\n            \"UniqueId\": \"AIR-F1971DDB-80B1-43C6-9FD0-8A4E4E14411E\",\n            \"Locator\": \"2RQUOH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T13:27:23.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16725,\n            \"UniqueId\": \"AIR-03625466-46EA-42B7-A1EB-2FD451C4A86A\",\n            \"Locator\": \"IKHVOP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T13:58:41.053\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16726,\n            \"UniqueId\": \"AIR-425E3AE8-5C96-421B-AEAF-7F73C3AB6393\",\n            \"Locator\": \"IKICGF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T14:00:32.877\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16727,\n            \"UniqueId\": \"AIR-681FC48C-2DB4-4828-B481-934367B28FD5\",\n            \"Locator\": \"ILSTGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T14:14:13.287\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16728,\n            \"UniqueId\": \"AIR-767576CD-94AD-4507-9E92-39147E96EBD4\",\n            \"Locator\": \"ZETLWC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T14:17:00.567\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16729,\n            \"UniqueId\": \"AIR-DFEAEFF5-8D4B-4582-915E-84EBB3B704EA\",\n            \"Locator\": \"ZEVJHR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T14:20:13.65\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16731,\n            \"UniqueId\": \"AIR-D858C04C-7110-4E27-8634-547F54507904\",\n            \"Locator\": \"ILNSIH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T14:41:54.407\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16732,\n            \"UniqueId\": \"AIR-7DA5DC07-723E-4889-AAF1-BBF68B2010F1\",\n            \"Locator\": \"ZFECKO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:01:34.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16733,\n            \"UniqueId\": \"AIR-E8309BD2-E38B-4ECC-8CF1-85455B8CC7D5\",\n            \"Locator\": \"IMKIGF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:09:09.557\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16734,\n            \"UniqueId\": \"AIR-FADF2051-73C3-4D81-A72E-A86FF1DA2616\",\n            \"Locator\": \"2TJOXM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:25:00.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16735,\n            \"UniqueId\": \"AIR-858A4B64-9B97-4F96-92B4-E602B0296C5A\",\n            \"Locator\": \"ZGHYGN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:31:34.25\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16730,\n            \"UniqueId\": \"AIR-64971CAE-3364-4CC6-A720-8F767C1AA2CB\",\n            \"Locator\": \"MWMGQI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:32:47.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16736,\n            \"UniqueId\": \"AIR-C9B9E9BA-290B-4D0F-A2E9-B3AFD9CBD25D\",\n            \"Locator\": \"GKJPOL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:29:19.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16737,\n            \"UniqueId\": \"AIR-FE107A64-6F16-4994-9D92-DA2ECC25A5E3\",\n            \"Locator\": \"JQAKOW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:31:48.31\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16738,\n            \"UniqueId\": \"AIR-1D4853B5-8AF6-4CA8-B6A5-1163C29F2C80\",\n            \"Locator\": \"ZJCCEZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:36:02.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16739,\n            \"UniqueId\": \"AIR-519C859C-9303-4702-B4ED-9275AA223CB7\",\n            \"Locator\": \"GKLBMQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:37:25.537\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16740,\n            \"UniqueId\": \"AIR-2EFC7496-1F28-48EF-AE1B-283BC8614EC6\",\n            \"Locator\": \"MYBETB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:41:01.053\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16741,\n            \"UniqueId\": \"AIR-08FCF07F-AF5C-4E70-AA6A-5982BD0417B4\",\n            \"Locator\": \"ZJGOYT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:42:38.113\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16742,\n            \"UniqueId\": \"AIR-4B88D87D-2AAA-4757-BAE1-7FC72DADA8C7\",\n            \"Locator\": \"MYCFFB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:45:41.983\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16743,\n            \"UniqueId\": \"AIR-7E7C95F7-573F-4E0D-A199-31DE801A8965\",\n            \"Locator\": \"GKNEBR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:48:55.373\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16744,\n            \"UniqueId\": \"AIR-13DE371B-B8F4-4943-AADF-2A31464AADE9\",\n            \"Locator\": \"JQOZSV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:51:36.59\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16745,\n            \"UniqueId\": \"AIR-04EABE1B-B43F-4F58-85C1-58768310B151\",\n            \"Locator\": \"2UNYFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:53:45.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16746,\n            \"UniqueId\": \"AIR-AF4F5023-4ACB-43D3-BB5B-BADA9C43B015\",\n            \"Locator\": \"ZJPMDM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T16:55:08.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16747,\n            \"UniqueId\": \"AIR-9173A501-A74D-4F16-9EE3-CAA9B9550E3E\",\n            \"Locator\": \"ZKUXOG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T17:01:43.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16748,\n            \"UniqueId\": \"AIR-36CD1F98-B0C8-43DA-8B92-9D92C0F8D42F\",\n            \"Locator\": \"JRZLZV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T17:07:32.627\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16749,\n            \"UniqueId\": \"AIR-782EDC7C-04BB-4EA4-804E-791E01105B3F\",\n            \"Locator\": \"JRDKWF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T17:12:58.223\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16750,\n            \"UniqueId\": \"AIR-F2241ED7-D96A-4F83-AEE2-D7EDD83D5D51\",\n            \"Locator\": \"JRHQQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T17:16:10.76\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16751,\n            \"UniqueId\": \"AIR-72099239-8C0C-4588-966E-5355D85C573D\",\n            \"Locator\": \"JRJJGK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T17:19:43.973\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16753,\n            \"UniqueId\": \"AIR-17F8A01C-B90E-4298-9B7E-F81977365465\",\n            \"Locator\": \"GLUEWU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T17:37:11.61\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16755,\n            \"UniqueId\": \"AIR-23BEDBFE-C415-49D0-9324-658A02D22D53\",\n            \"Locator\": \"ZKOSSD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T17:38:32.647\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16754,\n            \"UniqueId\": \"AIR-1AC43CE6-F2E8-4FDB-9887-8251AC44EADE\",\n            \"Locator\": \"JSRQRG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T17:38:52.093\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16756,\n            \"UniqueId\": \"AIR-D5B66E11-9E18-4B0B-AB98-D5B4AFF26A70\",\n            \"Locator\": \"2WAKO8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T18:37:17.78\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16752,\n            \"UniqueId\": \"AIR-225152FB-BA71-4611-8EB8-4215B1EBE92D\",\n            \"Locator\": \"2V2TSN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T19:07:45.57\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16757,\n            \"UniqueId\": \"AIR-2234C1EB-F6E7-4355-BD60-B7D44C6AD7FB\",\n            \"Locator\": \"AZOLHE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T08:56:56.573\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16656,\n            \"UniqueId\": \"AIR-9F99ACAD-F965-40D5-B4D7-58A0F7FE790A\",\n            \"Locator\": \"FZMXNU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:00:11.96\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16598,\n            \"UniqueId\": \"AIR-98F6BD12-BDEF-4C6F-A48A-22FE7DEEFAAA\",\n            \"Locator\": \"DNNGPN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:00:33.107\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16398,\n            \"UniqueId\": \"AIR-E948B813-6BCA-4A2D-9F91-2E05B4ACEE81\",\n            \"Locator\": \"UHNUBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:02:25.967\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16758,\n            \"UniqueId\": \"AIR-F618DDB2-8C75-4C99-9B19-65349C706D31\",\n            \"Locator\": \"AAVTAG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:09:26.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16379,\n            \"UniqueId\": \"AIR-8EA46A46-2AB8-47F5-9AC7-BF5CE00888B6\",\n            \"Locator\": \"BILJGZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:15:19.18\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16365,\n            \"UniqueId\": \"AIR-9DC94AC3-304C-4A00-9BC3-E36A813486DD\",\n            \"Locator\": \"BDTHWZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:15:38.43\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16237,\n            \"UniqueId\": \"AIR-FDDD5F99-B648-4E8E-AE21-840BDD761324\",\n            \"Locator\": \"ZLWBID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:15:57.65\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16759,\n            \"UniqueId\": \"AIR-9B7C912D-EB04-420F-9778-646DE054AD7C\",\n            \"Locator\": \"AAAYPH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:19:07.143\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16760,\n            \"UniqueId\": \"AIR-80C0ACA6-3403-4182-8A3D-1BD4321AB899\",\n            \"Locator\": \"JGIOVY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:19:49.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16364,\n            \"UniqueId\": \"AIR-67AF1067-7954-4A8E-B5FE-AA6FA1052C80\",\n            \"Locator\": \"FHHVNK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:27:56.447\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16300,\n            \"UniqueId\": \"AIR-DE21991B-88C7-4100-AEC1-2AA9862C7579\",\n            \"Locator\": \"MTBBYS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T09:28:14.693\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16762,\n            \"UniqueId\": \"AIR-5185DA3B-86EB-46E5-AF17-8AEBC7088198\",\n            \"Locator\": \"JHASEH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T10:06:37.73\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16763,\n            \"UniqueId\": \"AIR-1DE5118F-30EE-4C0A-8E8B-74D7B9B83931\",\n            \"Locator\": \"JHLELH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T10:26:43.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16764,\n            \"UniqueId\": \"AIR-B64CFE36-F8C1-4E6A-B9E5-34DA4F42424A\",\n            \"Locator\": \"3BNYEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T10:34:39.697\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16765,\n            \"UniqueId\": \"AIR-6E815877-9FB3-4BCD-ADBD-39FCF8B98A93\",\n            \"Locator\": \"HRDMZG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T10:39:42.68\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16766,\n            \"UniqueId\": \"AIR-59F2BA83-C225-42D8-B300-DC94F9638DB1\",\n            \"Locator\": \"JIETIT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T10:49:40.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16767,\n            \"UniqueId\": \"AIR-840B8741-F488-402D-AC91-C97A50CCD02B\",\n            \"Locator\": \"ACXEXV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T10:50:50.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16768,\n            \"UniqueId\": \"AIR-7E21EE95-67FD-44EC-8D5E-162FA3585455\",\n            \"Locator\": \"ACYBNL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T10:51:55.62\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16769,\n            \"UniqueId\": \"AIR-ADFC43D8-5168-487F-9EAB-600AD59CFEA7\",\n            \"Locator\": \"JIJELI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T10:59:27.233\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16761,\n            \"UniqueId\": \"AIR-1D5A020B-B1E6-4BBD-8F5F-10BAA90281B2\",\n            \"Locator\": \"JGPTMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T11:10:51.823\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16771,\n            \"UniqueId\": \"AIR-2C84CD1E-E9D8-43A0-88B8-6AA0AE8772BC\",\n            \"Locator\": \"MGJIHX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T11:32:14.727\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16772,\n            \"UniqueId\": \"AIR-78308A37-0A34-4497-BFBA-C9F3D8635927\",\n            \"Locator\": \"JJLHEF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T11:36:57.8\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16774,\n            \"UniqueId\": \"AIR-5618AA90-0672-47C3-A532-3C23D10E9280\",\n            \"Locator\": \"HRMHCQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T11:47:04.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16773,\n            \"UniqueId\": \"AIR-2AF00BFD-A38D-4722-AB07-E5B286C20D53\",\n            \"Locator\": \"ADICBY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T11:47:38.47\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16775,\n            \"UniqueId\": \"AIR-0204D8E4-EFA5-401E-8910-AE4977C65104\",\n            \"Locator\": \"AEPRXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T13:48:12.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16776,\n            \"UniqueId\": \"AIR-194695F4-D13F-4D4F-BC30-60B3CFE9BF67\",\n            \"Locator\": \"AFBOAV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T14:22:09.727\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16770,\n            \"UniqueId\": \"AIR-18C9E016-6500-46C1-9490-C23F5D51D806\",\n            \"Locator\": \"ACJEBJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T14:33:58.417\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16777,\n            \"UniqueId\": \"AIR-6CCA789D-3CA8-4271-A1CA-2D52ECA01029\",\n            \"Locator\": \"HSJJTA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T14:52:34.263\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16779,\n            \"UniqueId\": \"AIR-6504A9BF-B213-4591-B22A-86EA20543F2F\",\n            \"Locator\": \"JMOZUF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T14:56:27.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16781,\n            \"UniqueId\": \"AIR-4201508B-5048-4063-B77E-BC79A7223128\",\n            \"Locator\": \"AHPLDJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T15:46:37.097\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16780,\n            \"UniqueId\": \"AIR-BC2BC1B3-04EF-4C97-8942-6CAF08CEFA92\",\n            \"Locator\": \"JOXYFX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T15:46:58.947\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16782,\n            \"UniqueId\": \"AIR-115B2CF0-7967-48B9-AC16-F26E6C7596B6\",\n            \"Locator\": \"JPULZL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T15:57:53.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16783,\n            \"UniqueId\": \"AIR-64149922-4C42-4661-8A70-E1AE07F69CF5\",\n            \"Locator\": \"3GH3EC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T16:01:07.487\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16784,\n            \"UniqueId\": \"AIR-5EC1642E-FA8D-426A-B046-8F064C20CBDE\",\n            \"Locator\": \"JPNAFY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T16:06:02.2\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16785,\n            \"UniqueId\": \"AIR-BFC6583E-7D24-4CCC-A440-800D6EEE1A07\",\n            \"Locator\": \"HTKZWP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T16:09:34.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16786,\n            \"UniqueId\": \"AIR-580C8FCD-B1AB-479C-B912-76218500D50E\",\n            \"Locator\": \"AKYXMI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T16:22:21.477\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16787,\n            \"UniqueId\": \"AIR-D9DE4780-0227-469C-BC7A-552B1D246C73\",\n            \"Locator\": \"ANTPHI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T16:56:39.37\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16788,\n            \"UniqueId\": \"AIR-472657D7-2CA8-43CE-B798-0DAA84418756\",\n            \"Locator\": \"ANUUVV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T17:00:44.83\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16789,\n            \"UniqueId\": \"AIR-525E2C9C-6739-4B56-AB75-FA364CFD3B62\",\n            \"Locator\": \"KUAAQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-25T17:20:23.437\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16790,\n            \"UniqueId\": \"AIR-1D1BDE1F-06B4-476C-B897-6A2B6A425073\",\n            \"Locator\": \"LFVPUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-27T23:39:33.99\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16792,\n            \"UniqueId\": \"AIR-355C2BBD-6D69-45AE-8FD8-09924B85B658\",\n            \"Locator\": \"LPQAXX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T09:34:26.943\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16793,\n            \"UniqueId\": \"AIR-2317C839-E1DC-4CA5-ADDF-BE929EC87B8B\",\n            \"Locator\": \"LPAURY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T10:06:45.19\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16794,\n            \"UniqueId\": \"AIR-533F84CA-F128-44EB-B145-0A2678C2FCF1\",\n            \"Locator\": \"CKLAUE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T10:09:56.437\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16797,\n            \"UniqueId\": \"AIR-A8804454-D6BB-46F1-B42B-322AB2B6FD99\",\n            \"Locator\": \"IQGJPL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T10:13:23.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16795,\n            \"UniqueId\": \"AIR-D6061798-4C38-4647-95E5-DC0E2235D604\",\n            \"Locator\": \"CKPFHH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T10:13:48.82\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16798,\n            \"UniqueId\": \"AIR-BA8D9511-E414-46FA-81B0-4A061C8EA724\",\n            \"Locator\": \"IQGKYM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T10:16:05.657\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16799,\n            \"UniqueId\": \"AIR-67719474-89BA-4A8B-BD3B-8FA42EBF404C\",\n            \"Locator\": \"CLTEFR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T10:17:29.6\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16796,\n            \"UniqueId\": \"AIR-9649BC5E-46E8-4603-B1BA-59736AB26C26\",\n            \"Locator\": \"CLQZLN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T10:25:26.73\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16800,\n            \"UniqueId\": \"AIR-A29B1C36-4950-4AE5-A707-9F5E9574CCA9\",\n            \"Locator\": \"MQGAVR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T10:35:37.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16801,\n            \"UniqueId\": \"AIR-A07D77DF-56BB-4266-94A7-5ABC8FBF84F9\",\n            \"Locator\": \"CLMJSU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T10:40:15.723\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16802,\n            \"UniqueId\": \"AIR-DE45654A-0776-4F46-B6D1-5F8A73F604DA\",\n            \"Locator\": \"CMZWTU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T11:01:37.027\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16803,\n            \"UniqueId\": \"AIR-FB178F60-70AD-41A7-A3FA-E8E538D7CC42\",\n            \"Locator\": \"MRZVHV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T11:04:18.2\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16804,\n            \"UniqueId\": \"AIR-83075DF1-FE1E-4BE1-B4D7-8ECEF42D99D9\",\n            \"Locator\": \"MRHUUS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T11:15:14.443\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16791,\n            \"UniqueId\": \"AIR-21843293-C3C7-457A-803D-C40121937949\",\n            \"Locator\": \"IQZFYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T11:37:51.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16778,\n            \"UniqueId\": \"AIR-EC8614A7-0A00-43CA-8AEF-DEC7F5604964\",\n            \"Locator\": \"AGBFDQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T11:37:57.55\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16649,\n            \"UniqueId\": \"AIR-3FAB2211-A655-40C5-929F-6DD96EF5A72A\",\n            \"Locator\": \"FYJYVK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T11:53:20.683\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16805,\n            \"UniqueId\": \"AIR-7E161226-E872-40EE-86DB-170A8B7CCB32\",\n            \"Locator\": \"COWAZF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T12:01:12.247\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16806,\n            \"UniqueId\": \"AIR-898785FB-FEDA-4C6B-B53A-D20460DB0E2B\",\n            \"Locator\": \"MTUFHE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T12:01:43.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16807,\n            \"UniqueId\": \"AIR-CA9B67C8-4A3D-43DF-AFA3-3B266744CECF\",\n            \"Locator\": \"23O22I\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T12:38:46.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16809,\n            \"UniqueId\": \"AIR-D9AD6106-3DAA-4010-8C58-D7A9A061F3BD\",\n            \"Locator\": \"2489GL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T13:15:33.663\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16810,\n            \"UniqueId\": \"AIR-950877BC-0CB4-487B-9F8B-2D247FE0E075\",\n            \"Locator\": \"MVOATR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T13:21:03.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16811,\n            \"UniqueId\": \"AIR-297604C6-830A-4760-9358-4054CE07670F\",\n            \"Locator\": \"MWUWQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T13:27:54.643\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16808,\n            \"UniqueId\": \"AIR-F601E915-2BA0-49C1-A105-108D4208BFFE\",\n            \"Locator\": \"QLGHKK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T13:43:54.72\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16813,\n            \"UniqueId\": \"AIR-8F7237D3-C2FA-434B-A0B5-FFB507A42CB7\",\n            \"Locator\": \"24NCK5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T13:48:26.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16812,\n            \"UniqueId\": \"AIR-5CA25D2E-C3BF-4FE7-BA1D-1B0F98556E6C\",\n            \"Locator\": \"DRNPWD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T13:56:16.813\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16815,\n            \"UniqueId\": \"AIR-47F5CAB7-1694-49C2-A20D-99AEFF00D770\",\n            \"Locator\": \"26P4ZU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T15:56:28.58\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16814,\n            \"UniqueId\": \"AIR-5D46480D-12FC-4F6D-87A3-519B0DD9191B\",\n            \"Locator\": \"DWOHID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T15:57:42.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16817,\n            \"UniqueId\": \"AIR-B7F03BD3-C333-4FF6-B31B-6F42BD2AE520\",\n            \"Locator\": \"26M5TL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T15:58:42.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16816,\n            \"UniqueId\": \"AIR-67DE89AF-2DD1-4D56-ADAB-FFC1B8F68228\",\n            \"Locator\": \"MBLPZL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T15:59:59.55\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16818,\n            \"UniqueId\": \"AIR-4D817E7A-D661-4AAD-933B-16CA064682D2\",\n            \"Locator\": \"MGXQAK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T17:12:46.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16819,\n            \"UniqueId\": \"AIR-8FE16777-6904-4306-AF4C-26AC5C94D4B0\",\n            \"Locator\": \"RQWTVZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-28T19:26:28.23\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16820,\n            \"UniqueId\": \"AIR-F850D4F1-5671-48D3-912F-8C8708BFF736\",\n            \"Locator\": \"2LO7FO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T09:35:09.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16821,\n            \"UniqueId\": \"AIR-42AB490A-25B7-44A9-82AD-BA98F028B88E\",\n            \"Locator\": \"EVCTTS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T09:45:07.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16822,\n            \"UniqueId\": \"AIR-48B3995C-C0C7-48FA-BEDF-9A3642075482\",\n            \"Locator\": \"EVJOTG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T09:51:05.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16823,\n            \"UniqueId\": \"AIR-41F18E7B-119F-4012-9863-2A8071F8B043\",\n            \"Locator\": \"2M3K5F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T09:58:17.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16824,\n            \"UniqueId\": \"AIR-568D86D4-28D3-4D57-A284-9C579458A355\",\n            \"Locator\": \"QBYLYX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T10:35:25.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16825,\n            \"UniqueId\": \"AIR-57010DD5-31B3-4D4A-803A-AA4815D971B2\",\n            \"Locator\": \"RZTBOL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T12:11:45.047\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16827,\n            \"UniqueId\": \"AIR-2CF91B42-EF54-455B-B0BB-9A27D433FDFD\",\n            \"Locator\": \"QHATNL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T12:57:37.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16826,\n            \"UniqueId\": \"AIR-93270E51-857E-4336-93CC-7595157CBD99\",\n            \"Locator\": \"ECMLNE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T13:01:45.01\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16828,\n            \"UniqueId\": \"AIR-5E5D4C94-AA3F-4B1E-A6DB-E119D9CF0E79\",\n            \"Locator\": \"2PPWQS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T14:13:24.623\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16830,\n            \"UniqueId\": \"AIR-769AF505-728C-449F-9956-51584DE54DC2\",\n            \"Locator\": \"FXXGWY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T17:41:00.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16831,\n            \"UniqueId\": \"AIR-F9DD8A29-1408-4EAC-8705-8E0C1A78B3E3\",\n            \"Locator\": \"RBNDIU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T17:56:01.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16832,\n            \"UniqueId\": \"AIR-FBCDD05B-A6C2-4467-93E9-4271C6D02801\",\n            \"Locator\": \"FXDZZL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T17:59:41.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16833,\n            \"UniqueId\": \"AIR-3A527268-6298-4E80-9187-E56379B7A030\",\n            \"Locator\": \"RGNXLA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T18:10:19.287\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16835,\n            \"UniqueId\": \"AIR-07600155-116B-4638-B3EC-E3EC3B33D476\",\n            \"Locator\": \"FXKDID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T18:34:59.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16836,\n            \"UniqueId\": \"AIR-9D13B178-3AAE-48E7-95AE-8B8F6139F4A2\",\n            \"Locator\": \"FYBCUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T19:45:32.517\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16837,\n            \"UniqueId\": \"AIR-7F232E7E-1B7E-44E8-8ED5-3C84AE50576A\",\n            \"Locator\": \"RGNZNI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-29T23:04:13.167\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16834,\n            \"UniqueId\": \"AIR-F4FC4464-56F5-46F7-8A4B-5EAB7E9A0EA4\",\n            \"Locator\": \"RCRQBV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T07:56:11.97\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16829,\n            \"UniqueId\": \"AIR-C461E743-80A7-490C-8932-E0BD707B52B2\",\n            \"Locator\": \"RGHVPP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T07:56:18.093\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16838,\n            \"UniqueId\": \"AIR-753678B9-1AEA-4983-BF7D-B1CDEEA5144D\",\n            \"Locator\": \"SQBEHG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T10:26:11.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16839,\n            \"UniqueId\": \"AIR-E9B0A7B7-B924-4F31-A280-41FC2CAB3C25\",\n            \"Locator\": \"IPGMFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T10:34:06.04\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16840,\n            \"UniqueId\": \"AIR-7587CC9B-3CB8-40D7-83AA-8E182E06997A\",\n            \"Locator\": \"39Q9BA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T10:40:21.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16841,\n            \"UniqueId\": \"AIR-B1FABB32-C957-4FA0-8711-FC14FAD9B0A2\",\n            \"Locator\": \"GXTQXI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T10:46:48.667\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16842,\n            \"UniqueId\": \"AIR-57E38E9F-20C7-486C-9C80-4B17F1EB993E\",\n            \"Locator\": \"SBGOXI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T10:49:31.93\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16843,\n            \"UniqueId\": \"AIR-7EC67A91-B5EA-48D0-8020-54A21D30CF8A\",\n            \"Locator\": \"SQLPTE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T11:22:56.54\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16844,\n            \"UniqueId\": \"AIR-51E77A1D-70A7-4A0D-B45F-9460C177C6FF\",\n            \"Locator\": \"3A8WM8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T11:24:59.297\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16845,\n            \"UniqueId\": \"AIR-0A03EBA5-703D-4A19-87A8-C6C8CA95A8A1\",\n            \"Locator\": \"3AW6XN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T12:10:31.29\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16846,\n            \"UniqueId\": \"AIR-28F93DEC-E8CB-423E-8EFB-B54679F9D80E\",\n            \"Locator\": \"SIOUZS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T13:43:34.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16847,\n            \"UniqueId\": \"AIR-FFF39CD8-543C-403F-842F-578AEDEF0CDF\",\n            \"Locator\": \"SKRUIE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T14:04:02.457\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16848,\n            \"UniqueId\": \"AIR-6BB27E06-0949-42E8-8BFD-ABEDA363872A\",\n            \"Locator\": \"SKYUDH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T14:09:14.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16849,\n            \"UniqueId\": \"AIR-127CD1A2-CB48-4F4D-A691-269689D252A5\",\n            \"Locator\": \"STBAWC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T14:09:47.497\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16850,\n            \"UniqueId\": \"AIR-A9AF720F-AC88-4C31-B660-D4D7790A9BE8\",\n            \"Locator\": \"GFJTYA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T14:13:31.593\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16851,\n            \"UniqueId\": \"AIR-D2C43724-9827-4742-AEE2-BD20CD51B3BB\",\n            \"Locator\": \"3D6MZ7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T14:38:37.743\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16852,\n            \"UniqueId\": \"AIR-92448C63-D1CB-4809-BE0C-40F5673F1FE3\",\n            \"Locator\": \"3DAAZX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T14:50:46.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16853,\n            \"UniqueId\": \"AIR-1A0D5BB2-6B26-4121-8DFE-5F5DF6FD2370\",\n            \"Locator\": \"SUVBZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T14:50:47.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16854,\n            \"UniqueId\": \"AIR-041A24AD-4CD3-4DAE-B735-D7B75E5CF325\",\n            \"Locator\": \"GISAUF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T14:56:28.477\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16855,\n            \"UniqueId\": \"AIR-EB21E4FA-1052-48E5-A53C-04438EF1B563\",\n            \"Locator\": \"3DJB92\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T14:59:31.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16856,\n            \"UniqueId\": \"AIR-2D98B55F-2D11-49BE-B8C2-2D791678D8EC\",\n            \"Locator\": \"JTQVQT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T16:01:36.863\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16857,\n            \"UniqueId\": \"AIR-F41724FC-0248-4CC9-8042-9B6148C22782\",\n            \"Locator\": \"GLPUXB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T16:26:23.56\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16858,\n            \"UniqueId\": \"AIR-DBCB494B-952F-4ADA-BE7E-BC4C6D08C59B\",\n            \"Locator\": \"3EQXOR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T16:26:40.73\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16859,\n            \"UniqueId\": \"AIR-4A3FA52C-0E2B-4EE1-85B7-304D97CB8FA6\",\n            \"Locator\": \"3FIXPU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T17:17:15.713\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16860,\n            \"UniqueId\": \"AIR-BDA01F0E-67A7-4B08-8CB4-51DB0172DAFD\",\n            \"Locator\": \"3I996H\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-30T20:30:25.157\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16861,\n            \"UniqueId\": \"AIR-7FC25193-037C-4BEA-96B8-A08AECF601F9\",\n            \"Locator\": \"3MXQC5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T02:06:50.08\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16862,\n            \"UniqueId\": \"AIR-1284C14A-9EDC-4FE3-8D26-C1E8C0D12A43\",\n            \"Locator\": \"3U7WNS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T10:13:20.287\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16863,\n            \"UniqueId\": \"AIR-8FFD55FA-1CD4-4BE1-B7B9-B34CEF327593\",\n            \"Locator\": \"ITXXPQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T10:29:11.66\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16864,\n            \"UniqueId\": \"AIR-C6F9C85D-B1B0-4C2F-8120-33BA91CB83B7\",\n            \"Locator\": \"3UKECJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T10:33:08.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16865,\n            \"UniqueId\": \"AIR-50279DE7-A61C-45F6-877E-636C55A96EDB\",\n            \"Locator\": \"ITIQRL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T10:50:11.6\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16866,\n            \"UniqueId\": \"AIR-B873DA57-9EDB-45F8-A2E3-3C7ECC9D0744\",\n            \"Locator\": \"3VGGBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T11:36:18.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16867,\n            \"UniqueId\": \"AIR-19363C13-3AB1-4AC9-89C4-CC4060761411\",\n            \"Locator\": \"3VRTQF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T11:48:55.637\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16868,\n            \"UniqueId\": \"AIR-DB513489-A5FB-4BDC-A477-49DADAA061BB\",\n            \"Locator\": \"3VR8NZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T11:55:32.893\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16869,\n            \"UniqueId\": \"AIR-FD0AC244-A7F8-4627-9B5D-E46B8CFB5F95\",\n            \"Locator\": \"3WOWNP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T12:52:28.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16870,\n            \"UniqueId\": \"AIR-6D68A524-E69C-48A0-AE10-CB23FF99B85D\",\n            \"Locator\": \"IXZBTX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T13:28:33.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16871,\n            \"UniqueId\": \"AIR-28EB56B0-330A-4561-B0B5-30D1908D5DE8\",\n            \"Locator\": \"SJBIDS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T13:31:11.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16872,\n            \"UniqueId\": \"AIR-53871864-92C5-4FB8-AABB-92230D36C9B8\",\n            \"Locator\": \"UDWHVP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:02:16.8\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16873,\n            \"UniqueId\": \"AIR-EDC330CC-A91C-4BF8-9AF8-E4BDAB02E3BC\",\n            \"Locator\": \"3XMZWW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:04:35.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16874,\n            \"UniqueId\": \"AIR-E766ACBB-5920-4188-A561-4700C848EAF8\",\n            \"Locator\": \"UDLZGX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:24:13.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16875,\n            \"UniqueId\": \"AIR-D6C36CBE-4441-4BA6-A525-FBB8F6737747\",\n            \"Locator\": \"UESKNG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:33:45.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16876,\n            \"UniqueId\": \"AIR-6B1C3D6C-47D2-4BEA-B32B-06C72082F219\",\n            \"Locator\": \"UETTOH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:34:37.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16877,\n            \"UniqueId\": \"AIR-344EC1A2-9027-486C-903E-C0A13A5B5A98\",\n            \"Locator\": \"3Y8NQK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:38:20.937\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16878,\n            \"UniqueId\": \"AIR-8B8E0E3A-515F-46A3-9D9C-8B14F7B800DF\",\n            \"Locator\": \"3Y5VWD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:42:31.717\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16879,\n            \"UniqueId\": \"AIR-8734083B-4AF8-42EF-A269-DB8F6FF7DDC9\",\n            \"Locator\": \"3YBG83\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:47:44.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16880,\n            \"UniqueId\": \"AIR-1F2F1F6E-F421-4949-BCF5-653F9AF85112\",\n            \"Locator\": \"UEHOKW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:49:39.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16881,\n            \"UniqueId\": \"AIR-F28174E3-6076-4BFE-AC4B-E77F0D15B219\",\n            \"Locator\": \"UEONEV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T14:53:23.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16882,\n            \"UniqueId\": \"AIR-23FC7F82-3097-4483-B61C-0C24127AD52D\",\n            \"Locator\": \"UFZTCG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:12:17.987\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16883,\n            \"UniqueId\": \"AIR-8D82AEEB-6BB2-4369-98B8-F7CE62E14506\",\n            \"Locator\": \"3YP5G3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:18:48.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16884,\n            \"UniqueId\": \"AIR-51126465-8F19-4A61-8701-8394068C5538\",\n            \"Locator\": \"SKATGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:21:42.903\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16885,\n            \"UniqueId\": \"AIR-ACC494CD-52FD-4843-A7DC-A4A6A3C449EC\",\n            \"Locator\": \"3YSCA7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:23:57.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16887,\n            \"UniqueId\": \"AIR-893D7384-5992-42DC-BB76-DD1073783056\",\n            \"Locator\": \"UFJSLZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:27:54.33\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16888,\n            \"UniqueId\": \"AIR-707DFF68-EF0E-4FD0-BAC6-6485C29C7B96\",\n            \"Locator\": \"3YS6PT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:30:50.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16890,\n            \"UniqueId\": \"AIR-DE870593-A5E0-4C74-92A9-ED44FB66FAED\",\n            \"Locator\": \"3YZZRL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:37:43.167\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16889,\n            \"UniqueId\": \"AIR-754A24BA-EB9C-4E6E-ADC3-D55038BB7B99\",\n            \"Locator\": \"IADGZK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:38:02.477\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16894,\n            \"UniqueId\": \"AIR-36C01D8B-BCC4-4E01-99A5-3F083307E4C2\",\n            \"Locator\": \"SKMSJK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:50:27.28\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16895,\n            \"UniqueId\": \"AIR-1827302A-049D-4C87-B8D8-77DE9DF4B519\",\n            \"Locator\": \"3Z925M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:51:35.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16893,\n            \"UniqueId\": \"AIR-478FF69A-FFC8-4A6E-A658-2F5553F9175D\",\n            \"Locator\": \"UGOHOV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:52:12.217\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16896,\n            \"UniqueId\": \"AIR-E66EDAD4-2E7D-4B91-80B3-B99499E9E96A\",\n            \"Locator\": \"3Z9VOZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:54:19.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16891,\n            \"UniqueId\": \"AIR-5C9DE3AE-A171-46ED-8EF1-F7892E970627\",\n            \"Locator\": \"SKKPVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:59:05.6\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16897,\n            \"UniqueId\": \"AIR-10A62282-AC57-4F83-BB51-9F74977C6646\",\n            \"Locator\": \"3ZBCU5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:59:12.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16892,\n            \"UniqueId\": \"AIR-191E8FCF-8FE5-4EA8-8900-5B4484415417\",\n            \"Locator\": \"IBZELM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T15:59:59.97\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16898,\n            \"UniqueId\": \"AIR-B32F1635-51F5-468B-86AF-A2EAFE566CA3\",\n            \"Locator\": \"3ZEFW5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T16:01:29.69\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16899,\n            \"UniqueId\": \"AIR-BA2B8C6F-6F99-46FC-A5A5-321BC51CA414\",\n            \"Locator\": \"3ZBCYU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T16:05:59.86\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16886,\n            \"UniqueId\": \"AIR-44054DD2-2388-4570-9A20-9FC2AAC9350E\",\n            \"Locator\": \"IAUGJO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T16:10:05.737\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16900,\n            \"UniqueId\": \"AIR-AC026C8D-D85F-4804-9142-43886D2B29ED\",\n            \"Locator\": \"ERROR_AIR-0556A754C2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T16:20:18.353\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16901,\n            \"UniqueId\": \"AIR-5407947A-615C-48F4-9406-EEBD641D9145\",\n            \"Locator\": \"UJWSCS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T16:22:46.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16902,\n            \"UniqueId\": \"AIR-D6363935-E447-42E1-9616-50EB1F99796F\",\n            \"Locator\": \"UJZZXC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T16:26:05.663\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16903,\n            \"UniqueId\": \"AIR-BD88B080-7B22-4377-83C5-CB82E170D520\",\n            \"Locator\": \"3ZUWML\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T16:39:41.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16904,\n            \"UniqueId\": \"AIR-49E815F2-3765-4E97-A223-E1C2F399098A\",\n            \"Locator\": \"426OSV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T16:54:12.433\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16905,\n            \"UniqueId\": \"AIR-FAE10FFB-8F6B-4CCA-BA73-F2E5DB14EFCA\",\n            \"Locator\": \"JEHBYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T17:08:52.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16907,\n            \"UniqueId\": \"AIR-9F4C8819-F2FD-407F-8467-F1041FEA4782\",\n            \"Locator\": \"ERROR_AIR-D1A9C1381D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T17:21:55.293\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16908,\n            \"UniqueId\": \"AIR-C2C34B17-826E-4F47-831C-4A89AD7CB862\",\n            \"Locator\": \"SMLYVR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T17:22:13.8\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16906,\n            \"UniqueId\": \"AIR-592C3E75-6F0D-4279-B81F-F72BF6825A6C\",\n            \"Locator\": \"IGCIEN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T17:23:49.987\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16909,\n            \"UniqueId\": \"AIR-BF1EA466-7620-4386-B5E6-F36F00F023B6\",\n            \"Locator\": \"ERROR_AIR-8A0352246C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T17:23:51.44\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16910,\n            \"UniqueId\": \"AIR-659385BC-EAEB-4E18-8EF9-8FADED34B90C\",\n            \"Locator\": \"466FJV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T21:40:04.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16911,\n            \"UniqueId\": \"AIR-F051A025-D247-4DD3-BD80-D638B4ABAF02\",\n            \"Locator\": \"IJJVWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T21:45:49.823\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16912,\n            \"UniqueId\": \"AIR-A04D340F-E5CF-45C2-B020-CDEDBCD3261F\",\n            \"Locator\": \"JGAMFT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T21:50:03.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16913,\n            \"UniqueId\": \"AIR-643A604B-858F-47D9-84B0-1F982AC42266\",\n            \"Locator\": \"46G3Y5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-31T21:54:12.27\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16914,\n            \"UniqueId\": \"AIR-41D17B55-9D54-41A3-902D-C1E99387A1CE\",\n            \"Locator\": \"4DPEEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T06:47:28.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16915,\n            \"UniqueId\": \"AIR-DA7196AF-3530-4548-95E6-422A7B2F2698\",\n            \"Locator\": \"4DWMHJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T07:03:51.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16916,\n            \"UniqueId\": \"AIR-FC138FFD-A733-4245-A10D-D31A34FC68E4\",\n            \"Locator\": \"4E2Y3S\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T07:11:32.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16917,\n            \"UniqueId\": \"AIR-6C34B6B1-0A7E-4667-8E8B-42E5D82C1822\",\n            \"Locator\": \"TRKSOF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T07:36:13.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16918,\n            \"UniqueId\": \"AIR-3F949DE4-5606-4941-ACC3-3F4EDBD7057A\",\n            \"Locator\": \"VUERUH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T08:57:28.927\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16919,\n            \"UniqueId\": \"AIR-B7252D02-4892-4A70-8BB8-086F7E4E156F\",\n            \"Locator\": \"VULZHJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T09:21:17.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16920,\n            \"UniqueId\": \"AIR-3DFC5856-9FAA-4BD8-A11C-75634C293FCF\",\n            \"Locator\": \"JRBCLS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T11:12:21.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16921,\n            \"UniqueId\": \"AIR-218FD1A2-2BC8-4E2F-B2E4-3C5D6C869B67\",\n            \"Locator\": \"VWFIOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T11:18:18.257\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16922,\n            \"UniqueId\": \"AIR-61223CFD-FCF2-4C8C-960C-BC69FF24A3A9\",\n            \"Locator\": \"VWOJVP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T11:31:07.483\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16923,\n            \"UniqueId\": \"AIR-E503A067-E9A2-448C-A881-DC2010492289\",\n            \"Locator\": \"4I3D8X\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T11:47:54.097\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16924,\n            \"UniqueId\": \"AIR-56072CC2-EA4E-486E-B86C-0C05B8765BA8\",\n            \"Locator\": \"4I2OUS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T11:48:03.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16925,\n            \"UniqueId\": \"AIR-237008C2-C4AD-4C83-8448-37D92EA49818\",\n            \"Locator\": \"JSAYQC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T11:53:22.933\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16926,\n            \"UniqueId\": \"AIR-7F0AF1F1-AA09-4005-8535-48B3E9E85384\",\n            \"Locator\": \"4I7YA2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T11:57:22.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16927,\n            \"UniqueId\": \"AIR-A97E5870-80F0-4A06-9099-ADE7C63855D8\",\n            \"Locator\": \"VXCADY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T11:59:03.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16928,\n            \"UniqueId\": \"AIR-1DFD558C-DBBA-4059-8A91-8D8B97804152\",\n            \"Locator\": \"4IIXAD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T12:08:08.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16929,\n            \"UniqueId\": \"AIR-03290409-5285-4A25-A477-ACCD51613F4C\",\n            \"Locator\": \"VXKOPN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T12:26:35.287\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16930,\n            \"UniqueId\": \"AIR-E987FA49-C051-4339-8F99-16A28081E3A3\",\n            \"Locator\": \"4JBVYG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T13:03:24.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16931,\n            \"UniqueId\": \"AIR-99DF43AE-9C17-4598-AFF0-39C938790903\",\n            \"Locator\": \"4JHPT2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T13:13:53.073\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16932,\n            \"UniqueId\": \"AIR-B3D362C8-07F4-45FA-B754-880EF1F7275C\",\n            \"Locator\": \"JTNLGT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T13:24:43.207\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16933,\n            \"UniqueId\": \"AIR-4C7ED9EE-8E53-45A1-91C5-B82811F1FA4E\",\n            \"Locator\": \"VYMXEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T13:32:28.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16934,\n            \"UniqueId\": \"AIR-C7D4224F-443E-4A6A-9763-C57CC9F0B990\",\n            \"Locator\": \"TUQDAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T13:34:08.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16935,\n            \"UniqueId\": \"AIR-22B6356D-60F6-474A-AC86-ACFBD8D2923E\",\n            \"Locator\": \"VYNFPZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T13:38:49.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16936,\n            \"UniqueId\": \"AIR-D2225590-359D-4E12-A802-75966A349684\",\n            \"Locator\": \"TUVLRL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T14:14:41.137\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16937,\n            \"UniqueId\": \"AIR-B451F242-2466-49DD-8F25-0547F12D23D9\",\n            \"Locator\": \"JUXMZQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T14:16:06.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16938,\n            \"UniqueId\": \"AIR-F0F031B8-1E2C-4F86-8F27-15D2C4A7AAC5\",\n            \"Locator\": \"TUKSYN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T15:24:35.667\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16939,\n            \"UniqueId\": \"AIR-AEBD324B-6BBC-4675-96FC-F0387D4ABC88\",\n            \"Locator\": \"ERROR_AIR-DAEDBA37C5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T15:27:14.57\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16940,\n            \"UniqueId\": \"AIR-4836EBAA-3914-4748-9FCA-955BE65952BB\",\n            \"Locator\": \"4LWKQ3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T16:06:00.86\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16941,\n            \"UniqueId\": \"AIR-A702218E-D444-4839-A436-68B2085F26C5\",\n            \"Locator\": \"4NE2QH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T17:45:28.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16942,\n            \"UniqueId\": \"AIR-135D1D7F-0E1F-41C0-9F01-E3372B63A480\",\n            \"Locator\": \"4NPAJU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T18:11:13.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16943,\n            \"UniqueId\": \"AIR-6D1E7C2B-B7A4-43DA-92B1-9E634E0BC268\",\n            \"Locator\": \"VHXRDM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T18:52:13.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16944,\n            \"UniqueId\": \"AIR-FB916E18-BFC2-41A7-ADC4-8BBBC1D068F0\",\n            \"Locator\": \"JOEEYR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-01T21:23:39.993\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16945,\n            \"UniqueId\": \"AIR-4162CE04-009D-4745-B890-896DBE344513\",\n            \"Locator\": \"KTZXQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T11:08:44.773\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16946,\n            \"UniqueId\": \"AIR-72FED996-EBEF-456C-A25A-9522D7FF7373\",\n            \"Locator\": \"TCCDID\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T11:44:21.803\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16947,\n            \"UniqueId\": \"AIR-585317FF-6A38-4935-AE14-FC3698FAC34B\",\n            \"Locator\": \"VMMQNN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T12:12:10.673\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16948,\n            \"UniqueId\": \"AIR-7CEB00E4-D570-435E-A1B1-8E33B10913FA\",\n            \"Locator\": \"TCGZLE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T12:18:19.703\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16949,\n            \"UniqueId\": \"AIR-BDE8184A-A293-441A-9155-D90C6DD7C41A\",\n            \"Locator\": \"JIJKAA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T12:39:27.27\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16950,\n            \"UniqueId\": \"AIR-986578BF-2305-460D-9213-B658CE412D58\",\n            \"Locator\": \"TCIMLK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T12:43:14.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16951,\n            \"UniqueId\": \"AIR-FC297588-6D29-4A41-9AC4-684A569C9168\",\n            \"Locator\": \"TFFBWV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T17:43:54.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16952,\n            \"UniqueId\": \"AIR-96775217-7132-4473-8967-6A801EA32CD3\",\n            \"Locator\": \"KQQBUS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T19:39:18.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16953,\n            \"UniqueId\": \"AIR-FBE35984-93AB-434F-A8AA-A40A9FEF139D\",\n            \"Locator\": \"TGXBDR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T21:10:30.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16954,\n            \"UniqueId\": \"AIR-A975F0ED-5B93-492C-970B-25C7932344B4\",\n            \"Locator\": \"KXTRGS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-02T21:39:09.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16956,\n            \"UniqueId\": \"AIR-DBEA3B92-206C-4D4F-8646-5924655FB85E\",\n            \"Locator\": \"WKPZME\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T09:32:06.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16957,\n            \"UniqueId\": \"AIR-8D6C3FD5-20B9-41A7-96C3-600E2E7F637F\",\n            \"Locator\": \"WLSLEC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T09:57:44.91\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16958,\n            \"UniqueId\": \"AIR-31479F27-25BF-47D6-A4BD-69C9C9FFEE03\",\n            \"Locator\": \"KIYEZG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T10:15:09.037\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16960,\n            \"UniqueId\": \"AIR-4C977789-4419-4CE5-86C8-DC378DD2D411\",\n            \"Locator\": \"2Z4ACS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T11:31:30.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16959,\n            \"UniqueId\": \"AIR-6D3B0B7C-4159-4AFD-BFEF-EA123528FBAC\",\n            \"Locator\": \"KJAGRA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T11:33:57.633\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16961,\n            \"UniqueId\": \"AIR-CCED54C7-E522-4322-9919-77F959A42CE8\",\n            \"Locator\": \"KJCPWT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T11:37:17.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16965,\n            \"UniqueId\": \"AIR-6DEBB1EB-5C06-4374-A0E4-07B272987494\",\n            \"Locator\": \"KKREMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T12:13:45.8\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16966,\n            \"UniqueId\": \"AIR-2B7CF2F2-641F-45D8-A8AA-0C5205C05044\",\n            \"Locator\": \"WOBDWK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T14:16:07.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16967,\n            \"UniqueId\": \"AIR-4479E6EA-56B7-4A14-A64A-9F0F2D412378\",\n            \"Locator\": \"UTTUKS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T14:20:35.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16968,\n            \"UniqueId\": \"AIR-564B215A-65F3-443C-8D88-FD11C57ACC7A\",\n            \"Locator\": \"KLIFUN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T14:25:59.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16969,\n            \"UniqueId\": \"AIR-4C5136C8-CA49-48DF-9063-5607A322BA67\",\n            \"Locator\": \"KLJEEH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T14:29:44.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16970,\n            \"UniqueId\": \"AIR-BF2A2AA5-BD24-496A-B9DC-3C178C6EF2F9\",\n            \"Locator\": \"KJWSEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T14:34:13.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16972,\n            \"UniqueId\": \"AIR-6F36F7E2-BF37-4EDA-8AA0-1710C4AA9738\",\n            \"Locator\": \"342CHH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T14:59:35.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16973,\n            \"UniqueId\": \"AIR-84ABCA2C-D7D2-4213-966E-84007DC5FEE8\",\n            \"Locator\": \"KMGWTO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T15:12:18.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16974,\n            \"UniqueId\": \"AIR-D70AC38C-318E-47E5-9400-6983B94D8B2E\",\n            \"Locator\": \"WPBQVU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T15:14:41.7\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16971,\n            \"UniqueId\": \"AIR-82DCFD19-6671-41C2-A6EA-CE8F9EB6FC6A\",\n            \"Locator\": \"WOJTAJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-04T15:15:04.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16975,\n            \"UniqueId\": \"AIR-F386B277-FE4D-443A-AE5E-1C5FE0F5EF30\",\n            \"Locator\": \"3J4OQB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T08:34:19.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16976,\n            \"UniqueId\": \"AIR-140EFD06-0EC5-44B3-AB1C-4247EDE01B25\",\n            \"Locator\": \"3JFNJL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T08:53:00.49\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16977,\n            \"UniqueId\": \"AIR-CF8AF3A2-01ED-4845-BF49-CA78F487F4B6\",\n            \"Locator\": \"LQOWXS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T09:10:22.037\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16978,\n            \"UniqueId\": \"AIR-F2C60858-23C4-4E89-8390-B33F76635771\",\n            \"Locator\": \"XITUCG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T09:31:10.187\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16979,\n            \"UniqueId\": \"AIR-2D2A7AA4-195C-4521-90B9-F4C84E20C4A9\",\n            \"Locator\": \"UCYHEP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T10:15:46.63\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16962,\n            \"UniqueId\": \"AIR-C6B46C4D-00E5-4CA5-9B44-15BA367DD7AA\",\n            \"Locator\": \"KJDNVK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T10:18:19.46\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16980,\n            \"UniqueId\": \"AIR-34EB6EEC-A7E0-44D3-B961-AC1E7EE58F22\",\n            \"Locator\": \"3KXHG2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T10:33:35.593\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16981,\n            \"UniqueId\": \"AIR-AAA86401-96BC-4772-91BA-511B8E738215\",\n            \"Locator\": \"3KZANA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T10:48:13.033\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16982,\n            \"UniqueId\": \"AIR-40629AD8-9DB6-4F25-91B4-3BD338F9BF28\",\n            \"Locator\": \"LIVKJY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T11:16:18.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16984,\n            \"UniqueId\": \"AIR-92EBC19E-5A84-48C3-A0CF-422AC060D7AD\",\n            \"Locator\": \"UCLPTU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T11:33:39.127\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16985,\n            \"UniqueId\": \"AIR-DE7019FF-6BE5-42C6-BFEC-2383E897C5E1\",\n            \"Locator\": \"LIIOTS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T11:33:54.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16986,\n            \"UniqueId\": \"AIR-C4ACD333-4694-4C48-B7C7-F126BD1E7B6A\",\n            \"Locator\": \"XKIXFI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T11:39:39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16987,\n            \"UniqueId\": \"AIR-94554134-EF34-4590-B38D-9D1E272A0908\",\n            \"Locator\": \"UDKWKT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T13:33:45.303\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16988,\n            \"UniqueId\": \"AIR-0D76D121-D5C4-4138-8A7C-05496A7C85A4\",\n            \"Locator\": \"UDNLFZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T13:54:13.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16989,\n            \"UniqueId\": \"AIR-524FAA92-9BF2-480B-81DE-A66D526D8F7B\",\n            \"Locator\": \"UDNMPC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T13:54:30.203\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16990,\n            \"UniqueId\": \"AIR-6C502FD1-2C8F-49C1-80E1-E529CC99453B\",\n            \"Locator\": \"XOCOSB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T14:32:51.517\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16991,\n            \"UniqueId\": \"AIR-AD420D47-3535-4BEF-8D6C-177580050E18\",\n            \"Locator\": \"LMKVZN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T14:35:27.84\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16993,\n            \"UniqueId\": \"AIR-BDF8E9C4-8BC1-48F1-AA6B-B462269F41BC\",\n            \"Locator\": \"LSPDFA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T14:39:27.18\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16997,\n            \"UniqueId\": \"AIR-FD723534-F022-42EF-9F4C-A9EE313509BC\",\n            \"Locator\": \"LTYWFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T15:25:41.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16999,\n            \"UniqueId\": \"AIR-334AD1E5-E17C-4F1F-805C-6A037A1AF0CA\",\n            \"Locator\": \"MTRREZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T16:31:38.633\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17000,\n            \"UniqueId\": \"AIR-4A03210A-D9CD-4AC0-966F-E8A5490C9A7E\",\n            \"Locator\": \"UGHWXL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T17:21:20.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17001,\n            \"UniqueId\": \"AIR-2A316A9A-D4C9-40A9-9784-AB35C7BB5C1F\",\n            \"Locator\": \"ERROR_AIR-012F1405CE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T17:39:59.887\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17002,\n            \"UniqueId\": \"AIR-61548696-EED4-4DDC-8BFF-61352E9CC4B6\",\n            \"Locator\": \"MULVFU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T17:42:08.783\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17003,\n            \"UniqueId\": \"AIR-BA50A683-A42F-4AC8-968A-7254A3592910\",\n            \"Locator\": \"3RA6ED\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T17:45:02.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17004,\n            \"UniqueId\": \"AIR-A553173C-0BCC-491C-A68B-702EBDFDA3EF\",\n            \"Locator\": \"YWMWDG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-05T18:07:43.377\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17005,\n            \"UniqueId\": \"AIR-CC6F03A9-D011-417A-95C9-14CBCC2A4B4B\",\n            \"Locator\": \"3Y69W8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T01:52:27.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17006,\n            \"UniqueId\": \"AIR-6411510F-D7DC-49D6-91DE-064EA9DC5767\",\n            \"Locator\": \"YATLZJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T02:15:13.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17007,\n            \"UniqueId\": \"AIR-8CF82DAE-A65D-4412-8CC1-26DB9D7C5991\",\n            \"Locator\": \"MZYJGX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T02:54:16\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16983,\n            \"UniqueId\": \"AIR-E034D82B-DCD4-45BD-94D7-55079E873C2F\",\n            \"Locator\": \"XKUZII\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T08:35:38.75\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17009,\n            \"UniqueId\": \"AIR-2580F032-240B-4E8B-A1DC-6B9F994D6F2A\",\n            \"Locator\": \"YLWCSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T11:06:29.11\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17008,\n            \"UniqueId\": \"AIR-B8D9C5B0-220E-4F8F-82B8-BF11523AEFF1\",\n            \"Locator\": \"YLVBYT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T11:06:38.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17011,\n            \"UniqueId\": \"AIR-EE1A4876-84DE-4B11-952B-ADA986C63602\",\n            \"Locator\": \"YPYCLS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T14:04:22.543\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17012,\n            \"UniqueId\": \"AIR-F3DEECF0-30A0-498C-8FC0-0B1CF1D86A03\",\n            \"Locator\": \"YPPHUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T14:37:44.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17010,\n            \"UniqueId\": \"AIR-729CFFF9-6B9F-4AF7-A405-9EAB4C68FB9D\",\n            \"Locator\": \"MKOKYR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T15:15:26.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16996,\n            \"UniqueId\": \"AIR-C6979D1A-C4AF-4D82-99B3-81652ACC4B48\",\n            \"Locator\": \"XPCOWW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T15:15:53.62\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16964,\n            \"UniqueId\": \"AIR-14707B92-E5FE-4FEB-B2DC-CB3A0BCF0B75\",\n            \"Locator\": \"WMEJBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T15:15:56.007\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16995,\n            \"UniqueId\": \"AIR-2423BF9F-318B-49AF-8B90-72BDED4EE4A4\",\n            \"Locator\": \"LNQRGK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T15:15:57.197\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16963,\n            \"UniqueId\": \"AIR-5F3FF69B-8214-4A0D-8C16-59F7EC84C1D9\",\n            \"Locator\": \"KJFWHG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T15:16:02.023\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16994,\n            \"UniqueId\": \"AIR-1E3C97FD-37DC-4D36-9C53-4E6471D28F5F\",\n            \"Locator\": \"LMPSWP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T15:16:05.12\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16992,\n            \"UniqueId\": \"AIR-53EC15DD-F037-4887-AB49-55A9A9B94E62\",\n            \"Locator\": \"XOHTOE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T15:16:06.76\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16998,\n            \"UniqueId\": \"AIR-A5BD6C39-5ACD-4417-A0C0-158FC6F41B78\",\n            \"Locator\": \"LPOBYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T15:16:08.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17015,\n            \"UniqueId\": \"AIR-8C77B586-8865-4E8D-9ABB-62C113C34F53\",\n            \"Locator\": \"ZVJPOO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T16:25:17.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17016,\n            \"UniqueId\": \"AIR-A071791A-F121-4DBE-803D-0CC06C5C37F9\",\n            \"Locator\": \"4CNULP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T16:28:04.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17013,\n            \"UniqueId\": \"AIR-F55B622E-8DCA-4C67-A1E0-B316CADE5F40\",\n            \"Locator\": \"ZQDMQW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T16:30:30.277\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17018,\n            \"UniqueId\": \"AIR-69FEE508-709D-48A6-A4E8-52C3F74C062A\",\n            \"Locator\": \"ZWHXMP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T16:36:49.14\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17019,\n            \"UniqueId\": \"AIR-AA9C9C3B-F19A-4244-BE9D-6C64967D305C\",\n            \"Locator\": \"LEQUMR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T16:45:10.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17017,\n            \"UniqueId\": \"AIR-69474F94-B163-45B0-BA0E-E3730678204E\",\n            \"Locator\": \"4CPDTX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T16:45:51.317\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17020,\n            \"UniqueId\": \"AIR-FA349CB4-6CC4-4D83-80B7-9D4801943178\",\n            \"Locator\": \"4D63VJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T17:09:53.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17021,\n            \"UniqueId\": \"AIR-080A5EC0-10E2-4D32-8ADF-B955C86905AE\",\n            \"Locator\": \"VRJDXQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T17:24:23.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17022,\n            \"UniqueId\": \"AIR-1F15E670-4775-4D80-B93B-5332653CB02B\",\n            \"Locator\": \"4DR9UI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T17:42:19.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17023,\n            \"UniqueId\": \"AIR-A3A22BA2-162A-4019-B8F6-AF41E38DD40B\",\n            \"Locator\": \"QWOFCI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T17:43:53.56\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17024,\n            \"UniqueId\": \"AIR-541271CC-A0B2-4BC5-A928-59ADF03AE20E\",\n            \"Locator\": \"QACQFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T21:41:36.41\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17025,\n            \"UniqueId\": \"AIR-E0955330-B85C-4F11-B631-20672926A2D5\",\n            \"Locator\": \"QACXEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T21:42:27.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17026,\n            \"UniqueId\": \"AIR-11A47551-3FB1-44DF-806C-FF39543AB730\",\n            \"Locator\": \"QAERBF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T21:53:34.013\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17027,\n            \"UniqueId\": \"AIR-BF80B1A3-4A41-4336-A1FC-77A335D2C325\",\n            \"Locator\": \"LFKKIS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T21:54:27.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17028,\n            \"UniqueId\": \"AIR-080DE222-0595-4C3C-86DC-9AA9D606BE4F\",\n            \"Locator\": \"ERROR_AIR-62DC350215\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T21:55:38.487\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17029,\n            \"UniqueId\": \"AIR-E4C0317C-7165-4B6F-87F8-BE97BF900B35\",\n            \"Locator\": \"4HB4SJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T21:57:18.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17030,\n            \"UniqueId\": \"AIR-2269845B-44F3-4386-A275-C8F173EAFAC4\",\n            \"Locator\": \"ZBWQUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T21:58:25.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17031,\n            \"UniqueId\": \"AIR-4F9E2EDD-EDC6-4C8D-967B-77AA7FE2B9B4\",\n            \"Locator\": \"ZBWVZP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T21:59:32.103\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17032,\n            \"UniqueId\": \"AIR-9B2411B2-32EE-4CB3-8441-8A5D3F28C6FF\",\n            \"Locator\": \"4HVXQR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T22:43:08.24\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17033,\n            \"UniqueId\": \"AIR-F5AD9AD6-E119-4A7E-BDDA-77A9D74E15A7\",\n            \"Locator\": \"ZMZTJU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T08:12:45.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17035,\n            \"UniqueId\": \"AIR-4B3D2B19-DB44-4E0C-B175-606C05E254ED\",\n            \"Locator\": \"4RWGLU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T10:12:31.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17036,\n            \"UniqueId\": \"AIR-E8246CAE-32F2-4949-BFF4-F05CB0A2FBC2\",\n            \"Locator\": \"4RYJVS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T10:16:03.637\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17014,\n            \"UniqueId\": \"AIR-E80E69F2-17BE-4242-BB91-FE442FB2543F\",\n            \"Locator\": \"QQEWOX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T10:26:28.24\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17037,\n            \"UniqueId\": \"AIR-792F6A94-AF25-4C5D-B4D0-029A253B5305\",\n            \"Locator\": \"QPUUGP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T10:48:46.893\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17039,\n            \"UniqueId\": \"AIR-30807BD7-71BF-46F5-8296-B6585AC1ECC1\",\n            \"Locator\": \"4SN7EH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T11:04:50.1\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17041,\n            \"UniqueId\": \"AIR-49217E4B-A451-4ADF-8353-A84CB68CB202\",\n            \"Locator\": \"ARSEAS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T11:20:03.557\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17042,\n            \"UniqueId\": \"AIR-5E611ECC-DBEC-426F-BB0C-930357DBAEBA\",\n            \"Locator\": \"RQLPTN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T11:23:43.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17044,\n            \"UniqueId\": \"AIR-1AB37882-AB6D-490C-BD03-DAD98228EA50\",\n            \"Locator\": \"LLGQBT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T11:44:52.387\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17043,\n            \"UniqueId\": \"AIR-164FC989-2673-4028-AF6A-33BD4FBE5456\",\n            \"Locator\": \"RRGQFF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T11:46:07.687\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17045,\n            \"UniqueId\": \"AIR-FD9562E0-6D03-4E28-8DD1-720517B6151B\",\n            \"Locator\": \"RRNNZX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T11:55:30.957\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17038,\n            \"UniqueId\": \"AIR-8184BE1D-8CCC-41B8-AC25-161F4E5E47E3\",\n            \"Locator\": \"ZPMMTO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T14:07:35.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17046,\n            \"UniqueId\": \"AIR-2E810F52-7E31-424C-80E6-FE8FC837FF54\",\n            \"Locator\": \"RVULUG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T14:29:54.71\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17047,\n            \"UniqueId\": \"AIR-23BFE6A3-9492-478C-8EB5-BE7EAE2E8F1F\",\n            \"Locator\": \"RVYTRT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T14:44:42.183\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17048,\n            \"UniqueId\": \"AIR-07E99BE1-AB9B-4244-9AB4-C495EDAC41AA\",\n            \"Locator\": \"RVCOUP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T14:48:57.423\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17049,\n            \"UniqueId\": \"AIR-72A34815-ADA6-4E27-A3DC-0BE24A2A3FD1\",\n            \"Locator\": \"RVFDPC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T14:51:14.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17050,\n            \"UniqueId\": \"AIR-5FC200A9-6D6C-418C-97F6-B9579FF81CB2\",\n            \"Locator\": \"ERROR_AIR-6FCB43188B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T15:48:43.847\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17051,\n            \"UniqueId\": \"AIR-60112584-987D-4C27-934B-171F62F9D4FE\",\n            \"Locator\": \"RXHSFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T15:49:16.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17052,\n            \"UniqueId\": \"AIR-6079220B-C79D-45F0-B7C6-0ED3FCFD890D\",\n            \"Locator\": \"AYKCVV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T16:01:00.443\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17053,\n            \"UniqueId\": \"AIR-21C2DD95-AF74-4B43-85F8-5A45CA48D290\",\n            \"Locator\": \"AAAPYD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T16:20:26.943\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17054,\n            \"UniqueId\": \"AIR-AA46AE02-BA17-4383-A0EA-EEAE30B9AE86\",\n            \"Locator\": \"VDEPBD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T16:28:54.167\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17040,\n            \"UniqueId\": \"AIR-63393B40-0AA8-4B40-A388-D0F5D37C3196\",\n            \"Locator\": \"AQNRDZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T16:32:19.74\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17055,\n            \"UniqueId\": \"AIR-E4262C64-DB03-4983-8BAD-03BF278612F8\",\n            \"Locator\": \"ABEXHL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T16:34:09.457\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17056,\n            \"UniqueId\": \"AIR-490EA009-8902-46EA-A3E8-D45AADAAFE5F\",\n            \"Locator\": \"ACDBFV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T16:50:44.893\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17057,\n            \"UniqueId\": \"AIR-F9254CB3-5092-4C37-A763-C614707E695E\",\n            \"Locator\": \"ERROR_AIR-A4040190F1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:00:02.167\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17058,\n            \"UniqueId\": \"AIR-322CCE72-7071-4F05-BDEA-9373518A759D\",\n            \"Locator\": \"RCXCYL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:00:54.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17059,\n            \"UniqueId\": \"AIR-DD2A45CB-8145-4E28-A0CF-1F3AF142A07A\",\n            \"Locator\": \"ERROR_AIR-351689E516\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:03:51.517\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17060,\n            \"UniqueId\": \"AIR-F1F3B926-BF4B-4FDD-BD9B-D0CF3F6D4B34\",\n            \"Locator\": \"RCAKNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:09:16.863\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17061,\n            \"UniqueId\": \"AIR-AA5B64C8-82D3-405D-926D-BDF120CC5FB2\",\n            \"Locator\": \"ACJYNT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:10:54.49\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17062,\n            \"UniqueId\": \"AIR-0B4031B2-1E17-4521-B8E3-4DE223EA9D6A\",\n            \"Locator\": \"LOITBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:11:28.233\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17063,\n            \"UniqueId\": \"AIR-143ADC13-A326-4768-9F37-E19F01FBD1F4\",\n            \"Locator\": \"VESMXA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:18:17.973\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17064,\n            \"UniqueId\": \"AIR-DBBF76FB-CB39-42C9-8CCF-121519643FCA\",\n            \"Locator\": \"ACNPMD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:24:48.097\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17065,\n            \"UniqueId\": \"AIR-F7147D8E-84BE-46FE-AA48-1552FA130B9F\",\n            \"Locator\": \"RCGLHH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:27:58.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17066,\n            \"UniqueId\": \"AIR-86913FCE-482A-4049-A4CE-B0097C6177A2\",\n            \"Locator\": \"VEUHEH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:39:02.65\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17067,\n            \"UniqueId\": \"AIR-F2F095B9-85D4-4F75-AE3E-0E8FD94FB483\",\n            \"Locator\": \"ERROR_AIR-0DBB143E13\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:42:33.073\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17068,\n            \"UniqueId\": \"AIR-5EE0329D-4742-493E-8F84-F05458F43AE8\",\n            \"Locator\": \"ERROR_AIR-760DB45DE2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:43:09.623\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17069,\n            \"UniqueId\": \"AIR-8DB45569-37DC-4CB4-A6F8-4A6531D6F367\",\n            \"Locator\": \"ERROR_AIR-91D36532D5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:44:56.063\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17070,\n            \"UniqueId\": \"AIR-988D572F-9EBC-433B-9B5B-8B131E3C4744\",\n            \"Locator\": \"RCKCFV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T17:48:35.513\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17071,\n            \"UniqueId\": \"AIR-2BD52393-9F33-4469-AD61-E7F6C0BFE802\",\n            \"Locator\": \"25MNN2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T23:45:01.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17072,\n            \"UniqueId\": \"AIR-BA9971A2-133D-493F-8A5D-87713F5F7C39\",\n            \"Locator\": \"25P9FH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-07T23:55:33.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17073,\n            \"UniqueId\": \"AIR-FF4C39F7-B548-43AC-8E27-C66AF5BF28AB\",\n            \"Locator\": \"BRLUPA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T10:31:25.797\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17074,\n            \"UniqueId\": \"AIR-2B839D8A-1B36-4AEE-90F9-2E2736A1C9F5\",\n            \"Locator\": \"SRILFY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T10:32:43.783\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17075,\n            \"UniqueId\": \"AIR-2B7E8DCD-2CAD-4A3A-B072-2C7CF5EF6404\",\n            \"Locator\": \"2ENFUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T10:37:12.38\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17076,\n            \"UniqueId\": \"AIR-70E8B823-E545-4CBD-A0B3-41D60C37EE9F\",\n            \"Locator\": \"BTXNZJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T12:11:22.8\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17077,\n            \"UniqueId\": \"AIR-76B4E131-7C40-4A36-B5D7-08F868C2AB9E\",\n            \"Locator\": \"STYDMY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T12:13:25.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17078,\n            \"UniqueId\": \"AIR-7CBC57F0-D8C3-4D1A-95C8-C6FB4A44AA57\",\n            \"Locator\": \"SUWJKQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T13:11:17.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17079,\n            \"UniqueId\": \"AIR-64B697B2-D397-40E7-87AD-FF94EE486A39\",\n            \"Locator\": \"SUBHQQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T13:24:02.683\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17080,\n            \"UniqueId\": \"AIR-D8F1A481-89FC-4812-B254-D2734A78716F\",\n            \"Locator\": \"SUJOUL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T13:50:47.9\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17081,\n            \"UniqueId\": \"AIR-6A3FA740-7A46-47CF-9B39-D4124250F478\",\n            \"Locator\": \"BUMOOL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T14:06:34.133\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17082,\n            \"UniqueId\": \"AIR-0ACCD923-7665-44BA-9E03-AAA5F7C25D22\",\n            \"Locator\": \"VLIQLG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T14:16:36.93\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17083,\n            \"UniqueId\": \"AIR-673B41D8-3D50-4633-83ED-B4406234861D\",\n            \"Locator\": \"BVJODO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T14:53:44.723\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17084,\n            \"UniqueId\": \"AIR-A44CD21A-8E88-4E58-9DDE-24ED4148B1A6\",\n            \"Locator\": \"SVOQIC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T14:56:15.633\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17085,\n            \"UniqueId\": \"AIR-A3C65991-A339-449E-9E67-2D43B2601894\",\n            \"Locator\": \"2IE4WR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T14:57:10.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17086,\n            \"UniqueId\": \"AIR-ECA81982-8BA6-40E5-8CD9-8FD7CE3EF749\",\n            \"Locator\": \"MVJQZG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T15:00:00.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17087,\n            \"UniqueId\": \"AIR-5ACE9C3D-6273-48D0-BBE0-0708A3E07232\",\n            \"Locator\": \"SWXPZR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T15:18:36.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17088,\n            \"UniqueId\": \"AIR-32224E2B-A0C1-4FDF-91D7-7A55D1BB658F\",\n            \"Locator\": \"SWAPVI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T15:24:23.893\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17089,\n            \"UniqueId\": \"AIR-6A22FBA1-44D9-4C06-BB6C-8F59023D1E30\",\n            \"Locator\": \"SWECXI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T15:30:58.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17090,\n            \"UniqueId\": \"AIR-DF3F16BA-1444-4F10-A164-415D2EE34345\",\n            \"Locator\": \"SXUMLP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T15:39:11.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17091,\n            \"UniqueId\": \"AIR-05F53B07-C4AD-453D-9457-1EE828244A60\",\n            \"Locator\": \"VMFDXS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T15:48:06.91\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17092,\n            \"UniqueId\": \"AIR-2990BC54-232E-4C0A-8AE3-57A1132F95FF\",\n            \"Locator\": \"VMJXXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T15:52:58.243\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17093,\n            \"UniqueId\": \"AIR-06091B13-6885-49BF-B4ED-738EBC989802\",\n            \"Locator\": \"SYAZDA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T15:54:08.117\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17094,\n            \"UniqueId\": \"AIR-544E7827-BAB9-494F-9E67-57B263D2A298\",\n            \"Locator\": \"BYAHZG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T15:54:14.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17095,\n            \"UniqueId\": \"AIR-51AD18FF-9EC1-4AD3-A0E1-634674977F1A\",\n            \"Locator\": \"2JFZOA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T16:04:14.013\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17096,\n            \"UniqueId\": \"AIR-4B55D75D-39DC-4A18-8C84-AAE059D3B5A3\",\n            \"Locator\": \"2JFI3W\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T16:07:14.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17097,\n            \"UniqueId\": \"AIR-A4F985AA-D4F9-411E-BCCC-595B00FCCFC8\",\n            \"Locator\": \"BCYLGE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T16:53:15.683\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17098,\n            \"UniqueId\": \"AIR-758820F5-ED60-4E52-8530-37FF0A3517F8\",\n            \"Locator\": \"VOXCXG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:07:57.817\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17099,\n            \"UniqueId\": \"AIR-3B08A4BB-7CC5-46F0-A59F-911E23D84269\",\n            \"Locator\": \"MXFBCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:12:49.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17100,\n            \"UniqueId\": \"AIR-A2E0CB63-CD41-4AE7-8183-4F10E4529B8C\",\n            \"Locator\": \"2KM8HY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:31:56.267\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17101,\n            \"UniqueId\": \"AIR-17196F90-E789-4C54-A024-AE1E56371265\",\n            \"Locator\": \"VOZKSV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:37:16.29\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17102,\n            \"UniqueId\": \"AIR-F2A8644A-C255-4F1A-A073-7965C4D62412\",\n            \"Locator\": \"MXHPEX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:42:05.39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17103,\n            \"UniqueId\": \"AIR-DDF88C3A-20E2-4636-A07D-31EC00572370\",\n            \"Locator\": \"2KS7FB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:43:24.403\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17104,\n            \"UniqueId\": \"AIR-6A0138F4-A978-4826-8A31-F883AABF935D\",\n            \"Locator\": \"VOAJLR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:46:06.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17105,\n            \"UniqueId\": \"AIR-A06C0E8F-4767-44A1-82AE-ACBEC809CDDA\",\n            \"Locator\": \"VOANGB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:46:13.167\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17106,\n            \"UniqueId\": \"AIR-B094BA70-3E64-4E77-9109-C948DF2904F8\",\n            \"Locator\": \"2KU8RM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:47:44.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17107,\n            \"UniqueId\": \"AIR-3945CE4D-BBD9-472C-889D-58A088EE2C10\",\n            \"Locator\": \"2KTERS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:48:48.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17108,\n            \"UniqueId\": \"AIR-3E8683CC-F713-4427-9982-33EB7A8D781F\",\n            \"Locator\": \"2KSDMD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:49:42.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17109,\n            \"UniqueId\": \"AIR-DA216F71-839A-43B8-961D-1D8538EC0003\",\n            \"Locator\": \"SCKKNH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:50:36.383\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17110,\n            \"UniqueId\": \"AIR-CEBA5333-33D3-42F5-ABB7-EBC846227035\",\n            \"Locator\": \"BCMFIU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:56:51.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17111,\n            \"UniqueId\": \"AIR-489B80FD-A51B-4B33-A641-0D03710CDA9C\",\n            \"Locator\": \"BCMKEH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T17:58:00.99\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17112,\n            \"UniqueId\": \"AIR-CD7B3F63-43AD-494B-9E98-144E0BCAE41E\",\n            \"Locator\": \"2L24ZR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T18:01:14.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17113,\n            \"UniqueId\": \"AIR-3F07674E-0F9B-4745-9555-881C59EF293A\",\n            \"Locator\": \"ERROR_AIR-3CC5E112E3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T18:06:45.513\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17114,\n            \"UniqueId\": \"AIR-D463A330-633D-440F-BB94-ED6B0987EC86\",\n            \"Locator\": \"ERROR_AIR-4283F22545\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T18:07:01.377\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17115,\n            \"UniqueId\": \"AIR-BA80C1A9-A345-45EB-9571-0BA006266BF7\",\n            \"Locator\": \"BCPFNL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T18:10:05.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17116,\n            \"UniqueId\": \"AIR-04DB1738-C423-48B9-ACCD-1CEA43B47C33\",\n            \"Locator\": \"SDCMVH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T18:56:27.45\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17117,\n            \"UniqueId\": \"AIR-56E916F3-D6E6-4212-81C3-E59DB2AAA671\",\n            \"Locator\": \"MYWROJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:25:17.013\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17118,\n            \"UniqueId\": \"AIR-0D284198-4F18-43F6-801A-94A82A7B29DC\",\n            \"Locator\": \"SDLIIU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:28:15.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17119,\n            \"UniqueId\": \"AIR-75D5999D-15D5-46CD-B615-D034100FCE54\",\n            \"Locator\": \"ERROR_AIR-52D19541AC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:30:32.19\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17120,\n            \"UniqueId\": \"AIR-71E87B1B-3FBA-4913-8F40-3BC08C1A87EF\",\n            \"Locator\": \"ERROR_AIR-079240FA56\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:30:50.11\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17121,\n            \"UniqueId\": \"AIR-C6C243B1-D20D-4826-A71C-41D20BF0F431\",\n            \"Locator\": \"PR_AIR-AB84675B3A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:31:22.177\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18121,\n            \"UniqueId\": \"AIR-E827D56B-FDAC-44F0-AD74-7BF5035D3AA9\",\n            \"Locator\": \"PR_AIR-6EDC10061F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:32:03.843\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18122,\n            \"UniqueId\": \"AIR-4B5C49A0-738E-4C9C-A59E-889499ED3278\",\n            \"Locator\": \"PR_AIR-5C161DCC05\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:32:03.843\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18123,\n            \"UniqueId\": \"AIR-652B73B0-3732-4C89-88AF-35113D688CDF\",\n            \"Locator\": \"PR_AIR-BB3259E44A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:32:59.437\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18124,\n            \"UniqueId\": \"AIR-F3B077B4-195D-4FB0-A6B1-0E6260FC0D47\",\n            \"Locator\": \"VOPACU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:33:48.403\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18125,\n            \"UniqueId\": \"AIR-C9353AB4-6DB1-4D08-83B5-D594111D1BC3\",\n            \"Locator\": \"VOPFYJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:35:31.457\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18126,\n            \"UniqueId\": \"AIR-E0D4AC44-C72A-40B2-933E-CFA87A410AAE\",\n            \"Locator\": \"MYXZHD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:36:51.933\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18128,\n            \"UniqueId\": \"AIR-A658627C-C214-44D3-98B0-F4A48E75573E\",\n            \"Locator\": \"ERROR_AIR-1CF6B6F8E6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:40:04.007\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18129,\n            \"UniqueId\": \"AIR-24D91710-D3E9-408B-8654-A20288223E84\",\n            \"Locator\": \"ERROR_AIR-25F6F318BA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:40:48.58\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18127,\n            \"UniqueId\": \"AIR-A2F1B00B-E68D-4F09-A8BD-676E3F80DFC9\",\n            \"Locator\": \"MYXENS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:41:39.967\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18130,\n            \"UniqueId\": \"AIR-662D003E-2AFA-49B2-84AB-E82779E83F20\",\n            \"Locator\": \"MYXOGV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:42:46.207\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18131,\n            \"UniqueId\": \"AIR-FDF45722-083C-418E-BE85-1324B766D77D\",\n            \"Locator\": \"ERROR_AIR-B4FADED1FD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:44:09.043\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18132,\n            \"UniqueId\": \"AIR-C75E7CF5-9810-4755-A93E-32B45129E287\",\n            \"Locator\": \"ERROR_AIR-A65988E3B7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:44:38.503\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18134,\n            \"UniqueId\": \"AIR-B1D350FC-69C2-40DB-87C6-EC726A1D1211\",\n            \"Locator\": \"MYYKUF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:47:49.487\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18133,\n            \"UniqueId\": \"AIR-8D166FB2-3BAF-4C68-A668-606B4BF6C273\",\n            \"Locator\": \"SDNKWS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:48:34.337\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18135,\n            \"UniqueId\": \"AIR-82F5B136-BBE0-4184-87AC-9C99B776945B\",\n            \"Locator\": \"BDNOFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:52:31.097\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18137,\n            \"UniqueId\": \"AIR-3DB193F2-9343-4145-BC79-43C935A1C84A\",\n            \"Locator\": \"ERROR_AIR-96534ECF0A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:55:03.287\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18138,\n            \"UniqueId\": \"AIR-1E1A0F41-2BD0-4C25-97C4-D9CCC76D544D\",\n            \"Locator\": \"ERROR_AIR-28EF8F5F73\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:55:34.123\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18136,\n            \"UniqueId\": \"AIR-B7400B92-ED17-43CA-A99F-924868991429\",\n            \"Locator\": \"BDOQHP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:56:04.807\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18139,\n            \"UniqueId\": \"AIR-1337FE76-9F54-436D-A829-A8F13B30397D\",\n            \"Locator\": \"SDOOTA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:56:53.167\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18140,\n            \"UniqueId\": \"AIR-99D33D3E-3C8D-4A6C-95F4-2E19D4A47E22\",\n            \"Locator\": \"MYZKWC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T19:58:25.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18141,\n            \"UniqueId\": \"AIR-A0C50F48-E3DF-4C5C-9915-0213E82CE830\",\n            \"Locator\": \"VPSQOJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T20:01:50.423\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18142,\n            \"UniqueId\": \"AIR-69A92C2E-6449-44A7-B5CC-42076EFF4BB1\",\n            \"Locator\": \"SDPYNF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T20:02:16.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18143,\n            \"UniqueId\": \"AIR-33F6AD17-BEE1-4777-92C8-89E22ED0AF03\",\n            \"Locator\": \"MYAHUO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T20:04:08.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18144,\n            \"UniqueId\": \"AIR-39204638-10E2-4C39-944B-9B87D3DF8C13\",\n            \"Locator\": \"MYBYEN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T20:07:51.937\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18145,\n            \"UniqueId\": \"AIR-5BCE6E3C-09EC-4F86-BC7E-83332A039C40\",\n            \"Locator\": \"ERROR_AIR-2A4707D9E2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T20:09:00.99\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18146,\n            \"UniqueId\": \"AIR-11F4358C-2E5C-4720-855B-EDD3BB7BD2DC\",\n            \"Locator\": \"ERROR_AIR-2C751AD782\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T20:09:28.56\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18147,\n            \"UniqueId\": \"AIR-F7471DA1-9D5C-4E95-A434-1A7241BF7913\",\n            \"Locator\": \"VPTVVT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-08T20:10:43.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18148,\n            \"UniqueId\": \"AIR-C509BA9B-8E37-48E9-96F4-7527A1B63F91\",\n            \"Locator\": \"SHACEP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T10:08:38.683\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18149,\n            \"UniqueId\": \"AIR-07749E0B-2BC8-4EB9-AF03-D19D0B76CCC9\",\n            \"Locator\": \"BHWAJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T10:19:07.667\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18150,\n            \"UniqueId\": \"AIR-43AB68DE-4510-4590-A68B-80F13B6C31B6\",\n            \"Locator\": \"MBZESU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T10:22:42.45\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18151,\n            \"UniqueId\": \"AIR-992BDDCC-5549-489B-9ED2-19F4DA204F02\",\n            \"Locator\": \"ERROR_AIR-3EDC1A3512\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T10:28:21.797\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18152,\n            \"UniqueId\": \"AIR-0A3B3D1D-C3A4-41FB-965B-1FC75E517626\",\n            \"Locator\": \"ERROR_AIR-86AD2D4050\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T10:28:46.167\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18153,\n            \"UniqueId\": \"AIR-3F9CEFD6-F0E9-489F-9A23-4FAA304BEA69\",\n            \"Locator\": \"ERROR_AIR-EF459314C3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T10:35:35.23\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18154,\n            \"UniqueId\": \"AIR-DA868E90-27A1-4512-B09B-9F4A495A492D\",\n            \"Locator\": \"ERROR_AIR-23DFE37A18\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T10:35:55.497\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18155,\n            \"UniqueId\": \"AIR-3C945074-012A-4612-90A8-06F8D4121A44\",\n            \"Locator\": \"WSSJTT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T11:16:01.307\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18156,\n            \"UniqueId\": \"AIR-76C80DF6-0CC2-4BF8-8544-4DCA6F2275BA\",\n            \"Locator\": \"2YL4NH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T11:16:28.233\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18157,\n            \"UniqueId\": \"AIR-CEBA9059-B0CC-4BA2-B9AA-B17BF155CF00\",\n            \"Locator\": \"2YPD7I\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T11:21:17.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18158,\n            \"UniqueId\": \"AIR-5E0A00CC-7C22-489C-9E91-F1A66E9E6F93\",\n            \"Locator\": \"BHZNTE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T11:32:54.893\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18159,\n            \"UniqueId\": \"AIR-CE4B1304-53B4-44CF-BECC-2C8998653298\",\n            \"Locator\": \"WSWLTN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T12:16:50.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18160,\n            \"UniqueId\": \"AIR-9AB9B583-E54B-4F81-8CB1-BF99A5A65050\",\n            \"Locator\": \"WSXRAE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T12:22:05.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18161,\n            \"UniqueId\": \"AIR-EA6550F0-4246-443A-B76C-ADC11CBC0601\",\n            \"Locator\": \"BHDFBV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T12:23:28.403\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18162,\n            \"UniqueId\": \"AIR-F890CC37-F1C1-4C4E-82F2-BCA17119AE34\",\n            \"Locator\": \"ERROR_AIR-987F679E8E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T17:23:18.963\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18163,\n            \"UniqueId\": \"AIR-21337C24-DCE5-4728-AA43-289BAAB47765\",\n            \"Locator\": \"ERROR_AIR-21D6A4C9F7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T17:23:47.123\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18164,\n            \"UniqueId\": \"AIR-F6962E48-33C1-44B7-B612-C5556C8F6F54\",\n            \"Locator\": \"BNEWPL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-09T17:30:01.75\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18165,\n            \"UniqueId\": \"AIR-6D9BED93-59C1-4EAA-B770-D140DF91CD78\",\n            \"Locator\": \"MGZFMX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T14:10:26.463\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18166,\n            \"UniqueId\": \"AIR-DCECF749-BFEE-46BE-BDB2-E7F117B65EBB\",\n            \"Locator\": \"MGZJHJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T14:13:01.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18167,\n            \"UniqueId\": \"AIR-8AEC1DE0-78AC-4CEF-B34E-22943EDEEE07\",\n            \"Locator\": \"TRHPYB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T14:26:27.86\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18168,\n            \"UniqueId\": \"AIR-1EC73A80-741D-4EAA-84BE-2BABF135B682\",\n            \"Locator\": \"MGBQIA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T14:29:17.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18169,\n            \"UniqueId\": \"AIR-C81C6865-AF90-49A1-A142-3C1EDC98C607\",\n            \"Locator\": \"MGBABB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T14:32:55.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18170,\n            \"UniqueId\": \"AIR-1DE1E525-3B98-4746-A624-E80690082F4E\",\n            \"Locator\": \"3LBP68\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T14:53:58.153\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18171,\n            \"UniqueId\": \"AIR-0E7330FC-E8D5-448F-AC2A-7B3E33AB9E6E\",\n            \"Locator\": \"3LHUP6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T15:07:37.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18172,\n            \"UniqueId\": \"AIR-4D00DFE6-9B3F-4B31-B27F-93688C1A5929\",\n            \"Locator\": \"3LGRTM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T15:14:42.207\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18173,\n            \"UniqueId\": \"AIR-A7A85C4C-3E63-4B31-97DC-FC3CB13D82A2\",\n            \"Locator\": \"TDUKWQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T00:39:58.55\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18174,\n            \"UniqueId\": \"AIR-AC3E01AC-F5A5-41E1-BE09-0AE51E38DFE9\",\n            \"Locator\": \"43GVQ6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T09:43:50.487\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18175,\n            \"UniqueId\": \"AIR-8FE5D44D-AF8C-4DA0-9568-FF310471128E\",\n            \"Locator\": \"TIPWLN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T09:59:47.14\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18176,\n            \"UniqueId\": \"AIR-0B934FC4-A033-4927-BABE-0E09A566BBEB\",\n            \"Locator\": \"CHFSZQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T10:29:08.377\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18177,\n            \"UniqueId\": \"AIR-EBA3E14F-698A-43CD-A061-5C0503CF6106\",\n            \"Locator\": \"44FD5I\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T10:49:47.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18178,\n            \"UniqueId\": \"AIR-E400B68D-53E3-4F80-9073-6F66FF94EB59\",\n            \"Locator\": \"TKZVGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T11:52:51.577\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18179,\n            \"UniqueId\": \"AIR-24555B4D-78ED-4C3C-826A-E365315E7936\",\n            \"Locator\": \"46VUR8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T13:37:43.483\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18180,\n            \"UniqueId\": \"AIR-8F2A064D-5124-44FB-8947-57760E72202F\",\n            \"Locator\": \"46VF6H\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T13:44:20\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18181,\n            \"UniqueId\": \"AIR-25AA7DE9-6DB7-4CB6-9E63-8953677B6D6C\",\n            \"Locator\": \"UTGSWV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T13:50:38.783\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18183,\n            \"UniqueId\": \"AIR-F11D9CCC-C13C-4214-B429-A177D8F23483\",\n            \"Locator\": \"DTXWHQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T14:10:36.623\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18184,\n            \"UniqueId\": \"AIR-8858C9F2-B45E-4C97-A5CF-E86026C452ED\",\n            \"Locator\": \"UVLKGU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T14:18:48.847\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18182,\n            \"UniqueId\": \"AIR-A99C15E4-656A-4D81-A94D-BAE2CFBD4157\",\n            \"Locator\": \"479CW5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T14:20:37.673\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18185,\n            \"UniqueId\": \"AIR-CD5137FC-743E-4AA4-BA15-10C612F473F2\",\n            \"Locator\": \"QTSTQI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T14:23:00.027\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18187,\n            \"UniqueId\": \"AIR-A9CB8872-73C9-4D02-8434-CD13791A81D1\",\n            \"Locator\": \"DVKMTH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T14:40:08.8\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18188,\n            \"UniqueId\": \"AIR-216607B4-C17B-49F2-B929-EEEAC70A4CBA\",\n            \"Locator\": \"DWRLWJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T14:42:57.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18186,\n            \"UniqueId\": \"AIR-BF5E0A34-C9B3-417E-857C-912DF74F074B\",\n            \"Locator\": \"WMSKHT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T14:46:56.977\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18190,\n            \"UniqueId\": \"AIR-719CEAAA-A352-40A4-AEFE-D2B21385C235\",\n            \"Locator\": \"UYKNBQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T14:56:29.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18189,\n            \"UniqueId\": \"AIR-7C3A0D7A-96B8-49DE-A410-2AFF45E6A228\",\n            \"Locator\": \"DWXEJX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T14:58:38.36\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18191,\n            \"UniqueId\": \"AIR-DB7BAC94-2A78-4CD4-A6B0-9FC319C5633E\",\n            \"Locator\": \"483WVW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T15:09:21.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18192,\n            \"UniqueId\": \"AIR-F2B0FA37-E16C-4A2C-B7BA-1D310803FB5B\",\n            \"Locator\": \"DYLXZZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T15:16:29.767\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18193,\n            \"UniqueId\": \"AIR-70A8E43F-9CC1-4D53-B9A6-DA1E4DF22AB2\",\n            \"Locator\": \"486PZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T15:17:03.947\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18194,\n            \"UniqueId\": \"AIR-1C1D75E3-983A-4D93-A27F-E4F32ACC53D0\",\n            \"Locator\": \"UBCCDV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T15:29:41.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18195,\n            \"UniqueId\": \"AIR-64582797-44AA-49E7-86F9-291CBF2AF7E9\",\n            \"Locator\": \"DZPRDP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T15:30:49.32\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18196,\n            \"UniqueId\": \"AIR-6F4C0A02-3A67-4ACA-84EC-16BEEB7DC7E4\",\n            \"Locator\": \"WOQSQP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T15:47:33.85\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18197,\n            \"UniqueId\": \"AIR-1FC0CD2A-250A-4213-B9BB-F8E0B571AE71\",\n            \"Locator\": \"UDQSNU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T15:48:22.437\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18198,\n            \"UniqueId\": \"AIR-F7555F58-4823-45A2-BE61-C3E8E8E84624\",\n            \"Locator\": \"48Q67L\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T15:51:59.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18199,\n            \"UniqueId\": \"AIR-539C1792-99EA-4572-AB14-952CE21E4051\",\n            \"Locator\": \"DCIEYG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:03:15.477\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18200,\n            \"UniqueId\": \"AIR-AFFB480E-9016-4384-9F62-8553517C08A5\",\n            \"Locator\": \"48YW8T\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:05:33.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18201,\n            \"UniqueId\": \"AIR-61070335-AE07-4F32-B20B-DAA1AA9496A9\",\n            \"Locator\": \"UEPOYW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:15:51.373\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18202,\n            \"UniqueId\": \"AIR-1F522440-B4D6-44C1-A64F-E6FF91192311\",\n            \"Locator\": \"UGSPZL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:29:45.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18203,\n            \"UniqueId\": \"AIR-DBC84750-2E29-49AA-BAE6-D2DE76E41F23\",\n            \"Locator\": \"UGXABD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:32:31.787\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18204,\n            \"UniqueId\": \"AIR-B5828B7F-CFC0-476E-BE44-266C514362AB\",\n            \"Locator\": \"UHYOEK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:52:55.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18205,\n            \"UniqueId\": \"AIR-058917C3-8B4B-40A5-B672-E5FFBE1D9438\",\n            \"Locator\": \"UHZYGK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:53:09.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18206,\n            \"UniqueId\": \"AIR-B687BB4B-7D88-465D-B6CA-7FCB8D9C43D7\",\n            \"Locator\": \"QVJPAH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:53:49.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18208,\n            \"UniqueId\": \"AIR-6985F920-D612-41F8-A49A-43D6984FE03E\",\n            \"Locator\": \"WPEORC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:57:34.47\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18207,\n            \"UniqueId\": \"AIR-810669AA-E056-4EBD-A014-FCEA04D5FFFE\",\n            \"Locator\": \"UHEGHT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T16:57:44.697\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18209,\n            \"UniqueId\": \"AIR-BC06F780-87F1-4AA2-A2F3-6DCE01578766\",\n            \"Locator\": \"49QMQJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T17:00:07.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18210,\n            \"UniqueId\": \"AIR-924D564B-938A-4149-A7BE-A27C24B83594\",\n            \"Locator\": \"UHHLRX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T17:04:27.05\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18211,\n            \"UniqueId\": \"AIR-7778E997-72F9-4E2D-8C79-8DA1FAA83883\",\n            \"Locator\": \"UHISQQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T17:05:47\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18212,\n            \"UniqueId\": \"AIR-055DD466-E8F0-4CEB-B63A-86AEA9DF7159\",\n            \"Locator\": \"UISWNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T17:28:55.447\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18213,\n            \"UniqueId\": \"AIR-7DB95270-2380-4C03-BCAE-DD263C18E780\",\n            \"Locator\": \"WPJVGL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T17:42:17.213\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18214,\n            \"UniqueId\": \"AIR-E29EFCBB-5611-4AC9-ACE6-23276CC6E421\",\n            \"Locator\": \"UJQLCP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T18:30:49.21\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18215,\n            \"UniqueId\": \"AIR-4F5037E3-BBE6-4FE5-9900-8908A8FFBFCA\",\n            \"Locator\": \"DHFSHI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T18:33:05.167\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18216,\n            \"UniqueId\": \"AIR-018B3FCC-0FCA-4303-B8D0-9C652136D110\",\n            \"Locator\": \"UOMYMM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T22:30:29.3\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18217,\n            \"UniqueId\": \"AIR-44E18B27-7E3C-4992-8476-F97B2470CED8\",\n            \"Locator\": \"4EIXPA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T22:32:34.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18218,\n            \"UniqueId\": \"AIR-2F1533A3-498B-4BB8-B3D6-259436900B60\",\n            \"Locator\": \"VQBZRK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-11T23:36:25.39\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18219,\n            \"UniqueId\": \"AIR-104F5380-E85F-478F-AD33-FC24AA403EF7\",\n            \"Locator\": \"4HJHMB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T02:01:44.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18220,\n            \"UniqueId\": \"AIR-894822EB-A413-45E0-A77E-90CD9C1A12DA\",\n            \"Locator\": \"VXRYYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T07:26:58.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18221,\n            \"UniqueId\": \"AIR-8355145B-53CA-4B0C-9B99-F450073B76A0\",\n            \"Locator\": \"QBMIMX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:15:07.78\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18222,\n            \"UniqueId\": \"AIR-00BD14E0-432B-4F2B-90D1-2B79EF9778A6\",\n            \"Locator\": \"VXNQDN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:17:08.45\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18223,\n            \"UniqueId\": \"AIR-783664FD-6CEA-4AC7-ABBA-4394CFC52F4C\",\n            \"Locator\": \"VXNYUI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:17:35.973\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18224,\n            \"UniqueId\": \"AIR-90456508-789B-4059-BF88-E2CF9AA15E57\",\n            \"Locator\": \"VXORPP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:21:18.307\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18225,\n            \"UniqueId\": \"AIR-848B8B43-F13F-428C-81EF-E2A7299D0E68\",\n            \"Locator\": \"EVKMTX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:24:13.55\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18226,\n            \"UniqueId\": \"AIR-BC026A49-50EF-4FAC-8B8B-812982147660\",\n            \"Locator\": \"VXOKAP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:24:28.893\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18227,\n            \"UniqueId\": \"AIR-5C9665A8-43B1-4C30-9F5B-E3A0669B3E76\",\n            \"Locator\": \"EVLWEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:25:34.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18229,\n            \"UniqueId\": \"AIR-9FD6C334-CC90-4A6D-BB45-2F59D6A00C9B\",\n            \"Locator\": \"EVMWXW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:28:59.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18228,\n            \"UniqueId\": \"AIR-879D4172-BFE4-4759-A1BF-A5609D7922B2\",\n            \"Locator\": \"EVLLUQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:31:30.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18230,\n            \"UniqueId\": \"AIR-9AD1D682-BE91-46BA-B5D5-8A4241483834\",\n            \"Locator\": \"EVNWZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:33:12.107\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18231,\n            \"UniqueId\": \"AIR-AD568534-9EC1-411A-BD83-625289B394AF\",\n            \"Locator\": \"EVOSFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:35:47.85\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18232,\n            \"UniqueId\": \"AIR-2AC6F12F-0A6E-4F11-B6B5-8869209BCEB9\",\n            \"Locator\": \"VYTUBD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:38:08.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18233,\n            \"UniqueId\": \"AIR-4D9D7D4A-FC8A-4DE4-BCEB-2D44D427F457\",\n            \"Locator\": \"VYUZJR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:42:07.713\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18234,\n            \"UniqueId\": \"AIR-8138ED5F-6DB7-401A-9E1A-BD5825EB9109\",\n            \"Locator\": \"4OAN3W\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T09:43:06.667\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18235,\n            \"UniqueId\": \"AIR-1C95CC1F-644E-4CB0-80CF-5C119CE7A9EA\",\n            \"Locator\": \"VYEIBJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T10:10:38.713\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18236,\n            \"UniqueId\": \"AIR-0032AFD3-B89C-41E0-AE75-56F06A8B763A\",\n            \"Locator\": \"EWHJXU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T10:44:07.24\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18237,\n            \"UniqueId\": \"AIR-8944E980-CBE8-4D59-AC94-6BB5E9DC7B68\",\n            \"Locator\": \"VYOXIA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T10:45:44.963\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18238,\n            \"UniqueId\": \"AIR-3EFB928A-9D8C-4E04-8F66-F7AD808B7BFD\",\n            \"Locator\": \"EWKEXW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T10:54:59.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18239,\n            \"UniqueId\": \"AIR-54A9C0AE-B081-43B2-82A8-537928F9DBDB\",\n            \"Locator\": \"EXQVYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T11:08:40.46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18240,\n            \"UniqueId\": \"AIR-2BC21F12-B116-45CC-8EB8-03DB72677E21\",\n            \"Locator\": \"VZWZYF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T11:08:46.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18241,\n            \"UniqueId\": \"AIR-CCE85DBF-94AA-4D66-B0DC-0F79E24EA3E4\",\n            \"Locator\": \"EXQOBF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T11:10:16.433\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18242,\n            \"UniqueId\": \"AIR-45FD18E7-4296-4723-9D60-266D6CC88D15\",\n            \"Locator\": \"EXQOKH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T11:10:20.437\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18243,\n            \"UniqueId\": \"AIR-4B65F90F-BC37-4024-9121-D4CA1218374C\",\n            \"Locator\": \"4QD2KP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T12:12:15.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18244,\n            \"UniqueId\": \"AIR-FA5F9EB3-0C57-4C01-BF86-5106218D6519\",\n            \"Locator\": \"VASRUP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T12:31:51.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18245,\n            \"UniqueId\": \"AIR-6B4A151B-28FA-4B91-B23D-83A5E01BE0D0\",\n            \"Locator\": \"QCAMHQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T12:46:18.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18246,\n            \"UniqueId\": \"AIR-B54F6672-7E90-4985-A486-E222DA647D4E\",\n            \"Locator\": \"4RLORL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T13:39:23.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18247,\n            \"UniqueId\": \"AIR-4A1B8130-291C-4338-A1C0-F585EEE52139\",\n            \"Locator\": \"4RQWL9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T13:50:13.943\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18248,\n            \"UniqueId\": \"AIR-C2E57DCB-4F89-4707-AAA0-B9BDE707BCC5\",\n            \"Locator\": \"EZBZEU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T14:13:19.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18249,\n            \"UniqueId\": \"AIR-BFA4C5CD-892E-467B-8CB6-B1D7F375AE7D\",\n            \"Locator\": \"QDDZCQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T17:12:41.317\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18250,\n            \"UniqueId\": \"AIR-69CBA280-5130-480B-A4AF-BDA5FAFA1762\",\n            \"Locator\": \"EDVPHL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T17:28:30.32\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18251,\n            \"UniqueId\": \"AIR-57F0374B-96E9-480E-A94F-E2A8BBDF901F\",\n            \"Locator\": \"EDFWWD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T17:58:06.07\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18252,\n            \"UniqueId\": \"AIR-9C733FC8-AEE9-4B49-80EC-717D4E8B8FDE\",\n            \"Locator\": \"VGQFTB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T18:22:51.63\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18253,\n            \"UniqueId\": \"AIR-AEC8B8E7-10A0-4082-B867-83EAC8965B75\",\n            \"Locator\": \"4VLK78\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-12T18:23:06.793\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18254,\n            \"UniqueId\": \"AIR-201B30FE-0302-44F0-A46D-570AE83B8B80\",\n            \"Locator\": \"ERROR_AIR-A784B081FE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T10:40:29.133\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18255,\n            \"UniqueId\": \"AIR-C3DE5BA0-8891-4799-932E-E2FE7ADD9DEB\",\n            \"Locator\": \"ERROR_AIR-AD96D04981\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T10:41:30.867\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18256,\n            \"UniqueId\": \"AIR-358C46F4-D8CD-4006-8948-FDBEA9768A00\",\n            \"Locator\": \"2C7GUK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T10:58:06.657\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18257,\n            \"UniqueId\": \"AIR-5ADB753B-841F-499D-8744-DE30097189FB\",\n            \"Locator\": \"2CI5EK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T11:08:04.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18258,\n            \"UniqueId\": \"AIR-DF388AB0-4867-4F1D-844E-F4102F091465\",\n            \"Locator\": \"WVUQWW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T11:30:44.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18259,\n            \"UniqueId\": \"AIR-FF07749C-7E26-44A4-9CA8-B9C238EF1DD9\",\n            \"Locator\": \"2CPJX3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T11:33:25.347\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18260,\n            \"UniqueId\": \"AIR-88DC5A07-1085-4AEB-89EA-8BCF703775DD\",\n            \"Locator\": \"2CSXUE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T11:34:00.81\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18261,\n            \"UniqueId\": \"AIR-0C9C5B2D-5E1B-4055-AA27-67B30A8A9F86\",\n            \"Locator\": \"QHONQX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T11:36:06.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18262,\n            \"UniqueId\": \"AIR-7661551C-4080-4B36-8BCA-444EAB3DC2FC\",\n            \"Locator\": \"WVBOJR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T11:40:54.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18263,\n            \"UniqueId\": \"AIR-8C678961-84D1-4FD6-B07B-FACFD1D5D365\",\n            \"Locator\": \"FTSCDC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T11:42:06.78\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18264,\n            \"UniqueId\": \"AIR-65B3BF14-FE57-4315-8948-20EE945901CB\",\n            \"Locator\": \"WWFLIQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T12:28:56.84\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18265,\n            \"UniqueId\": \"AIR-5295867B-7895-4A95-B805-6C23914B456D\",\n            \"Locator\": \"2DNIUC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T12:29:16.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18266,\n            \"UniqueId\": \"AIR-3B3F627B-AA67-4FF3-99DD-19802343C5C6\",\n            \"Locator\": \"2DMG25\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T12:35:45.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18267,\n            \"UniqueId\": \"AIR-CEC84888-2479-414F-92AC-1F5E85966E0E\",\n            \"Locator\": \"2E72AV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T13:08:51.743\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18268,\n            \"UniqueId\": \"AIR-AD65BEFE-8323-4FCE-B319-1DE029347CA4\",\n            \"Locator\": \"2EB8TM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T13:10:56.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18269,\n            \"UniqueId\": \"AIR-55E85857-8CA3-47BF-83B3-56769144BBF8\",\n            \"Locator\": \"QIBDDH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T13:22:17.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18270,\n            \"UniqueId\": \"AIR-8EF79A58-3FAE-402D-8E7C-C08012EDA8FA\",\n            \"Locator\": \"2ENGX6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T13:46:02.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18271,\n            \"UniqueId\": \"AIR-1D17700F-1D6A-445D-9C6C-4EE603961047\",\n            \"Locator\": \"2EQ7P3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T13:51:55.217\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18272,\n            \"UniqueId\": \"AIR-AAC43229-A7C6-45C1-9380-7B9E854B0260\",\n            \"Locator\": \"2EPTDB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T13:54:06.54\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18273,\n            \"UniqueId\": \"AIR-75033889-09A7-4C87-BD85-15458FC3A822\",\n            \"Locator\": \"WYKLHQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T13:56:36.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18274,\n            \"UniqueId\": \"AIR-B9C86BD2-DF71-4035-BCC3-C9D3D98FE4BC\",\n            \"Locator\": \"FWGWYA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T13:59:42.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18275,\n            \"UniqueId\": \"AIR-10CFB4CB-E228-4414-885A-BE1940994850\",\n            \"Locator\": \"2F447F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T14:08:03.773\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18276,\n            \"UniqueId\": \"AIR-23D7186D-0299-4934-A5E0-069435543652\",\n            \"Locator\": \"WZSCTO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T14:11:15.437\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18277,\n            \"UniqueId\": \"AIR-10C72013-8793-463B-B899-68B9AD9BE524\",\n            \"Locator\": \"WZUXSU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T14:14:03.87\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18278,\n            \"UniqueId\": \"AIR-8D88B806-E7A6-482D-AFD5-37AB630873C2\",\n            \"Locator\": \"2FBDU9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T14:27:24.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18279,\n            \"UniqueId\": \"AIR-4C13C0F7-5F7E-41B7-9E52-622F2B8A8B2B\",\n            \"Locator\": \"2FX42U\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T15:05:58.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18280,\n            \"UniqueId\": \"AIR-184BA28D-DF12-4B19-93E4-A4106FB106C0\",\n            \"Locator\": \"2FWIQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T15:08:23.107\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18281,\n            \"UniqueId\": \"AIR-B595278C-02AC-4950-8048-8BB1E7FE6FC9\",\n            \"Locator\": \"2G2CIJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T15:12:59.283\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18282,\n            \"UniqueId\": \"AIR-8F4FB088-4EF1-42D6-8A18-C13E75FE5B9B\",\n            \"Locator\": \"XFWPTW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T15:21:19.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18283,\n            \"UniqueId\": \"AIR-6D25A93C-630C-4C74-8F0B-3FA03F52C1B9\",\n            \"Locator\": \"FZYNVH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T15:27:53.69\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18284,\n            \"UniqueId\": \"AIR-83C9C487-7CA6-4D21-ADE0-F09141010A39\",\n            \"Locator\": \"2G9SJK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T15:34:55.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18285,\n            \"UniqueId\": \"AIR-CD0ABF12-40E5-4B70-935E-BB126D969DF1\",\n            \"Locator\": \"WCIBHX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T15:50:33.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18286,\n            \"UniqueId\": \"AIR-B1AC3A59-3D43-49DE-BA32-34250D52777D\",\n            \"Locator\": \"ERROR_AIR-1BDBB95937\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T16:17:16.66\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18287,\n            \"UniqueId\": \"AIR-829E396C-2E97-40C0-8DBC-964846395C99\",\n            \"Locator\": \"2H2BBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T16:21:40.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18289,\n            \"UniqueId\": \"AIR-960557DE-C884-4362-895A-73F68245BD57\",\n            \"Locator\": \"ERROR_AIR-41D3B1D846\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T16:22:18.713\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18288,\n            \"UniqueId\": \"AIR-EF5C7DDB-8494-4A1B-8FD5-BA63E1517140\",\n            \"Locator\": \"FCFNCU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T16:22:44.69\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18290,\n            \"UniqueId\": \"AIR-B6B1EED6-B17F-4F31-AEE6-2CD8498311D1\",\n            \"Locator\": \"ERROR_AIR-639AE61616\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T16:27:16.053\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18291,\n            \"UniqueId\": \"AIR-32F67FB2-0C54-4969-ABD0-88E6F45FFD26\",\n            \"Locator\": \"2H2BJ9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T16:29:04.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18292,\n            \"UniqueId\": \"AIR-BBC439B4-68EA-41D6-8D48-4D34F420EB75\",\n            \"Locator\": \"FFTGKY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T17:03:14.327\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18293,\n            \"UniqueId\": \"AIR-7DD492C4-1C65-4E52-A870-F69987037BFA\",\n            \"Locator\": \"2HMTKE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T17:04:11.08\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18294,\n            \"UniqueId\": \"AIR-00785B48-D674-449C-B527-7A142BBD3665\",\n            \"Locator\": \"2I7YBU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T17:50:30.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18295,\n            \"UniqueId\": \"AIR-B8009B8F-C102-4A93-B685-1800F3F6D801\",\n            \"Locator\": \"WJTEAR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-13T18:46:17.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18296,\n            \"UniqueId\": \"AIR-8118812D-A106-45FA-960D-78E4DA2714C4\",\n            \"Locator\": \"QPLIJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T09:11:36.82\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18297,\n            \"UniqueId\": \"AIR-68951FB4-C7B0-4518-968C-E20B5CB25612\",\n            \"Locator\": \"XACNBA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T09:20:28.967\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18298,\n            \"UniqueId\": \"AIR-92EC95C7-5BDD-4D40-BA61-F7F202604425\",\n            \"Locator\": \"GZTVBN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T09:22:32.75\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18299,\n            \"UniqueId\": \"AIR-1FE2925F-39EA-45C5-ACE9-4D5D75CE09D8\",\n            \"Locator\": \"2VBQSV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T09:29:03.373\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18300,\n            \"UniqueId\": \"AIR-A83647DB-BF87-4503-A488-87AB82DC1994\",\n            \"Locator\": \"2VF4PU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T09:31:05.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18301,\n            \"UniqueId\": \"AIR-6B34CAB4-C1E9-44F5-861B-2B544418070A\",\n            \"Locator\": \"XAOTSH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T09:33:04.15\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18302,\n            \"UniqueId\": \"AIR-F12E9E1A-169F-4DD3-8975-1E034B1DEC6C\",\n            \"Locator\": \"GZEEOE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T09:36:57.903\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18303,\n            \"UniqueId\": \"AIR-A62C40B7-B069-45AC-A278-6395A8CD3CE6\",\n            \"Locator\": \"2VITMZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T09:42:15.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18304,\n            \"UniqueId\": \"AIR-E625BD7F-DB31-4392-9314-B89CF06B1865\",\n            \"Locator\": \"2VRZZW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T09:58:34.5\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18305,\n            \"UniqueId\": \"AIR-C16D3422-88AE-4BDF-BBB9-9A42199CBC51\",\n            \"Locator\": \"2W9RK3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T10:26:38.74\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18309,\n            \"UniqueId\": \"AIR-EA5A365E-F0DE-4C9E-818E-CD664AF5B352\",\n            \"Locator\": \"GCTJBK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T10:55:11.19\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18307,\n            \"UniqueId\": \"AIR-56F8A9A2-B276-495B-97E9-34C4FA440217\",\n            \"Locator\": \"XCELKD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T11:59:20.483\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18313,\n            \"UniqueId\": \"AIR-37BA06D3-130C-4A33-B281-D381A60A2D2E\",\n            \"Locator\": \"GDSACJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T12:00:12.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18310,\n            \"UniqueId\": \"AIR-AE07A028-C319-4179-9E29-CD8146DFCE24\",\n            \"Locator\": \"XEYTNN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T12:00:55.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18308,\n            \"UniqueId\": \"AIR-65080CFE-EF89-47FE-8522-5A4EE033E4FC\",\n            \"Locator\": \"XCLUNL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T12:01:45.57\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18314,\n            \"UniqueId\": \"AIR-9A9185CC-F902-4D07-8E84-3F7E054A2F04\",\n            \"Locator\": \"GDUQVX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T12:03:20.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18306,\n            \"UniqueId\": \"AIR-EE66C72C-9A46-49FD-83A3-1B226B786BA3\",\n            \"Locator\": \"GBTZNO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T12:04:09.717\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18311,\n            \"UniqueId\": \"AIR-EAB3C6E7-EE47-4C76-9AC6-E685ACA900E7\",\n            \"Locator\": \"XPBFCC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T12:04:48.153\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18312,\n            \"UniqueId\": \"AIR-3D2A66CA-CAC1-4B84-84C3-82CE826ED539\",\n            \"Locator\": \"RQHLRR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T12:05:24.403\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18315,\n            \"UniqueId\": \"AIR-04E32E97-0BA2-4DC1-8642-971040BA4D31\",\n            \"Locator\": \"2ZQEOC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T14:26:08.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18316,\n            \"UniqueId\": \"AIR-3D202850-C846-4D8F-8C8C-E54C232CB29E\",\n            \"Locator\": \"32JXK5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T15:28:35.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18317,\n            \"UniqueId\": \"AIR-496472FA-F3CE-470E-A4B2-02738DD3F7E9\",\n            \"Locator\": \"32WKLE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T15:50:39.577\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18319,\n            \"UniqueId\": \"AIR-A618B9D0-0AA2-4FDA-BDCD-10DA462413EF\",\n            \"Locator\": \"GMCNYR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T16:56:06.733\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18320,\n            \"UniqueId\": \"AIR-47CC4E65-2B38-4CE6-8F5E-9D42564F72C0\",\n            \"Locator\": \"RTBXLJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T17:16:58.973\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18321,\n            \"UniqueId\": \"AIR-21969A86-44F9-485B-9B2C-C7A1B1A35A79\",\n            \"Locator\": \"RTCKKR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T17:29:48.723\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18322,\n            \"UniqueId\": \"AIR-F3A6D3BF-C7EF-440A-8249-B06629A0FAF0\",\n            \"Locator\": \"YSLYPM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T17:30:45.86\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18323,\n            \"UniqueId\": \"AIR-ABB36A3C-69AB-441B-B3AE-D7EAE8D79B34\",\n            \"Locator\": \"XOFGYY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T17:31:18.63\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18325,\n            \"UniqueId\": \"AIR-A636379B-2177-4B00-9A9B-A6581BBF6220\",\n            \"Locator\": \"XOPCDH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T18:31:24.72\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18326,\n            \"UniqueId\": \"AIR-7CAE5FC2-A564-46BC-B7DA-9EC6B302B29E\",\n            \"Locator\": \"36DGD2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-14T19:59:55.47\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18327,\n            \"UniqueId\": \"AIR-C9332C3E-03F8-4BCA-BFB8-8AE60F3FB5FC\",\n            \"Locator\": \"3OH7Z5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T18:34:59.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18328,\n            \"UniqueId\": \"AIR-3987C95B-A1B1-4DE0-8D51-EF059397E3D3\",\n            \"Locator\": \"HCYUMQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T18:40:16.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18329,\n            \"UniqueId\": \"AIR-633A13E6-8444-4535-9036-93BAA506B9F1\",\n            \"Locator\": \"3OHV7N\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T18:43:50.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18330,\n            \"UniqueId\": \"AIR-AD9CE873-35E4-4D05-8F34-111059BB550F\",\n            \"Locator\": \"3OMUMO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T18:48:36.457\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18331,\n            \"UniqueId\": \"AIR-2C262F80-7F40-4EC0-95B7-E14432C1483A\",\n            \"Locator\": \"RBXTMT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T19:19:35.26\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18332,\n            \"UniqueId\": \"AIR-EC4DC8B1-AE9E-4A29-A1B3-54AA411D9F13\",\n            \"Locator\": \"HDAUKI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T19:35:43.913\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18333,\n            \"UniqueId\": \"AIR-1D697D38-D2DE-41E9-8C6A-B1216B6F6031\",\n            \"Locator\": \"YGHOHT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T19:40:20.617\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18334,\n            \"UniqueId\": \"AIR-EC3ECB44-0B73-4463-B82D-2FE841D4F4CE\",\n            \"Locator\": \"3PCVA4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T19:43:17.947\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18335,\n            \"UniqueId\": \"AIR-B97661D4-09BD-4EB5-8BEB-DDC9B864637D\",\n            \"Locator\": \"YGLBJX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T19:47:42.873\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18336,\n            \"UniqueId\": \"AIR-22832A5A-65A3-4E61-8F12-19034BE15202\",\n            \"Locator\": \"HDKKLV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T20:03:13.837\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18337,\n            \"UniqueId\": \"AIR-15348655-FF0A-4A4F-9E1C-E2AA4B945D6E\",\n            \"Locator\": \"HDLISK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-15T20:06:23.887\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18338,\n            \"UniqueId\": \"AIR-E40356E9-040B-4EF8-AEF7-02756E7FF6C3\",\n            \"Locator\": \"25MVNY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T08:58:49.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18339,\n            \"UniqueId\": \"AIR-E19E9144-C807-4A33-B811-3AC26912A886\",\n            \"Locator\": \"25J4V5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T09:01:08.54\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18340,\n            \"UniqueId\": \"AIR-D8509ADA-F345-4D4E-8EA4-8D346736814B\",\n            \"Locator\": \"25NP32\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T09:08:03.8\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18341,\n            \"UniqueId\": \"AIR-5CAF54B5-0445-444C-81A0-E8A8205E46C8\",\n            \"Locator\": \"JSQYHK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T09:10:46.313\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18342,\n            \"UniqueId\": \"AIR-1BBB872C-4A61-4BF3-B729-6A418F5C6E6C\",\n            \"Locator\": \"AXXRIO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T09:15:46.523\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18343,\n            \"UniqueId\": \"AIR-E76CE5D9-B245-46B6-98DA-12F8D167EB08\",\n            \"Locator\": \"AXYRBK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T09:34:25.623\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18344,\n            \"UniqueId\": \"AIR-6357A859-3539-4C1D-87B2-FF4530BF1756\",\n            \"Locator\": \"JSGIDO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T10:52:17.78\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18347,\n            \"UniqueId\": \"AIR-5ECE0A1C-85A7-43A8-8E0F-9EE032BF9274\",\n            \"Locator\": \"27BKGN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T11:00:25.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18345,\n            \"UniqueId\": \"AIR-D98BEE31-0DC0-4ABC-834E-4E9AFE26636A\",\n            \"Locator\": \"ZTWQAV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T11:01:50.903\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18346,\n            \"UniqueId\": \"AIR-7870CDED-82D4-4251-A4E9-C87DC8DEC736\",\n            \"Locator\": \"ZTWWXL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T11:04:40.077\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18348,\n            \"UniqueId\": \"AIR-3F18F1A8-8CE3-48D3-A7C7-95FCE403B424\",\n            \"Locator\": \"JSOVED\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T11:18:13.287\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18351,\n            \"UniqueId\": \"AIR-718FDD82-A6A4-4CF2-AC7A-E36017714029\",\n            \"Locator\": \"AYASBB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T11:21:57.177\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18349,\n            \"UniqueId\": \"AIR-FD1244A1-0034-4AAE-8A1A-70B1CB9718D1\",\n            \"Locator\": \"AYYZOD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T11:25:18.35\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18350,\n            \"UniqueId\": \"AIR-70F7D65D-9622-42A6-A389-B1BB6A68A8D1\",\n            \"Locator\": \"JTRJYG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T11:27:09.13\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18352,\n            \"UniqueId\": \"AIR-CEE6910C-9638-4A07-9786-90903F3ECCBB\",\n            \"Locator\": \"ZTNRPX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T13:08:48.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18353,\n            \"UniqueId\": \"AIR-35E788D3-593F-4A06-8693-7E334F26BBD0\",\n            \"Locator\": \"AAAZYJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T13:25:23.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18354,\n            \"UniqueId\": \"AIR-AA387AF0-6BAE-4203-A3DA-ECA25F5E1748\",\n            \"Locator\": \"JVCNEZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T13:44:28.11\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18355,\n            \"UniqueId\": \"AIR-FDE3E853-F0B4-4DDC-9105-CA1984471EBC\",\n            \"Locator\": \"ABRDQQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T13:55:38.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18356,\n            \"UniqueId\": \"AIR-623A3C2B-76E6-4D43-B8EB-7E3D1FF893D4\",\n            \"Locator\": \"29ZYNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T14:07:31.087\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18357,\n            \"UniqueId\": \"AIR-F891C72E-0A41-4DC8-A69D-5B02F681C1D6\",\n            \"Locator\": \"JWVLKL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T14:18:07.07\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18358,\n            \"UniqueId\": \"AIR-0AD927CA-3D89-4983-ADA2-D8B072837E18\",\n            \"Locator\": \"AEBGWF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T16:28:40.25\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18359,\n            \"UniqueId\": \"AIR-EB60D23A-1EB0-4391-8995-18AFE0DA2B7D\",\n            \"Locator\": \"ZVUVAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T16:29:55.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18360,\n            \"UniqueId\": \"AIR-A96F7ADA-7A14-40E5-A879-252F345C3093\",\n            \"Locator\": \"AFAFPC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T17:06:39.54\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18361,\n            \"UniqueId\": \"AIR-EE79132E-8CA3-41B5-98F3-D8876E2F695F\",\n            \"Locator\": \"JABDBZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T17:08:59.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18362,\n            \"UniqueId\": \"AIR-1DBBFEEE-FC47-4A99-8229-B6B6F06C4DD6\",\n            \"Locator\": \"AFHZDM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T17:16:59.627\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18364,\n            \"UniqueId\": \"AIR-F5DEBEFD-0004-49F0-90D3-5E95A2D5031A\",\n            \"Locator\": \"2CX5H4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T17:27:04.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18363,\n            \"UniqueId\": \"AIR-F81C3E28-7E37-49F1-9B71-203DE33F2028\",\n            \"Locator\": \"ZVFQXH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T17:38:29.33\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18365,\n            \"UniqueId\": \"AIR-5BBD114A-B5C4-42D1-912C-C1DCB6053D67\",\n            \"Locator\": \"2DBTFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T17:58:34.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18366,\n            \"UniqueId\": \"AIR-69040696-8053-43C4-B4CB-23A47C854E11\",\n            \"Locator\": \"JDXEGX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T18:48:16.387\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18367,\n            \"UniqueId\": \"AIR-5406D5D9-145C-40F5-961E-5E0B4B3732D8\",\n            \"Locator\": \"AIFFAU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T19:02:26.337\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18368,\n            \"UniqueId\": \"AIR-57A9AD5D-FCF6-4532-A3A8-B8F4C8AAF960\",\n            \"Locator\": \"AILDAV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-18T19:11:26.357\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18369,\n            \"UniqueId\": \"AIR-4D3FC513-B55B-498A-A449-BA5EF16D2ABE\",\n            \"Locator\": \"2SFJC2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-19T11:21:38.523\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18370,\n            \"UniqueId\": \"AIR-44F38A59-D3FE-42F4-8CCE-A54650B0B9F0\",\n            \"Locator\": \"2VYUOU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-19T15:29:00.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18324,\n            \"UniqueId\": \"AIR-FF507CBA-6420-4C96-93D2-22A930E72F71\",\n            \"Locator\": \"YSPURM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-19T16:28:35.89\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18371,\n            \"UniqueId\": \"AIR-1CDE2D4F-D5F1-4E5F-9F6E-22277D444B39\",\n            \"Locator\": \"SLWEFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T09:09:18.243\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18372,\n            \"UniqueId\": \"AIR-B626BD2B-95CE-4296-AA9F-6E190C34A1AD\",\n            \"Locator\": \"LOSUZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T09:34:42.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18373,\n            \"UniqueId\": \"AIR-24809605-A28E-4D25-B922-4BCF1AA416F6\",\n            \"Locator\": \"MQWPCQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T11:36:27.663\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18374,\n            \"UniqueId\": \"AIR-C8829D5D-0F9E-4287-96F8-D952CD3BA462\",\n            \"Locator\": \"MSRHAA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T13:37:48.62\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18375,\n            \"UniqueId\": \"AIR-7C313881-8E18-4174-8EA8-9CA886A758C6\",\n            \"Locator\": \"DXNJMJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T14:20:57.043\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18376,\n            \"UniqueId\": \"AIR-68976F8D-9114-4AAB-98EE-82693FD2D5D0\",\n            \"Locator\": \"MTIWWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T15:59:05.477\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18377,\n            \"UniqueId\": \"AIR-BB77F5C0-AD0D-47B3-9DFB-952194569E47\",\n            \"Locator\": \"DAYQSK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T16:30:38.753\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18378,\n            \"UniqueId\": \"AIR-1A7AF3B1-02DE-491F-AE52-EDAF8A9CD6F8\",\n            \"Locator\": \"DCWWMZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T18:02:26.047\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18379,\n            \"UniqueId\": \"AIR-B6DE64FB-CA54-4584-A32C-F0FE5EDB6DFF\",\n            \"Locator\": \"ECULGL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T08:40:57.3\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18380,\n            \"UniqueId\": \"AIR-41D74718-7483-4DF9-A689-8F273B96D1E2\",\n            \"Locator\": \"ACKSZA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T08:43:29.487\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18381,\n            \"UniqueId\": \"AIR-FE75B434-FC03-4E32-8DE3-676AF46B77DE\",\n            \"Locator\": \"3YERAQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T09:37:05.51\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18382,\n            \"UniqueId\": \"AIR-AE620C44-E27D-41E9-9C07-934DD5C33796\",\n            \"Locator\": \"EDCOKO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T09:52:40.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18383,\n            \"UniqueId\": \"AIR-1E4D2BC7-31C3-4D19-AB31-17FB5A6612BA\",\n            \"Locator\": \"3YUUU2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T10:13:22.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18384,\n            \"UniqueId\": \"AIR-EE165D10-62EF-476C-86A3-D26AF3C564B2\",\n            \"Locator\": \"QFABPX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T13:43:16.46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18385,\n            \"UniqueId\": \"AIR-2D2FEE5A-2460-443E-B78E-8FBFFAC99814\",\n            \"Locator\": \"AHGWPY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T16:28:46.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18386,\n            \"UniqueId\": \"AIR-86CC20E7-423D-4A15-941F-7B742F01A1AC\",\n            \"Locator\": \"46IHNH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T16:36:01.113\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18387,\n            \"UniqueId\": \"AIR-3594A253-1B5D-4865-884A-A7AF0199A884\",\n            \"Locator\": \"46KDE7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T16:40:08.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18388,\n            \"UniqueId\": \"AIR-14EB840F-E70A-4FB2-87BA-8E5A668472FF\",\n            \"Locator\": \"47GZCD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T17:51:21.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 17034,\n            \"UniqueId\": \"AIR-9B1024C0-E33E-4DC6-BACE-B9938AFAFC8B\",\n            \"Locator\": \"QNZAGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-21T20:26:27.977\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18389,\n            \"UniqueId\": \"AIR-0CE8FCCE-619C-4FB8-9D6C-D695235BBA8D\",\n            \"Locator\": \"BQRSYM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T08:51:24.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18390,\n            \"UniqueId\": \"AIR-830C9A7A-679D-4202-A57D-F8635CA00253\",\n            \"Locator\": \"ROBNBS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T10:45:57.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18391,\n            \"UniqueId\": \"AIR-A2FFCE10-A130-48BA-B5C5-73C49214263A\",\n            \"Locator\": \"ROBPUX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T10:46:03.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18392,\n            \"UniqueId\": \"AIR-EDB93466-412D-423D-87D7-41871A8DD96C\",\n            \"Locator\": \"GRKULA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T10:58:40.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18393,\n            \"UniqueId\": \"AIR-E7D0D74B-C7FE-431F-9C82-06967E9DDEDC\",\n            \"Locator\": \"RPRRGJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T11:20:47.683\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18394,\n            \"UniqueId\": \"AIR-5B2113AC-11E9-4E1F-8FFF-37194F6AD402\",\n            \"Locator\": \"RPRVTT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T11:20:53.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18395,\n            \"UniqueId\": \"AIR-05560170-9099-45C1-9D0B-8DE70F07D491\",\n            \"Locator\": \"BRXPDB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T11:41:02.947\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18396,\n            \"UniqueId\": \"AIR-08473FA3-993F-4766-91A4-F253BACCFF66\",\n            \"Locator\": \"RPKUJI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T11:41:58.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18397,\n            \"UniqueId\": \"AIR-1B84EA64-6A34-4CDF-9E07-9AF03E33D697\",\n            \"Locator\": \"RPKVKL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T11:42:03.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18398,\n            \"UniqueId\": \"AIR-5A1487EA-2D0B-4B53-AF3B-A2F598EACB3B\",\n            \"Locator\": \"STRJFL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T13:17:15.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18399,\n            \"UniqueId\": \"AIR-E51F7638-2340-474C-AC05-94B7570A1520\",\n            \"Locator\": \"TEHFJK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T13:17:21.793\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18400,\n            \"UniqueId\": \"AIR-640268E0-EA43-4CAC-8F74-0C441C4C09B6\",\n            \"Locator\": \"TEMPDW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T14:04:39.793\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18401,\n            \"UniqueId\": \"AIR-FE7D75D1-C3C6-4EE4-98D9-B10132BE1A28\",\n            \"Locator\": \"TEMPMX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T14:04:44.11\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18402,\n            \"UniqueId\": \"AIR-14A8FB53-C819-4042-AAC7-861064B3D10C\",\n            \"Locator\": \"BTRBLW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T15:08:42.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18403,\n            \"UniqueId\": \"AIR-47143FF4-1AD4-4EF9-B8BA-87590F332D52\",\n            \"Locator\": \"4QE7QJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T15:10:34.99\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18404,\n            \"UniqueId\": \"AIR-B5E832B9-826F-4FDE-B780-F729476E40E5\",\n            \"Locator\": \"BTWVVN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T15:38:04.993\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18405,\n            \"UniqueId\": \"AIR-1CAC83DB-A52B-4522-8CFB-15E689ED3CFA\",\n            \"Locator\": \"GZMJIS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T15:45:05.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18406,\n            \"UniqueId\": \"AIR-2570EE38-CC50-4B70-B623-6618109EB3FE\",\n            \"Locator\": \"BTIUIZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T16:52:38.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18407,\n            \"UniqueId\": \"AIR-66574F8D-3339-4917-B9FB-E32F68D44EE6\",\n            \"Locator\": \"GBMBPM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T16:56:19.587\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18408,\n            \"UniqueId\": \"AIR-36FECEF0-8BE5-4F3E-9416-5ECC7C36A83E\",\n            \"Locator\": \"GBPRBX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T17:00:37.4\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18409,\n            \"UniqueId\": \"AIR-371BEA40-0C38-4F34-B2CE-3AAE001D5729\",\n            \"Locator\": \"SZAJJC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T17:00:42.403\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18411,\n            \"UniqueId\": \"AIR-4D387050-FAB7-4F0F-A298-B41BD26A938D\",\n            \"Locator\": \"GDQSZS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T17:42:08.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18412,\n            \"UniqueId\": \"AIR-FA5C047B-6EF8-4467-A0B0-C31B214AE189\",\n            \"Locator\": \"BURXSC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T17:42:14.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18410,\n            \"UniqueId\": \"AIR-8ECA95CF-6327-48DE-852C-0BD7222AFD3E\",\n            \"Locator\": \"4SH2RV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-22T17:53:13.933\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18413,\n            \"UniqueId\": \"AIR-75035E84-27F6-42E4-8627-F3D1D9D37F5A\",\n            \"Locator\": \"PR_AIR-C95C22F5A7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T14:15:58.923\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18414,\n            \"UniqueId\": \"AIR-5DAA4141-2545-48F6-A45F-E61FA719EA9E\",\n            \"Locator\": \"JSBWZV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T14:17:18.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18415,\n            \"UniqueId\": \"AIR-FEE52D0D-CC35-4660-93BC-ED4277B38EC9\",\n            \"Locator\": \"PR_AIR-381117B450\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T14:59:04.633\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18416,\n            \"UniqueId\": \"AIR-6476D028-8B57-409C-AB0B-81FB6B53A6A9\",\n            \"Locator\": \"CVVUAT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T14:59:09.37\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18417,\n            \"UniqueId\": \"AIR-2AE4FAFA-A8CC-4AFB-AB57-4590B1F2F89D\",\n            \"Locator\": \"PR_AIR-76E52D732F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T14:59:50.67\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18418,\n            \"UniqueId\": \"AIR-6499430B-0C22-4CE8-BE37-9A326E9E2BAA\",\n            \"Locator\": \"VQMWRU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T14:59:55.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18419,\n            \"UniqueId\": \"AIR-7B35760C-BCE1-4186-AC0F-9C2D916E5F03\",\n            \"Locator\": \"PR_AIR-DF5752EC5C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T14:59:55.967\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18420,\n            \"UniqueId\": \"AIR-88B2097E-87E1-4072-A994-6B2D258251C8\",\n            \"Locator\": \"JTNGJI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T14:59:58.15\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18421,\n            \"UniqueId\": \"AIR-E186BDA6-C73A-4509-A654-1201825CF4C5\",\n            \"Locator\": \"PR_AIR-C17B3A80C4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T15:26:41.233\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18422,\n            \"UniqueId\": \"AIR-DE07032E-0308-43CF-ACCE-EC60B2D23D2C\",\n            \"Locator\": \"VRNNGJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T15:26:47.41\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18423,\n            \"UniqueId\": \"AIR-F103A90D-440D-427B-BC52-0277A7EE281F\",\n            \"Locator\": \"PR_AIR-20613D9204\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T15:26:54.05\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18424,\n            \"UniqueId\": \"AIR-1B42500C-4073-49EF-9AC4-CF8A2F73FDB2\",\n            \"Locator\": \"JUPDNO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T15:28:17.553\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18425,\n            \"UniqueId\": \"AIR-70402741-DF19-4FF1-900E-8E071206FB16\",\n            \"Locator\": \"PR_AIR-0C4F6F0283\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T15:52:23.227\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18427,\n            \"UniqueId\": \"AIR-B05BC666-D837-40FD-84BA-A3DB728766B9\",\n            \"Locator\": \"PR_AIR-B0870480ED\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T16:06:26.357\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18428,\n            \"UniqueId\": \"AIR-520F8867-2FDC-4D7B-A676-099C33A32AA7\",\n            \"Locator\": \"JWAJQO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T16:06:28.493\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18429,\n            \"UniqueId\": \"AIR-36DB5930-5A2D-47CD-9BD7-692326EA278A\",\n            \"Locator\": \"PR_AIR-008C50C995\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T16:08:09.453\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18430,\n            \"UniqueId\": \"AIR-DEE598A8-5E7C-4E66-9474-C1DB60EF7979\",\n            \"Locator\": \"UDFBPB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T16:08:12.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18431,\n            \"UniqueId\": \"AIR-8FDC9D9F-EF3A-411A-A6ED-8ACE7DC754CD\",\n            \"Locator\": \"PR_AIR-951FD92BEA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T16:10:14.047\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18432,\n            \"UniqueId\": \"AIR-86600188-E835-4170-BBA9-A31AE7A9C642\",\n            \"Locator\": \"JWEVRN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T16:10:16.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18433,\n            \"UniqueId\": \"AIR-1CBE1076-2E6F-4739-8F76-330E7FC34016\",\n            \"Locator\": \"PR_AIR-CEA696AFC1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T17:14:02.433\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18434,\n            \"UniqueId\": \"AIR-4D7E564C-98E9-44D0-B97F-D8C81A20DD9D\",\n            \"Locator\": \"CWGMIC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T17:14:10.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18435,\n            \"UniqueId\": \"AIR-A3DABFB5-1CBC-4E46-A027-3CF00ACA58D4\",\n            \"Locator\": \"PR_AIR-4DF9A932CE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T17:49:39.347\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18436,\n            \"UniqueId\": \"AIR-53122C66-74B9-4D1C-B23E-42E2A9AA3090\",\n            \"Locator\": \"3J3QIN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T17:49:47.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18437,\n            \"UniqueId\": \"AIR-F2EE4261-8E9C-4004-A884-DFFFC3003F54\",\n            \"Locator\": \"PR_AIR-6EB658AD0B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T17:59:50.167\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18438,\n            \"UniqueId\": \"AIR-D92C9432-FADC-4810-98AE-7240793A7371\",\n            \"Locator\": \"3J5ZNQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T17:59:55.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18439,\n            \"UniqueId\": \"AIR-566A664E-4F76-43CE-8FCC-A2F8A8396D8A\",\n            \"Locator\": \"PR_AIR-4C9747690D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:06:40.567\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18440,\n            \"UniqueId\": \"AIR-2C193CDE-9EA6-41DC-985D-6D246CDFBF32\",\n            \"Locator\": \"3JBOXF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:06:46.173\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18441,\n            \"UniqueId\": \"AIR-53F0E1B3-C34B-4722-90C4-2ACE85A5AC5F\",\n            \"Locator\": \"PR_AIR-7AA3B19587\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:14:29.337\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18442,\n            \"UniqueId\": \"AIR-D625F34A-71F6-457F-B643-DCFE24260462\",\n            \"Locator\": \"3JGPCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:14:34.803\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18443,\n            \"UniqueId\": \"AIR-3DE4F0A3-1C33-4805-910C-F7F7ED27535C\",\n            \"Locator\": \"PR_AIR-4CD8838A16\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:19:42.363\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18444,\n            \"UniqueId\": \"AIR-D0B09E63-9A9C-45AB-9852-03C03EFF0557\",\n            \"Locator\": \"3JHXSO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:19:47.943\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18445,\n            \"UniqueId\": \"AIR-5D088EE7-E041-40B6-9824-6B2BACE94250\",\n            \"Locator\": \"PR_AIR-D14EAFFAC5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:19:53.11\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18446,\n            \"UniqueId\": \"AIR-FD080DFC-1312-4293-A3F3-ACF97FD8178E\",\n            \"Locator\": \"JAKAPQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:19:58.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18447,\n            \"UniqueId\": \"AIR-772B1DF5-2249-49EE-B5D2-62C5915EC18F\",\n            \"Locator\": \"PR_AIR-89F29DD2E7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:23:57.15\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18448,\n            \"UniqueId\": \"AIR-5719FD3D-8EB1-4844-921D-FC8E639877FA\",\n            \"Locator\": \"3JNC3P\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:24:02.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18449,\n            \"UniqueId\": \"AIR-A50068A1-CB23-481B-80AA-776EACCB80CA\",\n            \"Locator\": \"PR_AIR-F520E68AAE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:27:05.733\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18450,\n            \"UniqueId\": \"AIR-F78F637B-4F42-402D-9E48-63875C0DA934\",\n            \"Locator\": \"3JK8RE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:27:11.19\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18451,\n            \"UniqueId\": \"AIR-FC30723D-3A65-4A01-A69C-23F503D5DEDB\",\n            \"Locator\": \"PR_AIR-839E3DC9FF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:31:09.867\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18452,\n            \"UniqueId\": \"AIR-93F5071E-AD23-4553-B359-9EA7AD8C5BBC\",\n            \"Locator\": \"3JO3F7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:31:15.423\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18453,\n            \"UniqueId\": \"AIR-16FFDB2F-D9E7-4619-AECB-8916F3D63595\",\n            \"Locator\": \"PR_AIR-CA98F894B9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:36:09.727\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18454,\n            \"UniqueId\": \"AIR-8CDD3A9D-F8CA-44C0-B7AB-BA0A5628600A\",\n            \"Locator\": \"3JO8BG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-25T18:36:41.823\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18455,\n            \"UniqueId\": \"AIR-8FEEA622-E96B-4B55-9425-5C9BEDD9F073\",\n            \"Locator\": \"3XFZ34\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T10:23:38.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18457,\n            \"UniqueId\": \"AIR-6C0FEC6D-3D52-4BC2-9A3F-AD849D62AC84\",\n            \"Locator\": \"VMNTSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T10:25:53.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18458,\n            \"UniqueId\": \"AIR-3F260D8A-0815-40E5-A650-351383F49BF9\",\n            \"Locator\": \"3XNJGV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T10:27:01.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18459,\n            \"UniqueId\": \"AIR-1889C345-BCB1-4E6E-8519-E1A8C2036C07\",\n            \"Locator\": \"3XLTPB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T10:32:31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18460,\n            \"UniqueId\": \"AIR-6DA88C12-5465-4FD9-949C-EB1854CA6F84\",\n            \"Locator\": \"CCJHEZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T10:53:22.38\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18461,\n            \"UniqueId\": \"AIR-2EBDAB3F-D6CB-4306-9FA2-8D2C5602F65F\",\n            \"Locator\": \"UIMPQN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T10:54:58.973\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18462,\n            \"UniqueId\": \"AIR-15B37868-EE72-4CD2-B363-E83A94A9E132\",\n            \"Locator\": \"VOFHRU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T10:57:28.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18463,\n            \"UniqueId\": \"AIR-7CE4C8B9-16E1-4BBD-B326-E180F4A99132\",\n            \"Locator\": \"3XZFCF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T11:00:27.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18464,\n            \"UniqueId\": \"AIR-8577E856-1077-4ECA-8307-848D4B9929FB\",\n            \"Locator\": \"3YBSY3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T11:16:10.247\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18465,\n            \"UniqueId\": \"AIR-D1A6116E-1F79-4BEC-8F27-E2CE6E9FDB05\",\n            \"Locator\": \"3YFKJI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T11:19:10.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18466,\n            \"UniqueId\": \"AIR-219EFBAB-29F8-456C-8E4F-E71A7DC898E3\",\n            \"Locator\": \"3YOF7S\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T11:30:12.203\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18467,\n            \"UniqueId\": \"AIR-C5F49880-5D2A-489C-90BF-1492D49B8031\",\n            \"Locator\": \"WQJDBO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T11:32:38.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18468,\n            \"UniqueId\": \"AIR-015655EA-B9D7-4CA5-A935-55E890093393\",\n            \"Locator\": \"KUABKR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T11:35:20.06\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18469,\n            \"UniqueId\": \"AIR-E399A275-2603-467D-9348-FE8D9045ED40\",\n            \"Locator\": \"3YWQBN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T12:27:39.367\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18471,\n            \"UniqueId\": \"AIR-8B198406-313F-492F-A2B0-F9497DDF06FC\",\n            \"Locator\": \"3ZFH5P\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T12:34:41.277\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18470,\n            \"UniqueId\": \"AIR-DA94C642-C164-41DD-A408-73AF3ECB3E2B\",\n            \"Locator\": \"WSOWCS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T12:42:36.303\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18472,\n            \"UniqueId\": \"AIR-778A74CD-448F-450B-BD9E-C32C25530390\",\n            \"Locator\": \"3ZHDKK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T12:48:45.37\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18473,\n            \"UniqueId\": \"AIR-ADC250F2-8F4F-488B-A62A-8F3A62D11E5A\",\n            \"Locator\": \"3ZS2YM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T13:03:00.767\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18475,\n            \"UniqueId\": \"AIR-E42E01C3-875C-4034-906D-B0D78FF3A51D\",\n            \"Locator\": \"3ZWMOV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T13:03:44.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18474,\n            \"UniqueId\": \"AIR-DB9FFB4A-B8D8-4A1E-8F0C-6D49D6709C15\",\n            \"Locator\": \"3ZY6AF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T13:08:07.96\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18476,\n            \"UniqueId\": \"AIR-14BC9E92-65AA-4DB1-9611-D994ABCD57A8\",\n            \"Locator\": \"3ZZHL3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T13:08:40.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18477,\n            \"UniqueId\": \"AIR-4B2E1050-1494-4B01-A663-A2521A265E1D\",\n            \"Locator\": \"42KVG7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T13:46:37.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18478,\n            \"UniqueId\": \"AIR-AE5137D2-52FA-49F7-93D1-047F5E3A9C66\",\n            \"Locator\": \"42OG4J\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T13:52:05.863\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18479,\n            \"UniqueId\": \"AIR-0F1702E8-4668-4099-873B-EFB61ED09C4B\",\n            \"Locator\": \"CEOMIM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T13:54:57.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18480,\n            \"UniqueId\": \"AIR-BB37A647-4C68-48B5-B351-D8A16667EDC9\",\n            \"Locator\": \"WUKYNB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T13:54:58.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18481,\n            \"UniqueId\": \"AIR-3E6E16D7-3E3A-431D-8CF4-307EA6E3F142\",\n            \"Locator\": \"UKZICA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T14:05:29.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18482,\n            \"UniqueId\": \"AIR-F4E745EE-D87D-4025-8461-8EBFE72DC376\",\n            \"Locator\": \"KYCARM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T14:09:51.93\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18483,\n            \"UniqueId\": \"AIR-35ED0562-29CF-4D6C-B11C-87B57CAAB789\",\n            \"Locator\": \"42Z48R\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T14:10:55.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18484,\n            \"UniqueId\": \"AIR-E1BBF88F-FEEB-4F3B-A534-CA4E99E50D46\",\n            \"Locator\": \"433FZM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T14:24:28.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18485,\n            \"UniqueId\": \"AIR-63EBFF98-96AC-4CE7-B14B-30D45A78390D\",\n            \"Locator\": \"KYMEXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T14:30:06.643\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18487,\n            \"UniqueId\": \"AIR-F581DF90-E5B6-4273-8F67-5326EDBC7234\",\n            \"Locator\": \"UKDLVW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T14:51:22.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18486,\n            \"UniqueId\": \"AIR-00F791F7-F39C-42C1-B322-C266B17D51A4\",\n            \"Locator\": \"CFTMRU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T15:27:42.09\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18490,\n            \"UniqueId\": \"AIR-0C5798CB-F8F1-4F20-98B6-A8A355C6FF37\",\n            \"Locator\": \"ERROR_AIR-5EC8C9695F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T15:32:00.437\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18488,\n            \"UniqueId\": \"AIR-1EC4B123-456C-4867-8D28-2CB88B144FED\",\n            \"Locator\": \"WXRFWM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T15:38:45.627\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18489,\n            \"UniqueId\": \"AIR-A7C03D03-0462-419A-9142-B54C82882E63\",\n            \"Locator\": \"WXSOQI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T15:41:42.583\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18492,\n            \"UniqueId\": \"AIR-C63BB3D9-A434-4099-8A8D-508D9ABCF33E\",\n            \"Locator\": \"WXHLPH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T15:48:34.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18426,\n            \"UniqueId\": \"AIR-AF736C94-82CC-437E-B909-D90F61BAD8DE\",\n            \"Locator\": \"JVOJNC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T15:56:27.313\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18456,\n            \"UniqueId\": \"AIR-64390914-DBED-43F9-9748-FB3D2ED2B690\",\n            \"Locator\": \"KQAOJA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T15:59:07.237\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18493,\n            \"UniqueId\": \"AIR-95D2A3D8-CE0D-4716-B9F0-1CFF930A21D5\",\n            \"Locator\": \"44YKMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T16:29:16.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18494,\n            \"UniqueId\": \"AIR-AD835FD8-390E-4264-9580-BF66E74B6241\",\n            \"Locator\": \"WCRJTY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T18:48:33.717\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18495,\n            \"UniqueId\": \"AIR-8E8390DA-39F4-4CE5-9DC0-7DCC2580ED83\",\n            \"Locator\": \"WCVQGI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T18:53:28.19\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18496,\n            \"UniqueId\": \"AIR-129C6EAC-F541-4A8A-B799-F986C8B2B466\",\n            \"Locator\": \"CHTTVI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-26T18:58:26.857\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18497,\n            \"UniqueId\": \"AIR-E521EA5F-96D8-4183-AD51-CB2DF358B3A7\",\n            \"Locator\": \"XUTKUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T08:27:15.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18498,\n            \"UniqueId\": \"AIR-C756F5E3-6F46-4F1E-9572-3E8A078903E5\",\n            \"Locator\": \"LYXBKX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T08:49:36.077\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18499,\n            \"UniqueId\": \"AIR-68D560D9-83A3-43F0-BA06-8CEEEFC0CFF3\",\n            \"Locator\": \"ERROR_AIR-C7D44D8066\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T08:52:08.08\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18500,\n            \"UniqueId\": \"AIR-1FC9DC77-1AEC-4CE1-84AC-EF36848431F6\",\n            \"Locator\": \"4JME8E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T08:54:04.267\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18501,\n            \"UniqueId\": \"AIR-E9B33F78-20D7-4C4C-BB51-4F3E570C99DB\",\n            \"Locator\": \"4KC7CM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T09:34:32.38\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18502,\n            \"UniqueId\": \"AIR-E9C91E4E-DA36-4EE4-8D94-E2EA64D6C389\",\n            \"Locator\": \"LZVWVH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T09:39:32.327\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18491,\n            \"UniqueId\": \"AIR-CA86D1B0-B3BA-4B33-8A0E-3FAB7379986B\",\n            \"Locator\": \"WXFNFQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T10:01:11.6\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18503,\n            \"UniqueId\": \"AIR-BA6830DC-1F81-4CCD-94D1-92E562158D07\",\n            \"Locator\": \"LZFBTQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T10:26:20.313\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18505,\n            \"UniqueId\": \"AIR-AF11C875-C7A9-480B-931D-F4B9ACA97E34\",\n            \"Locator\": \"LBJPFG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T11:19:33.723\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18504,\n            \"UniqueId\": \"AIR-AC6B3E92-48E7-422A-B79E-A9755DEE61B6\",\n            \"Locator\": \"XXEEKM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T11:29:46.553\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18506,\n            \"UniqueId\": \"AIR-BDE0F777-E687-4C18-9B23-74F7594C2956\",\n            \"Locator\": \"LCACFT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T11:39:16.72\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18507,\n            \"UniqueId\": \"AIR-AAA329D6-387C-4D71-93C8-C6A3A9C18061\",\n            \"Locator\": \"VRFRUY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T11:41:15.213\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18508,\n            \"UniqueId\": \"AIR-72D5EB0B-FDD3-4DDE-98DE-61A3E9003841\",\n            \"Locator\": \"COGFGQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T11:48:48.837\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18509,\n            \"UniqueId\": \"AIR-2EF4A43B-FB5C-459C-83F8-8FC760A3E1FF\",\n            \"Locator\": \"XBUJUI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T12:55:08.69\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18510,\n            \"UniqueId\": \"AIR-9A414667-1430-441C-91E6-8D86B8CCCDE9\",\n            \"Locator\": \"CPYNMJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T13:11:18.583\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18511,\n            \"UniqueId\": \"AIR-7F754ECC-D7F8-416C-AA8A-BCA478764253\",\n            \"Locator\": \"LFGYFZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T13:19:26.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18512,\n            \"UniqueId\": \"AIR-D4A357E4-ED9F-425E-95FE-8D164355A110\",\n            \"Locator\": \"XCGTDX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T13:52:02.843\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18513,\n            \"UniqueId\": \"AIR-4D73BF4C-62F9-4B46-B1F1-DDBD8FB61202\",\n            \"Locator\": \"XCITYR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T13:56:26.87\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18514,\n            \"UniqueId\": \"AIR-DB1EAAC9-AC69-4587-8718-2034B6D5D64B\",\n            \"Locator\": \"LGELBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T14:04:13.103\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18515,\n            \"UniqueId\": \"AIR-4E36B3D8-9421-4277-942A-D732104B4AD6\",\n            \"Locator\": \"LGHHTP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T14:10:37.43\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18516,\n            \"UniqueId\": \"AIR-9208C468-CEE1-4663-9899-D7898286A1B7\",\n            \"Locator\": \"XDVKFY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T14:20:16.11\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18518,\n            \"UniqueId\": \"AIR-B6D6A26E-FE2D-411D-A3E5-03C67E6D05F4\",\n            \"Locator\": \"ERROR_AIR-0C2636CBC1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T15:37:00.2\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18519,\n            \"UniqueId\": \"AIR-34B539D5-4619-47F2-8AD1-2CE1005480E5\",\n            \"Locator\": \"ERROR_AIR-85D80BA44F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T15:41:59.933\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18517,\n            \"UniqueId\": \"AIR-AC4D1484-6FFA-447C-AF59-3CC662EAECDC\",\n            \"Locator\": \"4PC92F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T15:46:55.307\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18520,\n            \"UniqueId\": \"AIR-6B5F819C-CB7F-4605-A64E-0D2EE743C934\",\n            \"Locator\": \"ERROR_AIR-02DCF0A788\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T15:47:00.763\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18521,\n            \"UniqueId\": \"AIR-0AC7AE99-E616-4557-8538-379DC81092D5\",\n            \"Locator\": \"DQJTFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T17:01:01.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18522,\n            \"UniqueId\": \"AIR-6AE3C116-CC2B-4343-89F2-0ED2F0093575\",\n            \"Locator\": \"XHQOPF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T17:15:58.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18523,\n            \"UniqueId\": \"AIR-A155CA88-B6AE-4DEB-8859-E231F3896712\",\n            \"Locator\": \"XHQPHI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T17:17:39.527\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18524,\n            \"UniqueId\": \"AIR-A57FF41C-0AE4-4DCA-ADB0-5BB5CF4AC5D2\",\n            \"Locator\": \"DQMCMF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T17:22:37.807\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18525,\n            \"UniqueId\": \"AIR-055AAC6C-10B9-48C3-B5AF-CC58AB86F9ED\",\n            \"Locator\": \"VBHNPD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T07:51:51.783\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18526,\n            \"UniqueId\": \"AIR-B6177FAB-F718-4B58-ABB4-D4B953F4FD36\",\n            \"Locator\": \"VBJMJQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T07:59:32.11\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18527,\n            \"UniqueId\": \"AIR-048D2641-E9DE-418D-8FBF-4D8D558275FC\",\n            \"Locator\": \"VBKPFW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T08:03:47.77\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18528,\n            \"UniqueId\": \"AIR-8817B070-4BD2-4460-B059-61653C76458B\",\n            \"Locator\": \"QSSIDJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T08:17:41.297\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18529,\n            \"UniqueId\": \"AIR-232DC7DE-48D4-4D41-990B-29E82F6219A3\",\n            \"Locator\": \"QSXBFZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T08:21:10.41\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18530,\n            \"UniqueId\": \"AIR-C676BCFF-A657-41B3-AF34-FDA970EC92A3\",\n            \"Locator\": \"ZQBULH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T08:50:16.377\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18531,\n            \"UniqueId\": \"AIR-0486DD0D-8463-43ED-BFE0-F8330854D700\",\n            \"Locator\": \"DFRFGX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T10:39:55.49\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18532,\n            \"UniqueId\": \"AIR-2708709F-B0C5-439B-B22E-7DB64D5E174B\",\n            \"Locator\": \"ZWBZUP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T10:40:36.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18533,\n            \"UniqueId\": \"AIR-E80EE491-C73A-4A47-A536-329092918D2E\",\n            \"Locator\": \"ZXGTBB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T11:09:16.843\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18534,\n            \"UniqueId\": \"AIR-6BB21D0A-CD55-4F44-A911-A0DC355B1C12\",\n            \"Locator\": \"QABSXU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T11:12:19.65\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18535,\n            \"UniqueId\": \"AIR-62149B1A-BE4A-447E-9958-93398507DF08\",\n            \"Locator\": \"QBXQJX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T11:43:34.217\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18536,\n            \"UniqueId\": \"AIR-5D38E68C-B04A-4884-BEA4-BCC41EE13E04\",\n            \"Locator\": \"QBXOQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T11:44:37.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18537,\n            \"UniqueId\": \"AIR-879579B0-7F61-4014-A1E7-A290C4C53CA6\",\n            \"Locator\": \"ZYGUPA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T11:47:13.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18538,\n            \"UniqueId\": \"AIR-5536A9D3-4C91-40E5-BA3C-4B4F074DF878\",\n            \"Locator\": \"QBZIWP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T11:47:26.5\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18539,\n            \"UniqueId\": \"AIR-336E369A-0F31-4566-B370-13337F82FE54\",\n            \"Locator\": \"ZYMXTP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T11:56:49.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18540,\n            \"UniqueId\": \"AIR-026172A2-126D-4913-8E98-4603A6911A20\",\n            \"Locator\": \"29D9PL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T11:58:00.033\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18541,\n            \"UniqueId\": \"AIR-30B8167F-9CC6-47AB-ABC8-E57114ADD88C\",\n            \"Locator\": \"VECQJM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T12:04:02.51\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18542,\n            \"UniqueId\": \"AIR-F614D810-4734-4EBF-8F5B-430FFA1E339C\",\n            \"Locator\": \"29J9U8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T12:14:35.143\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18543,\n            \"UniqueId\": \"AIR-4870B53A-7D77-4092-AF68-DF12E296F14C\",\n            \"Locator\": \"29J8KI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T12:16:09.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18544,\n            \"UniqueId\": \"AIR-E4B0D28A-A834-436E-BDB9-4A45E829374C\",\n            \"Locator\": \"ZAQJAG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T12:26:00.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18545,\n            \"UniqueId\": \"AIR-904B3AE2-F418-46EC-ACEF-79937F9C9C2A\",\n            \"Locator\": \"ZAUECF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T12:29:29.72\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18546,\n            \"UniqueId\": \"AIR-4D4DAEA3-F5AE-4E87-B0F3-C8B590CD4E8C\",\n            \"Locator\": \"ZBGRFA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T13:12:12.477\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18547,\n            \"UniqueId\": \"AIR-53558B54-7321-46B6-A2FB-CD411BCE99CA\",\n            \"Locator\": \"ZCIHMK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T13:44:35.233\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18548,\n            \"UniqueId\": \"AIR-03A6FFE0-132C-4487-8DBA-1FB40C896FE0\",\n            \"Locator\": \"DGPIND\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T13:50:27.567\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18549,\n            \"UniqueId\": \"AIR-FD2BC02A-8615-461A-BDE6-76DC0D9AD8B8\",\n            \"Locator\": \"QFJQBN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T13:53:12.26\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18550,\n            \"UniqueId\": \"AIR-33656095-9CA9-491A-85DA-4FA0B2A3F69E\",\n            \"Locator\": \"QFLEDV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T13:56:27.117\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18551,\n            \"UniqueId\": \"AIR-9B0A8631-8FD5-4DCA-8DD9-0677284B0BF8\",\n            \"Locator\": \"ZDVLOG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:00:12.357\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18552,\n            \"UniqueId\": \"AIR-744C1839-9257-42DE-9137-CE24251D1788\",\n            \"Locator\": \"2B7NN7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:01:30.293\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18553,\n            \"UniqueId\": \"AIR-546C7AA2-69A9-4642-894F-BF31959AB95A\",\n            \"Locator\": \"ZDCBYG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:07:56.417\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18554,\n            \"UniqueId\": \"AIR-8BAA229C-850C-4AFC-ABE7-578122E07C8A\",\n            \"Locator\": \"ZDDWNQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:08:34.58\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18555,\n            \"UniqueId\": \"AIR-B236D33A-734D-4ED6-8B8E-6F25A7B365EC\",\n            \"Locator\": \"DHUJFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:09:21.52\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18556,\n            \"UniqueId\": \"AIR-B30A94F7-86EE-4778-85B8-CB12AEBA0091\",\n            \"Locator\": \"DHVVBX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:11:03.207\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18557,\n            \"UniqueId\": \"AIR-E03BDFCA-7171-49F9-9C2B-6A2EBAFAEAAF\",\n            \"Locator\": \"QGXIUU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:11:45.247\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18558,\n            \"UniqueId\": \"AIR-F07878C1-5828-4D4F-AF97-F2DA890ACCEA\",\n            \"Locator\": \"2BBEVS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:14:30.107\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18559,\n            \"UniqueId\": \"AIR-9CB032CB-268B-419D-91C2-B9446F650F2C\",\n            \"Locator\": \"2BE7ZF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:17:09.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18560,\n            \"UniqueId\": \"AIR-00C7C0FD-A190-4805-B867-3AA2E5EACCE8\",\n            \"Locator\": \"2BE4PS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:22:29.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18561,\n            \"UniqueId\": \"AIR-4C522032-64D3-49C4-8EE7-08CA02985D73\",\n            \"Locator\": \"ZECSSZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:35:55.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18562,\n            \"UniqueId\": \"AIR-A2F706F1-6646-44D5-BDD1-E32FCF251744\",\n            \"Locator\": \"2BNOKC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T14:37:30.613\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18563,\n            \"UniqueId\": \"AIR-2C646965-473D-4662-9660-CC37CB3A39E1\",\n            \"Locator\": \"ZFTWSJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T15:03:02.383\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18564,\n            \"UniqueId\": \"AIR-867A9CE5-17B3-45C8-8175-3DF3F5C52727\",\n            \"Locator\": \"ZFHRND\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T15:28:08.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18565,\n            \"UniqueId\": \"AIR-A8B9192B-2318-49A6-B511-9F1363EAF1A3\",\n            \"Locator\": \"ZGUPSD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T15:53:43.313\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18566,\n            \"UniqueId\": \"AIR-23CCDF8F-49AD-425B-AE0B-78D6EE6D8931\",\n            \"Locator\": \"QJVBUQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T16:13:53.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18567,\n            \"UniqueId\": \"AIR-66DE3436-2661-468C-A448-0560C04DDC41\",\n            \"Locator\": \"DISIEN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T16:14:05.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18568,\n            \"UniqueId\": \"AIR-8BDB27E3-76E7-469A-8E8B-36784D5D674F\",\n            \"Locator\": \"ZGPDJG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T16:29:26.53\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18569,\n            \"UniqueId\": \"AIR-458542CA-36C7-423E-AACF-C087E395D94C\",\n            \"Locator\": \"ZHFPYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T16:50:09.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18570,\n            \"UniqueId\": \"AIR-7BDB4F93-AE2F-4C7C-BFB0-D29210B2A45E\",\n            \"Locator\": \"QKWHXZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T16:53:25.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18572,\n            \"UniqueId\": \"AIR-3B9D096E-153F-4B60-A963-B6C6492A168F\",\n            \"Locator\": \"ERROR_AIR-C8B0A809A7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T17:00:57.977\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18571,\n            \"UniqueId\": \"AIR-A09992CE-C1D3-4483-BF4B-D14737B78E8B\",\n            \"Locator\": \"ZHMQLY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T17:04:44.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18574,\n            \"UniqueId\": \"AIR-5CC5A916-78D9-4B11-B302-99272C687AC7\",\n            \"Locator\": \"VGBHYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T17:11:39.313\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18575,\n            \"UniqueId\": \"AIR-A12FCE6B-4E66-4C51-9CE3-6F1F0A5A1FF9\",\n            \"Locator\": \"ZIWSOZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T17:15:56.457\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18576,\n            \"UniqueId\": \"AIR-4D41753E-9FA8-4D88-A6D3-90B37D8EA760\",\n            \"Locator\": \"VGCYZZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T17:17:00.917\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18577,\n            \"UniqueId\": \"AIR-70842220-02BF-465A-9687-B0818BAEC059\",\n            \"Locator\": \"QKMNXP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T17:18:40.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18578,\n            \"UniqueId\": \"AIR-F09BEF01-01FB-42B6-8229-CBE8E05D361E\",\n            \"Locator\": \"DILNKU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T17:46:41.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18579,\n            \"UniqueId\": \"AIR-7466CEC2-0027-4166-9E77-2554297CDA12\",\n            \"Locator\": \"2J24MN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T23:29:45.07\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 16955,\n            \"UniqueId\": \"AIR-CA6F62A6-E731-469B-9DAD-5F3A8B46E934\",\n            \"Locator\": \"KHBKQT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T23:30:07.623\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18580,\n            \"UniqueId\": \"AIR-47137AA3-E39E-464A-8F01-DEF5E75FC63F\",\n            \"Locator\": \"RUTOSZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T23:42:08.15\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18582,\n            \"UniqueId\": \"AIR-AE245579-C065-4F77-907B-2BC7CAEE5F8A\",\n            \"Locator\": \"RLELTU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T08:14:22.573\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18583,\n            \"UniqueId\": \"AIR-015F309F-F0A6-41C7-883D-2E5AA64C8B2D\",\n            \"Locator\": \"AJYHLT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T08:31:07.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18584,\n            \"UniqueId\": \"AIR-4F8A6827-BF8A-49B7-88BC-B0A224EF9DBA\",\n            \"Locator\": \"ERSNQE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T09:31:15.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18585,\n            \"UniqueId\": \"AIR-4291F92E-BCC8-4A1A-A6D1-CA6375D9F8DD\",\n            \"Locator\": \"VNXHQZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T10:00:48.13\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18586,\n            \"UniqueId\": \"AIR-712A2784-E0F7-4254-818D-45DF205A3ED5\",\n            \"Locator\": \"AMUWTJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T10:19:55.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18587,\n            \"UniqueId\": \"AIR-D1638614-3AC1-4F94-A2FE-E1D94576885D\",\n            \"Locator\": \"AMXZTI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T10:27:26.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18588,\n            \"UniqueId\": \"AIR-AD45F417-24E8-44B4-A498-F053EDCD8AE3\",\n            \"Locator\": \"VNCLVY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T10:56:50.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18589,\n            \"UniqueId\": \"AIR-0E45F875-1E51-4F7B-B988-B7053F8BD1A8\",\n            \"Locator\": \"ANQQKC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T11:04:50.847\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18590,\n            \"UniqueId\": \"AIR-BEABD2EC-EBA1-4B0B-B20D-B7374DD4FD40\",\n            \"Locator\": \"SQFLOR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T11:53:10.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18591,\n            \"UniqueId\": \"AIR-54AE8AFC-67F3-48BB-9F9B-AF0246243BF3\",\n            \"Locator\": \"AOXOQO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T12:16:08.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18592,\n            \"UniqueId\": \"AIR-09BF9364-D8A0-4EA2-8421-0AB35A65289F\",\n            \"Locator\": \"SRMBBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T13:06:05.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18593,\n            \"UniqueId\": \"AIR-460BF3FA-AB56-4CB1-BB3D-A35AC374D81E\",\n            \"Locator\": \"APBXKC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T13:22:59.747\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18594,\n            \"UniqueId\": \"AIR-CB45FB5B-1250-4F52-BE5C-86D2C240A435\",\n            \"Locator\": \"SSWCUI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T13:27:21.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18595,\n            \"UniqueId\": \"AIR-D67FC473-E70B-4BF0-B7BC-4C51AA901D51\",\n            \"Locator\": \"ESJITI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T13:40:56.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18596,\n            \"UniqueId\": \"AIR-75F7D8BB-B8A2-4C99-BD1C-7E168B27D32B\",\n            \"Locator\": \"APPRUQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T13:55:35.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18597,\n            \"UniqueId\": \"AIR-F864EC39-99EC-4CB6-80C1-72736322DC6C\",\n            \"Locator\": \"SSIQDN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T13:57:02.117\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18598,\n            \"UniqueId\": \"AIR-7C04D28E-DE42-47FE-911B-ED5DE5D348CB\",\n            \"Locator\": \"2VX5B3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T14:16:10.72\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18599,\n            \"UniqueId\": \"AIR-9EF037F5-D6BD-4489-A8A3-5DB51E8EFC3D\",\n            \"Locator\": \"VOCJFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T14:19:05.63\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18600,\n            \"UniqueId\": \"AIR-747CD727-4AB5-46DA-9C06-E0D3093E0617\",\n            \"Locator\": \"BQELQZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T14:36:56.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18601,\n            \"UniqueId\": \"AIR-91A77E03-3761-488B-BDA1-F9B12E7AE0B6\",\n            \"Locator\": \"STXHWO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T14:37:06.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18602,\n            \"UniqueId\": \"AIR-FFB35EFD-7C97-4176-9DD1-E840B7CC1134\",\n            \"Locator\": \"STYYPL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T14:38:35.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18603,\n            \"UniqueId\": \"AIR-9075C392-7D14-41E1-81A7-7712E0840180\",\n            \"Locator\": \"ETRVUX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T14:42:20.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18604,\n            \"UniqueId\": \"AIR-A5382B59-3B81-43F5-9596-CFBC6EAF624B\",\n            \"Locator\": \"BQLZQT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T14:52:28.463\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18605,\n            \"UniqueId\": \"AIR-82AFB25A-931D-4F3E-B46A-16AF33CF3564\",\n            \"Locator\": \"BRSQTY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:08:44.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18606,\n            \"UniqueId\": \"AIR-338F3BBB-E3EF-44A4-8E7E-0E99F2EC4093\",\n            \"Locator\": \"STOEYB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:16:39.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18607,\n            \"UniqueId\": \"AIR-4569F2CC-6886-4D31-9C3F-A9F7457BC683\",\n            \"Locator\": \"2WX5H4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:18:42.723\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18608,\n            \"UniqueId\": \"AIR-5A05383A-FA4A-4B30-8B8F-17AB5524EC97\",\n            \"Locator\": \"STPLZU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:19:00.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18609,\n            \"UniqueId\": \"AIR-952FB346-EBDF-4F82-87AD-3CEA4CBE235F\",\n            \"Locator\": \"VOJWVF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:21:35.083\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18610,\n            \"UniqueId\": \"AIR-AD7CD419-8E69-47ED-A563-06AC0B565148\",\n            \"Locator\": \"BRYVSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:23:07.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18611,\n            \"UniqueId\": \"AIR-8817D696-4C30-441F-AB13-6F19AFBFB368\",\n            \"Locator\": \"SUUWAM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:29:42.233\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18612,\n            \"UniqueId\": \"AIR-4BAF1C50-1CDB-453D-BAC8-589CEA6A3925\",\n            \"Locator\": \"SUVLSZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:32:57.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18613,\n            \"UniqueId\": \"AIR-DC30337F-72AA-411C-9B20-AA70A210ECC2\",\n            \"Locator\": \"BRCLQZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:35:26.227\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18614,\n            \"UniqueId\": \"AIR-865A8E91-5175-402E-AC22-A5E9E5498CD1\",\n            \"Locator\": \"BRDMTZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:37:47.37\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18615,\n            \"UniqueId\": \"AIR-58F92B35-D890-41A4-927B-02F7811BF878\",\n            \"Locator\": \"SUYYKH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:38:53.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18616,\n            \"UniqueId\": \"AIR-315C4A25-A6DF-49B8-861C-D3E82981F11B\",\n            \"Locator\": \"SUEGDJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:53:19.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18617,\n            \"UniqueId\": \"AIR-45523298-A613-4A68-A2B7-CE6A3ACDE1AD\",\n            \"Locator\": \"SUFGWG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T15:55:19.937\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18618,\n            \"UniqueId\": \"AIR-FAA64CA4-4BC9-4F68-9E3E-932F4E70E347\",\n            \"Locator\": \"BSRHWT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:10:50.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18619,\n            \"UniqueId\": \"AIR-E416A185-7852-4987-A074-9EBF4431002D\",\n            \"Locator\": \"ERROR_AIR-78A5B04745\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:18:22.347\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18620,\n            \"UniqueId\": \"AIR-19BA7FCE-F607-4E79-BEEE-5349C168EDB1\",\n            \"Locator\": \"ERROR_AIR-17D68498F2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:19:04.683\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18621,\n            \"UniqueId\": \"AIR-D384C8E7-74D4-4387-A188-9029EB1CCA90\",\n            \"Locator\": \"ERROR_AIR-6B505F6287\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:21:22.863\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18622,\n            \"UniqueId\": \"AIR-BC4CE6E0-F845-4E38-9D41-FC4EE910AC39\",\n            \"Locator\": \"2XY6DR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:29:06.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18623,\n            \"UniqueId\": \"AIR-B0092139-AD89-452C-95F6-D8F0DB7C9141\",\n            \"Locator\": \"BSAPMP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:30:18.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18624,\n            \"UniqueId\": \"AIR-56CED379-F145-4530-ACA9-77082DFBB5E6\",\n            \"Locator\": \"BSDZJL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:36:08.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18625,\n            \"UniqueId\": \"AIR-9D088B79-3537-4C72-BBCF-87682A5463C4\",\n            \"Locator\": \"SVBEQH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:45:08.043\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18626,\n            \"UniqueId\": \"AIR-BF66AA5E-EAA8-4EC9-8C63-23942F6AE81B\",\n            \"Locator\": \"BSHDMJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:46:13.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18627,\n            \"UniqueId\": \"AIR-1809121A-83B3-4609-89D6-0A829093B6F1\",\n            \"Locator\": \"2Y2WA7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T16:48:34.103\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18628,\n            \"UniqueId\": \"AIR-3B683EBD-D8DF-462D-A0A9-037BC096CF9C\",\n            \"Locator\": \"BTZXDL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T17:27:54.22\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18629,\n            \"UniqueId\": \"AIR-3A8DF2C0-7013-4F3E-B293-8266B2A33C0E\",\n            \"Locator\": \"DMRWNO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T07:59:49.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18630,\n            \"UniqueId\": \"AIR-624D2BC9-C7CD-4F20-9EB9-4AE50CCBA14C\",\n            \"Locator\": \"DMTCGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T08:05:38.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18631,\n            \"UniqueId\": \"AIR-9887E9D1-7464-45EE-B8FA-97FF625DE381\",\n            \"Locator\": \"VQHUPI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T08:20:59.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18632,\n            \"UniqueId\": \"AIR-5D0FEB4F-CC1D-4B70-B498-9DFEF963DEC7\",\n            \"Locator\": \"VQJCKY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T08:26:54.12\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18633,\n            \"UniqueId\": \"AIR-08C40331-3F33-4B18-BB09-8C8FD78FEEE7\",\n            \"Locator\": \"DNDZYD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T09:55:57.103\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18634,\n            \"UniqueId\": \"AIR-10F15E90-76FE-435D-A994-D4DD13924697\",\n            \"Locator\": \"VSGZQN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T10:23:14.783\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18635,\n            \"UniqueId\": \"AIR-660E6163-2E63-4F0B-A0C3-E05368B2AA00\",\n            \"Locator\": \"VTWPCJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T11:07:36.413\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18637,\n            \"UniqueId\": \"AIR-F4ECADB9-8358-4846-ADD7-6B1056B6DF5C\",\n            \"Locator\": \"FVFYVR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T13:07:23.02\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18638,\n            \"UniqueId\": \"AIR-4D096AF8-8167-42A0-AB34-9E20D62AC0DB\",\n            \"Locator\": \"VWLZXC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T13:12:05.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18639,\n            \"UniqueId\": \"AIR-2F3D389C-C101-4B67-8566-B8DC5B834B61\",\n            \"Locator\": \"VXREOX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T13:17:00.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18640,\n            \"UniqueId\": \"AIR-EFA1D9F2-ACB3-4B1A-8E98-EF3B13C41099\",\n            \"Locator\": \"VYCRXU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T13:57:39.183\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18641,\n            \"UniqueId\": \"AIR-700372FF-366C-4A99-843D-D9F17F953076\",\n            \"Locator\": \"VYLNCF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T14:05:44.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18642,\n            \"UniqueId\": \"AIR-F3C1F5D5-90A0-4BE8-A9C0-0D9F1595CA6B\",\n            \"Locator\": \"VZWFFA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T14:16:36.463\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18643,\n            \"UniqueId\": \"AIR-4C06D33B-2016-4DB9-8191-73676B16182C\",\n            \"Locator\": \"4NUCCD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T14:44:02.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18644,\n            \"UniqueId\": \"AIR-39591194-51D1-4E7A-AF93-5F990FDCE804\",\n            \"Locator\": \"VAJTCW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:11:07.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18646,\n            \"UniqueId\": \"AIR-D2BA79C8-F922-4618-8936-AB0E6C29CBE1\",\n            \"Locator\": \"EVILXD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:16:29.123\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18647,\n            \"UniqueId\": \"AIR-F0F90853-8219-4B24-876F-5E4CB2A2739C\",\n            \"Locator\": \"EVKXMJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:17:47.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18648,\n            \"UniqueId\": \"AIR-F8D66022-BB80-4CBB-9027-81215A0A0CF9\",\n            \"Locator\": \"EWQGYQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:29:43.697\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18645,\n            \"UniqueId\": \"AIR-BCBB35DB-3B3F-4086-B5C5-FF08D2EAC15C\",\n            \"Locator\": \"EVGMUN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:30:17.1\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18650,\n            \"UniqueId\": \"AIR-41D9CC86-04A1-4908-A7E9-2FFE5FAADA64\",\n            \"Locator\": \"VBDVWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:32:47.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18649,\n            \"UniqueId\": \"AIR-70FB77F9-B627-4403-8427-CDD8A8592998\",\n            \"Locator\": \"4ONB5X\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:32:51.547\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18651,\n            \"UniqueId\": \"AIR-0A8429DA-9445-45DE-B282-28E5994E2195\",\n            \"Locator\": \"VBEHUT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:34:54.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18652,\n            \"UniqueId\": \"AIR-DABAB871-A44E-40F0-9E39-FC23D41CD5F7\",\n            \"Locator\": \"4OQOXH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:46:18.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18653,\n            \"UniqueId\": \"AIR-6ED199C4-5A7F-4458-89E3-C3C1B0F06940\",\n            \"Locator\": \"FXWMBX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T15:55:38.133\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18654,\n            \"UniqueId\": \"AIR-5CF9BE06-2E6A-4C72-8440-8C6CF83D4498\",\n            \"Locator\": \"4P4PJ2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T16:11:45.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18655,\n            \"UniqueId\": \"AIR-754F80E2-ADC7-476A-BC9D-A7ABF6073864\",\n            \"Locator\": \"EXHZYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T16:19:11.437\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18657,\n            \"UniqueId\": \"AIR-8F2EC3D0-642E-42F4-964E-40D24D97D5CF\",\n            \"Locator\": \"4P7NL2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T16:20:33.787\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18658,\n            \"UniqueId\": \"AIR-E37875F2-9BF4-4ED0-B241-1AD585058438\",\n            \"Locator\": \"EXMGHS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T16:25:11.577\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18659,\n            \"UniqueId\": \"AIR-E2057E66-C87B-477A-883D-E5B3B9DA85FD\",\n            \"Locator\": \"4PO33M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T16:50:10.747\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18660,\n            \"UniqueId\": \"AIR-BFF633A2-19C4-48AA-9780-63C639F84166\",\n            \"Locator\": \"EYLQAW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T17:02:08.493\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18661,\n            \"UniqueId\": \"AIR-C009F48F-8C16-4EDF-A836-77796BDAB0C7\",\n            \"Locator\": \"EYNPNM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T17:04:18.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18662,\n            \"UniqueId\": \"AIR-95252773-A124-477B-A3E9-1F301ECA1B08\",\n            \"Locator\": \"VEPWEP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T17:23:29.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18663,\n            \"UniqueId\": \"AIR-9B0B00D3-8EAA-482C-8CEC-8B7AABFAB6A7\",\n            \"Locator\": \"VEPXXR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T17:23:31.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18664,\n            \"UniqueId\": \"AIR-375BC446-94CE-48DB-AD49-1A7EACBCC115\",\n            \"Locator\": \"4UCAGJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T22:25:59.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18665,\n            \"UniqueId\": \"AIR-142C655E-678E-4D4B-934D-30CFC83D4C7E\",\n            \"Locator\": \"XROQAY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T22:44:46.597\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18666,\n            \"UniqueId\": \"AIR-455F52CF-A85E-44B1-82A1-80CA9ADCFC3E\",\n            \"Locator\": \"4UWF9V\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T23:14:44.753\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18668,\n            \"UniqueId\": \"AIR-BECBE63D-12D4-48AE-BA53-557FF3BFA3FB\",\n            \"Locator\": \"XUFHVF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T07:36:47.947\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18669,\n            \"UniqueId\": \"AIR-421BC48D-529C-496E-B01A-49FA506F4FC3\",\n            \"Locator\": \"FESQVM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T09:07:50.097\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18670,\n            \"UniqueId\": \"AIR-0AF15100-F436-4AE7-B438-1E293A6F539B\",\n            \"Locator\": \"WBNILL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T09:40:38.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18671,\n            \"UniqueId\": \"AIR-7FDA5F0C-44EE-4972-98A0-8533CE1D34AD\",\n            \"Locator\": \"FVFKZA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T09:52:32.713\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18672,\n            \"UniqueId\": \"AIR-8959DF11-991E-4620-8D12-E1B1F6A7EAF1\",\n            \"Locator\": \"FVIORC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T10:03:23.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18674,\n            \"UniqueId\": \"AIR-FE68FB69-B87C-4B7B-ABF4-0AB6E76713EE\",\n            \"Locator\": \"WCJFVI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T10:30:02.327\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18675,\n            \"UniqueId\": \"AIR-F095B9E1-EB47-4863-9E04-18F181DC6230\",\n            \"Locator\": \"FWAPZZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T10:39:30.523\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18676,\n            \"UniqueId\": \"AIR-32FBC7A2-B381-49C1-8185-7547D2FFBDE0\",\n            \"Locator\": \"FWCOTQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T10:44:16.597\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18677,\n            \"UniqueId\": \"AIR-CEA1FA78-5F40-40F1-B6F4-47F380625C93\",\n            \"Locator\": \"FWFABT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T10:49:17.093\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18678,\n            \"UniqueId\": \"AIR-5E7C5F12-0A0D-4574-93D1-69AFDE7AEC66\",\n            \"Locator\": \"FWHMJV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T11:07:08.887\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18679,\n            \"UniqueId\": \"AIR-75A2E164-0465-488E-80B8-996CE82C7007\",\n            \"Locator\": \"ERROR_AIR-7E6ED595AB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T11:07:56.623\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18680,\n            \"UniqueId\": \"AIR-8EE3E9D1-B018-436D-9648-897C5406D71D\",\n            \"Locator\": \"WDJMYY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T11:16:05.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18573,\n            \"UniqueId\": \"AIR-C054D605-A3BF-4114-B35D-7FB389A3CB7E\",\n            \"Locator\": \"2DSEY5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T11:57:52.01\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18682,\n            \"UniqueId\": \"AIR-4883F980-0B82-4845-95A9-C3CD34DFA9DD\",\n            \"Locator\": \"WIMBKJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T14:23:58.273\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18681,\n            \"UniqueId\": \"AIR-822FDA36-6E32-4BD8-B1C6-BFBBA8193558\",\n            \"Locator\": \"FCSEUL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T14:23:59.85\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18683,\n            \"UniqueId\": \"AIR-186F5575-0345-4AE4-8766-0802F4BCBBF1\",\n            \"Locator\": \"29WGUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T14:43:48.407\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18685,\n            \"UniqueId\": \"AIR-0BAB84B0-F3CF-443D-8272-F918EFC23A14\",\n            \"Locator\": \"WKRBWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T14:55:33.51\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18684,\n            \"UniqueId\": \"AIR-BFB0F9F4-8885-4352-8C91-D79E730D10BB\",\n            \"Locator\": \"WKRAVI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T14:55:34.8\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18689,\n            \"UniqueId\": \"AIR-87775930-A2CC-4478-8417-F84B2372950B\",\n            \"Locator\": \"WLUERE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T15:26:56.983\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18688,\n            \"UniqueId\": \"AIR-71CD3DDF-A8BF-4877-8DBF-D002BA3E6F55\",\n            \"Locator\": \"WLUEAD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T15:26:57.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18687,\n            \"UniqueId\": \"AIR-5435AC82-837A-4EB1-AC76-7823F4CE6768\",\n            \"Locator\": \"FEEJUE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T15:27:00.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18686,\n            \"UniqueId\": \"AIR-963D755B-F598-4856-A9EF-CAF6BC4B94E4\",\n            \"Locator\": \"WLUDIE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T15:27:03.11\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18690,\n            \"UniqueId\": \"AIR-611BAE7E-C3D9-4127-BA13-EAFD905DC9C3\",\n            \"Locator\": \"2FIAC9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T21:11:47.02\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18691,\n            \"UniqueId\": \"AIR-DEEF079A-A225-40D3-AA16-E4B4AAA9330C\",\n            \"Locator\": \"XMUEDO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T09:34:47.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18692,\n            \"UniqueId\": \"AIR-F6E8BD91-5392-4F4D-A258-EDDB7F8627EE\",\n            \"Locator\": \"XMPATN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T09:58:39.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18694,\n            \"UniqueId\": \"AIR-FEC4BC8D-1D56-4508-8A3F-56E4CECA9C3E\",\n            \"Locator\": \"GLMRXE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T13:14:24.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18695,\n            \"UniqueId\": \"AIR-E6C8A120-AB72-4A03-AECD-9BBDEA6B3962\",\n            \"Locator\": \"2TKMSP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T13:20:19.843\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18696,\n            \"UniqueId\": \"AIR-938C031E-4502-4944-8B10-AE312F24251C\",\n            \"Locator\": \"GQLSYX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T14:34:03.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18697,\n            \"UniqueId\": \"AIR-165A5E92-D5FA-4B37-82CE-0E8732007795\",\n            \"Locator\": \"GNTKIJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T14:37:55.8\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18693,\n            \"UniqueId\": \"AIR-68DF24D8-708C-4009-83C9-F08D51D7A763\",\n            \"Locator\": \"GKFSZL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T15:30:59.117\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18699,\n            \"UniqueId\": \"AIR-7DDC69B5-20CA-44F0-A7E2-C8E56B096268\",\n            \"Locator\": \"2VTIDH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T15:51:59.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18698,\n            \"UniqueId\": \"AIR-6C25E9E5-AE04-4B89-9F17-3008DBCD2F90\",\n            \"Locator\": \"HQJHKK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T15:52:47.177\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18700,\n            \"UniqueId\": \"AIR-24C6DCD8-83B7-4779-B3AE-6DD52A34AC95\",\n            \"Locator\": \"HQPQDT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T15:54:36.67\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18701,\n            \"UniqueId\": \"AIR-53604F8C-5E1E-49C6-83DB-F3BFB58E67E5\",\n            \"Locator\": \"2W4QR8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T16:08:47.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18702,\n            \"UniqueId\": \"AIR-B32B8761-4215-430E-9BB0-71605B0738CC\",\n            \"Locator\": \"ERROR_AIR-937C3C1ED2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T16:19:56.877\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18703,\n            \"UniqueId\": \"AIR-A3A1DECD-7809-4138-8491-8E959864D709\",\n            \"Locator\": \"GSPYBO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T17:34:47.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18704,\n            \"UniqueId\": \"AIR-8D6392F6-C68A-473A-946D-998FB7758093\",\n            \"Locator\": \"GZPXJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T09:31:05.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18705,\n            \"UniqueId\": \"AIR-7F1A60DB-E9A1-425D-BD7A-349C9F93C0F1\",\n            \"Locator\": \"ZZJZUY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T09:51:48.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18706,\n            \"UniqueId\": \"AIR-5E25096E-8EC8-4891-9AD2-AF5E9E5F87E8\",\n            \"Locator\": \"IRDZTO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T09:59:37.057\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18707,\n            \"UniqueId\": \"AIR-1B18EA2B-3998-4B5A-8BB1-C72E01F2E4F8\",\n            \"Locator\": \"ZAZDSL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T10:23:58.313\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18708,\n            \"UniqueId\": \"AIR-07A8F058-1296-4412-90E1-158958DF8791\",\n            \"Locator\": \"3DTHEH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T10:24:46.443\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18709,\n            \"UniqueId\": \"AIR-5F2594D7-69EA-4812-9D8E-EFB8D29E9BF4\",\n            \"Locator\": \"XNCYHU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T10:31:09.17\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18710,\n            \"UniqueId\": \"AIR-9AB90120-0010-4F47-859D-4E0431E56E49\",\n            \"Locator\": \"ISAYJR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T10:46:10.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18711,\n            \"UniqueId\": \"AIR-5B7D2AC0-9996-48B1-9D66-AC33B7087F27\",\n            \"Locator\": \"ISDYOJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T10:53:03.737\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18712,\n            \"UniqueId\": \"AIR-1C0EF3CF-0274-4471-B95A-E27F31EC8AE1\",\n            \"Locator\": \"ZAPYIA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T10:54:23.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18713,\n            \"UniqueId\": \"AIR-637261F0-94C6-43B9-82C0-E38FC789BE12\",\n            \"Locator\": \"ITZJOV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T11:24:26.753\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18714,\n            \"UniqueId\": \"AIR-50F7A884-4B49-43A2-8771-2F14DA3532D7\",\n            \"Locator\": \"IWHHTY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T13:05:16.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18715,\n            \"UniqueId\": \"AIR-3A7A9C71-8C56-4716-AABD-E1A3BF3F2834\",\n            \"Locator\": \"IWOZPG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T13:13:00.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18716,\n            \"UniqueId\": \"AIR-8BBE1D5A-540C-4144-BA64-D68A023EDB4B\",\n            \"Locator\": \"ZHELKJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T14:25:40.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18718,\n            \"UniqueId\": \"AIR-4D66D781-E75E-45B7-A2ED-4AF832B5EAD9\",\n            \"Locator\": \"3XSBXN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T09:44:46.907\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18719,\n            \"UniqueId\": \"AIR-27951059-B914-4331-A01F-8724C30BCD4F\",\n            \"Locator\": \"3YGKNL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T09:54:58.053\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18720,\n            \"UniqueId\": \"AIR-147340FC-D98D-431D-BE1D-6BA35607F91D\",\n            \"Locator\": \"3YRBB5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T10:07:16.723\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18721,\n            \"UniqueId\": \"AIR-2B6D99C6-FFF0-471F-A089-5C3FADB03EF0\",\n            \"Locator\": \"JHUDFL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T13:42:53.307\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18722,\n            \"UniqueId\": \"AIR-8D27AA32-AFCC-4F3F-9B9C-E4542E07284C\",\n            \"Locator\": \"BRBLXB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T14:26:11.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18723,\n            \"UniqueId\": \"AIR-CFC0B0CB-F84C-4BF8-8A9E-72575662AD6B\",\n            \"Locator\": \"ERROR_AIR-4E4C9EB0F3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T14:28:38.017\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18724,\n            \"UniqueId\": \"AIR-2FF80594-6570-43C1-9085-454767C50DEA\",\n            \"Locator\": \"ERROR_AIR-BEA0019AF2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T14:31:40.89\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18725,\n            \"UniqueId\": \"AIR-04B722BE-6A0C-4ED8-871A-04EEECFE5667\",\n            \"Locator\": \"YXTQSW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T14:32:49.457\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18726,\n            \"UniqueId\": \"AIR-FAD48348-343A-4D86-842B-1803C70910DD\",\n            \"Locator\": \"ERROR_AIR-B6FCAA1E64\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T14:34:38.337\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18727,\n            \"UniqueId\": \"AIR-B4854962-04C9-4A0D-AEEE-4A2B2A0DDF97\",\n            \"Locator\": \"BSNVPU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T15:11:53.167\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18728,\n            \"UniqueId\": \"AIR-65C9BC6F-B4D8-4FBF-8241-817A49BC09BD\",\n            \"Locator\": \"45FPMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T15:22:26.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18729,\n            \"UniqueId\": \"AIR-C8A76C98-0051-4110-9DD5-B1B20664060D\",\n            \"Locator\": \"JJFBEL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T15:25:04.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18730,\n            \"UniqueId\": \"AIR-7949F85E-5CE6-4713-AC3D-05C74B40A671\",\n            \"Locator\": \"GNSRUH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T15:26:57.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18731,\n            \"UniqueId\": \"AIR-B213D006-B49D-4D1D-9F15-492906B36D63\",\n            \"Locator\": \"JJLXLG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T15:31:40.527\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18732,\n            \"UniqueId\": \"AIR-6FFA305B-077A-4D8B-8BB5-529E7633BB36\",\n            \"Locator\": \"GOZOBU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T16:20:11.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18733,\n            \"UniqueId\": \"AIR-EB66B5A8-2DF9-4297-B72B-AA501898ADEC\",\n            \"Locator\": \"DTNYUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T07:46:41.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18734,\n            \"UniqueId\": \"AIR-6E63BEB2-16F1-4D51-895D-AA998D0C6F25\",\n            \"Locator\": \"DVWEDJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T09:15:13.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18735,\n            \"UniqueId\": \"AIR-A8AE0DAC-7EBB-4A0C-9D5D-F539E1D3D3EC\",\n            \"Locator\": \"LJPFJV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T09:25:22.1\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18737,\n            \"UniqueId\": \"AIR-9BCACCBD-AED8-41DF-B0EF-CA0B08A87BA8\",\n            \"Locator\": \"LKSMNG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T09:31:41.613\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18736,\n            \"UniqueId\": \"AIR-8A2FA1CD-487C-49B6-81CC-8A28F4FCF5CC\",\n            \"Locator\": \"HIJAZW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T09:36:16.573\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18738,\n            \"UniqueId\": \"AIR-68CA9DB9-EB61-4B69-8985-D4AE2DAFB8DB\",\n            \"Locator\": \"LKDRBM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T09:58:45.24\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18739,\n            \"UniqueId\": \"AIR-16F4A6C5-77EE-4226-97B4-D318CCDCF0E9\",\n            \"Locator\": \"DVOWBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T09:59:28.903\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18740,\n            \"UniqueId\": \"AIR-0FD3DB74-F607-4FB5-B761-C8C8372B5E18\",\n            \"Locator\": \"DVPGFH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T09:59:56.47\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18741,\n            \"UniqueId\": \"AIR-207D9F61-1CDC-49D9-8CC9-487A3A6DD5F2\",\n            \"Locator\": \"LKFONW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T10:01:23.787\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18742,\n            \"UniqueId\": \"AIR-B6C4ADB0-F3D7-4B76-9CF1-B53564BBE0BB\",\n            \"Locator\": \"2NTLOT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T10:15:40.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18743,\n            \"UniqueId\": \"AIR-9611299F-EC1E-4BB9-8B51-F5FDA2DEE25F\",\n            \"Locator\": \"LLSIDO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T10:18:34.113\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18744,\n            \"UniqueId\": \"AIR-FF4CB207-179D-4B8E-A07D-0E88B8865353\",\n            \"Locator\": \"LLTKYO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T10:20:27.317\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18745,\n            \"UniqueId\": \"AIR-1D9BD3DA-3279-4DF3-B72B-EB9525A7983E\",\n            \"Locator\": \"LLMEKR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T10:51:21.49\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18746,\n            \"UniqueId\": \"AIR-114EE083-D74E-4110-882D-A52A60A3C3C0\",\n            \"Locator\": \"LLNDBJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T10:52:46.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18747,\n            \"UniqueId\": \"AIR-F8181A12-BD71-4CBE-A6F0-025D83187777\",\n            \"Locator\": \"HJZZSU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T10:57:02.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18748,\n            \"UniqueId\": \"AIR-A8FE9C69-3EAD-47D3-8722-D0561D6C8833\",\n            \"Locator\": \"ZRCBYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T10:58:16.41\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18749,\n            \"UniqueId\": \"AIR-B04B6F9D-C9DF-4DB3-9240-B00969F880ED\",\n            \"Locator\": \"2OL86O\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:00:22.167\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18750,\n            \"UniqueId\": \"AIR-B2EDB5EC-257B-4780-A0C2-AA71606A1F14\",\n            \"Locator\": \"2OM629\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:06:41.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18751,\n            \"UniqueId\": \"AIR-8A30C0B7-33B5-4BFF-BE55-69667E4E1BFC\",\n            \"Locator\": \"LMXKSX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:14:50.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18752,\n            \"UniqueId\": \"AIR-E56C6C17-9E9A-4FDF-A74B-4AC474810823\",\n            \"Locator\": \"2OQGZU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:17:30.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18753,\n            \"UniqueId\": \"AIR-F37FD33F-BE55-4B79-B0AA-096F3D831EF5\",\n            \"Locator\": \"LMCDLP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:29:13.113\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18754,\n            \"UniqueId\": \"AIR-180E5603-6A00-46DC-8E54-68C2DE256B46\",\n            \"Locator\": \"ERROR_AIR-2F8B1ECF10\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:31:48.97\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18755,\n            \"UniqueId\": \"AIR-05650026-1B8D-4F08-A716-B78F3CDC2B51\",\n            \"Locator\": \"LMEWHO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:35:58.047\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18756,\n            \"UniqueId\": \"AIR-19655D09-013D-49EF-9D25-EE46A48688B8\",\n            \"Locator\": \"2P6DKR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:45:17.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18757,\n            \"UniqueId\": \"AIR-96551221-0D69-4B8A-A513-4894D99F6E32\",\n            \"Locator\": \"2PDNMV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:58:36.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18758,\n            \"UniqueId\": \"AIR-544018AC-DA9C-4E2B-884F-27F11361526A\",\n            \"Locator\": \"DATJEG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T13:45:27.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18759,\n            \"UniqueId\": \"AIR-CD29333F-F33E-4E66-A71B-8218B952EDE9\",\n            \"Locator\": \"DAVUJK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T13:48:32.387\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18760,\n            \"UniqueId\": \"AIR-383F3AA5-4B26-4ADC-98C9-152037F2A827\",\n            \"Locator\": \"ZSXNWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T14:09:31.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18761,\n            \"UniqueId\": \"AIR-086CBC39-035B-4507-A726-1CFA745C0E85\",\n            \"Locator\": \"LPQPFT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T14:11:40.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18762,\n            \"UniqueId\": \"AIR-F087E8D6-57AD-4425-A978-6282D206D448\",\n            \"Locator\": \"2R8CF6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T14:12:04.79\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18763,\n            \"UniqueId\": \"AIR-FB969AE3-006E-4657-AB47-C41A616E4531\",\n            \"Locator\": \"2RE5TN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T14:19:49.38\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18764,\n            \"UniqueId\": \"AIR-B71A9F18-3572-40D5-AFB6-1C73F1150AE4\",\n            \"Locator\": \"2RK6CK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T14:25:18.047\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18765,\n            \"UniqueId\": \"AIR-37756330-1022-4572-A56F-ACE93B5D899C\",\n            \"Locator\": \"LPBEVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T14:33:13.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18766,\n            \"UniqueId\": \"AIR-2BDFF288-BDC3-4A3E-9ECC-C55070087190\",\n            \"Locator\": \"DCTUNG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T14:55:04.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18767,\n            \"UniqueId\": \"AIR-4B77CCBC-29F4-44E7-98D2-B1A0B3B9256C\",\n            \"Locator\": \"DCVSXS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T14:58:38.217\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18768,\n            \"UniqueId\": \"AIR-84D1217D-83A4-4927-A873-96012FE4640D\",\n            \"Locator\": \"2S3I2D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:01:24.333\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18769,\n            \"UniqueId\": \"AIR-0474D001-E9E0-4048-8305-C796BFF582D0\",\n            \"Locator\": \"MQHROV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:05:21.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18770,\n            \"UniqueId\": \"AIR-CAE0BEE0-2CD6-400C-80A1-3199B095D6A6\",\n            \"Locator\": \"MQJLNV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:11:04.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18771,\n            \"UniqueId\": \"AIR-4DDDBDEE-693D-47BA-BFA1-0A153D87A093\",\n            \"Locator\": \"DCFZFG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:18:01.437\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18772,\n            \"UniqueId\": \"AIR-AFFBDA29-2B77-4EB8-A305-7851333F0975\",\n            \"Locator\": \"MRRCAS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:26:54.267\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18773,\n            \"UniqueId\": \"AIR-5249247C-D7BE-494A-B8C9-F107F2C63B53\",\n            \"Locator\": \"2SBMJ3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:30:27.747\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18774,\n            \"UniqueId\": \"AIR-C930CF91-FFD3-4919-A9C1-FCAF1718AC70\",\n            \"Locator\": \"2SH3MG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:34:15.163\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18775,\n            \"UniqueId\": \"AIR-59378775-20E5-4D8E-AC64-112187169BB4\",\n            \"Locator\": \"MREJFY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:36:32.223\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18776,\n            \"UniqueId\": \"AIR-56CBE07D-A3D4-4F4F-9E0B-77DD648AEF5D\",\n            \"Locator\": \"DDFISA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:39:56.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18777,\n            \"UniqueId\": \"AIR-F0EF4EC7-16F6-4030-924E-C7B99C039E0E\",\n            \"Locator\": \"MSZXNC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:46:29.313\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18778,\n            \"UniqueId\": \"AIR-F0466753-CDD9-45CE-B98C-D38091174172\",\n            \"Locator\": \"2SO2QU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:55:06.393\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18779,\n            \"UniqueId\": \"AIR-19DB5F7E-63CE-4410-9ED4-03FCF4ECB7FF\",\n            \"Locator\": \"DFXKOV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T15:57:54.407\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18780,\n            \"UniqueId\": \"AIR-A2AD8892-02F4-4C2A-804E-DBB4E6EA1475\",\n            \"Locator\": \"MTMSAQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T16:01:45.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18782,\n            \"UniqueId\": \"AIR-CDF55755-05B0-47E6-A244-B701AC17F926\",\n            \"Locator\": \"HLMUJG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T16:11:20.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18783,\n            \"UniqueId\": \"AIR-FA49EAD1-610E-4F67-A529-D5B3B415B71A\",\n            \"Locator\": \"DGCWTL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T16:12:40.91\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18781,\n            \"UniqueId\": \"AIR-21908F64-05A5-4F87-AE8D-74F1C8B586D5\",\n            \"Locator\": \"MUSSCX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T16:19:01.223\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18784,\n            \"UniqueId\": \"AIR-46C0ADFE-B3CC-47BA-AF03-96BC255C58C6\",\n            \"Locator\": \"DGKJOY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T16:20:00.94\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18785,\n            \"UniqueId\": \"AIR-EE99232C-2131-4D23-9124-67FCB823B8A5\",\n            \"Locator\": \"DIMZOD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T16:39:01.847\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18786,\n            \"UniqueId\": \"AIR-268CB437-2971-46E0-B5C2-532CF21011FF\",\n            \"Locator\": \"2TVVZ4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T17:12:21.52\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18787,\n            \"UniqueId\": \"AIR-71386540-31C2-45E7-B01E-F30668E1A35A\",\n            \"Locator\": \"2UKMWT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T18:04:27.973\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18788,\n            \"UniqueId\": \"AIR-7EB4E8F0-BC9C-4A54-AB7F-1083970DDA98\",\n            \"Locator\": \"ITYVOL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T07:50:57.683\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18789,\n            \"UniqueId\": \"AIR-22544733-F551-4C9C-86E8-351D661C21CF\",\n            \"Locator\": \"ITZYLQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T07:54:08.083\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18790,\n            \"UniqueId\": \"AIR-C51F22B2-A81A-4178-B92F-91A9CDCC6587\",\n            \"Locator\": \"MOMBQG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T07:54:22.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18791,\n            \"UniqueId\": \"AIR-93584EFF-CC9E-42BB-814E-033BF22B6A18\",\n            \"Locator\": \"QSOFWH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T10:49:59.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18792,\n            \"UniqueId\": \"AIR-4C1290E2-CA2A-4BAF-A33A-B838B6573784\",\n            \"Locator\": \"QTAXKZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T11:09:07.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18793,\n            \"UniqueId\": \"AIR-19B07F28-9601-4086-943E-81780309476F\",\n            \"Locator\": \"QTCZHY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T11:12:27.48\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18794,\n            \"UniqueId\": \"AIR-25633C33-69B7-47CB-8AFE-AFA00EA01E7B\",\n            \"Locator\": \"EFLUNX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T11:18:31.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18795,\n            \"UniqueId\": \"AIR-83F4155D-25D9-456E-83DE-B52A59189F86\",\n            \"Locator\": \"ZBVRTJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T11:40:02.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18796,\n            \"UniqueId\": \"AIR-122C7A36-7AEF-459B-836F-FA3EEF818B16\",\n            \"Locator\": \"3CAYS4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T12:04:05.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18797,\n            \"UniqueId\": \"AIR-82F8EC4B-36D1-42CD-BBF5-9600BD89692C\",\n            \"Locator\": \"QEATCG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T14:42:14.267\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18798,\n            \"UniqueId\": \"AIR-8723126B-36DC-418D-857D-A625AA96FE7B\",\n            \"Locator\": \"FSHQFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T15:08:15.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18799,\n            \"UniqueId\": \"AIR-41334D80-8333-4B1D-B816-83E5F71AE350\",\n            \"Locator\": \"QHOTVV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T15:31:04.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18800,\n            \"UniqueId\": \"AIR-3DB025D3-9253-441D-A561-CDC12CD4B1D2\",\n            \"Locator\": \"3FL67H\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T16:00:42.93\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18801,\n            \"UniqueId\": \"AIR-E6DB4B89-17A0-4010-9DD0-6A84B6A95313\",\n            \"Locator\": \"QMBGEX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T16:29:44.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18802,\n            \"UniqueId\": \"AIR-96F1DD6C-730A-4CC6-9EF3-644DD0B7CD13\",\n            \"Locator\": \"FZYSQB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T16:41:24.4\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18803,\n            \"UniqueId\": \"AIR-83B4A27E-5AB4-43D1-92E9-FCB55267136C\",\n            \"Locator\": \"FLQXQD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T07:52:21.157\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18804,\n            \"UniqueId\": \"AIR-BCDD383C-8F0D-4BAD-B5E0-56837408D0DB\",\n            \"Locator\": \"FMDPCH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T09:39:23.3\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18805,\n            \"UniqueId\": \"AIR-130D3D2A-EA26-4D63-92AB-7B01FE483446\",\n            \"Locator\": \"RZECJJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T09:46:03.25\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18806,\n            \"UniqueId\": \"AIR-BD3397B2-A80F-4E02-A743-9A7D88685962\",\n            \"Locator\": \"IGEULX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T10:50:29.413\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18807,\n            \"UniqueId\": \"AIR-28A8BA97-BEBE-4F71-B833-9DD73508F92D\",\n            \"Locator\": \"3W8224\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T11:11:49.71\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18808,\n            \"UniqueId\": \"AIR-F52CD121-5E9B-4413-986D-BDC98A8B301C\",\n            \"Locator\": \"3X9XP4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T12:28:48.55\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18717,\n            \"UniqueId\": \"AIR-787A5704-E1CE-4135-A0F4-1709BB91B67A\",\n            \"Locator\": \"IZEWEM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T13:20:43.41\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18673,\n            \"UniqueId\": \"AIR-582EAC57-7253-4BDB-8ECB-DE1705756AAC\",\n            \"Locator\": \"FWSGBA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T13:20:49.327\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18809,\n            \"UniqueId\": \"AIR-6218B890-440D-4F26-9670-10470C93EA5D\",\n            \"Locator\": \"IHPAXY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T14:19:42.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18810,\n            \"UniqueId\": \"AIR-46C4445D-2192-46C0-B849-719B92AED4DC\",\n            \"Locator\": \"RGEZPQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T14:22:41.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18811,\n            \"UniqueId\": \"AIR-F5F1B85B-2092-48C6-8689-392876F97058\",\n            \"Locator\": \"RGOTJS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T14:42:00.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18813,\n            \"UniqueId\": \"AIR-9AE5D622-0969-4A47-A8D8-F9EFA7B5B9EC\",\n            \"Locator\": \"GUYRFO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T15:23:04.79\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18814,\n            \"UniqueId\": \"AIR-107CA963-8BFE-4258-B08B-0E9DE3A0DAC4\",\n            \"Locator\": \"GZHFUZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T16:09:24.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18815,\n            \"UniqueId\": \"AIR-6D7B9164-4B03-4749-B9A7-349CC6C0D9CE\",\n            \"Locator\": \"RKJOCU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T17:01:17.937\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18816,\n            \"UniqueId\": \"AIR-B9ECB44A-59F4-4EE0-8150-D3A6286326D1\",\n            \"Locator\": \"GFGBSK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T18:17:28.927\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18819,\n            \"UniqueId\": \"AIR-7DB117E1-D499-46F3-89CF-E533C2300F8A\",\n            \"Locator\": \"GJUBUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T19:44:46.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18820,\n            \"UniqueId\": \"AIR-6927D25C-D49A-4897-99BE-9CF7A9DD6E88\",\n            \"Locator\": \"4GYR4V\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T08:48:59.77\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18821,\n            \"UniqueId\": \"AIR-06003636-2353-4B50-8D31-20E7DBA41754\",\n            \"Locator\": \"JTIXQW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T08:59:49.283\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18812,\n            \"UniqueId\": \"AIR-F4170CF9-0934-4CBC-BE79-B9F7501C50E5\",\n            \"Locator\": \"3ZDE76\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T09:21:49.023\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18822,\n            \"UniqueId\": \"AIR-CC1C6B09-863F-45EF-A447-2CB9009D1C46\",\n            \"Locator\": \"4HVGQ9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T09:53:12.517\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18318,\n            \"UniqueId\": \"AIR-F1A4EB83-2ECF-46A5-AEB1-D8FE079A6D72\",\n            \"Locator\": \"33H5YA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T10:05:33.857\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18817,\n            \"UniqueId\": \"AIR-2384E238-1F72-4F26-B20A-9D627BFB70DC\",\n            \"Locator\": \"ZNDBLE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T10:06:57.073\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18818,\n            \"UniqueId\": \"AIR-3C7DC15E-119C-4B05-B197-71F2DDE3CC0A\",\n            \"Locator\": \"44HA8D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T10:07:19.913\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18823,\n            \"UniqueId\": \"AIR-E062440F-37AC-4485-B832-89FB0B3264FD\",\n            \"Locator\": \"4I93DN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T10:11:46.18\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18824,\n            \"UniqueId\": \"AIR-839DFFA0-0CE4-489A-A165-58D88F700EE6\",\n            \"Locator\": \"HBZTRU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T10:28:17.233\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18826,\n            \"UniqueId\": \"AIR-5B24C9FB-0EA2-46B6-922B-996930D16EC7\",\n            \"Locator\": \"4JGJFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T11:43:54.63\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18827,\n            \"UniqueId\": \"AIR-6A95FAC8-714C-4D4A-9822-B8583379B0A4\",\n            \"Locator\": \"4LYYYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T14:35:01.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18828,\n            \"UniqueId\": \"AIR-B23DB603-E314-45CB-9004-34D4CC467347\",\n            \"Locator\": \"4M6O7N\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T14:41:36.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18829,\n            \"UniqueId\": \"AIR-42339D10-60AA-4230-AA47-BF5CFB8A88AF\",\n            \"Locator\": \"SJNRPO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T15:01:46.73\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18636,\n            \"UniqueId\": \"AIR-C77B74B0-55BF-448E-9175-0E7D3AF0C366\",\n            \"Locator\": \"ERATSY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T16:06:14.38\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18830,\n            \"UniqueId\": \"AIR-D06E87AF-93DA-40D1-92FF-B3DC415D5441\",\n            \"Locator\": \"SOCBHY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T16:10:29.767\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18831,\n            \"UniqueId\": \"AIR-B156C4AA-8CFF-40F8-97CC-D495CDE4C809\",\n            \"Locator\": \"SPIVGI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T16:22:56.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18832,\n            \"UniqueId\": \"AIR-4456DD61-9E7D-414C-8D63-EC6F1CC40832\",\n            \"Locator\": \"IUUNET\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T16:44:52.637\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18834,\n            \"UniqueId\": \"AIR-2E8DFA87-74EC-4564-924F-9C54FE83BC3C\",\n            \"Locator\": \"AXJHVW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T16:52:49.643\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18833,\n            \"UniqueId\": \"AIR-8CE7A331-098F-46EF-83C5-48F9CA646AE6\",\n            \"Locator\": \"JAXJJH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T16:54:35.35\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18835,\n            \"UniqueId\": \"AIR-778AD907-1EDB-4AF5-AA4C-83E855CDB8A0\",\n            \"Locator\": \"JABSHW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T16:56:53.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18836,\n            \"UniqueId\": \"AIR-96180347-5907-485F-993D-7371C321449C\",\n            \"Locator\": \"TRQKPV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T17:00:09.213\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18837,\n            \"UniqueId\": \"AIR-0209B409-7D67-4C47-932C-6008105DA6EC\",\n            \"Locator\": \"23MNDV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T08:46:00.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18838,\n            \"UniqueId\": \"AIR-CB53ADF7-F086-4B0D-AECC-1FA97680B359\",\n            \"Locator\": \"TJCAEM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T10:37:56.797\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18839,\n            \"UniqueId\": \"AIR-4A6E4F70-8E83-4542-8F0E-C431F8273C9A\",\n            \"Locator\": \"283TFQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T13:48:07.153\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18840,\n            \"UniqueId\": \"AIR-D6B1DF2C-BE24-479A-B3AD-394B16BDF685\",\n            \"Locator\": \"TNPTJG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T14:36:37.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18841,\n            \"UniqueId\": \"AIR-9A99CA0B-0C2E-4735-970B-18CE2C3272FE\",\n            \"Locator\": \"TNPVTM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T14:36:51.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18842,\n            \"UniqueId\": \"AIR-A8B34A0D-D094-45B3-BAEB-CFC0B4733F4A\",\n            \"Locator\": \"JTGXEH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T14:58:39.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18843,\n            \"UniqueId\": \"AIR-503C5780-B370-4A83-9552-1F0ABFFF619A\",\n            \"Locator\": \"29G683\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T15:18:30.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18844,\n            \"UniqueId\": \"AIR-83290AF8-16E5-4DF4-9A2F-438EEA606781\",\n            \"Locator\": \"29KYYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T15:27:19.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18845,\n            \"UniqueId\": \"AIR-CDD04D29-D9E2-4A22-BCCB-010396BB3888\",\n            \"Locator\": \"AGPZVL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T16:14:45.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18848,\n            \"UniqueId\": \"AIR-350E5C0D-5A53-4032-9B0A-D7EA2BED5335\",\n            \"Locator\": \"3U8JLR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T10:37:30.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18849,\n            \"UniqueId\": \"AIR-3421D6A9-B53C-49A2-A7F0-F77A76F0C414\",\n            \"Locator\": \"3VDDLM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T11:43:14.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18850,\n            \"UniqueId\": \"AIR-21540E91-C3A6-4DB8-8755-9AD8D6A46643\",\n            \"Locator\": \"3WRYRG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T13:28:49.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18851,\n            \"UniqueId\": \"AIR-5E906AA9-0CAC-4DA9-9CC0-6BE5A6F793EB\",\n            \"Locator\": \"3WZ667\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T13:36:35.19\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18852,\n            \"UniqueId\": \"AIR-757BF1AA-7630-4200-9D94-F73CAA2AFFAB\",\n            \"Locator\": \"3WWGCQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T13:37:06.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18853,\n            \"UniqueId\": \"AIR-49F1967C-9F3E-4D58-8BD2-757B61D64310\",\n            \"Locator\": \"BIAYRI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T15:28:43.77\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18854,\n            \"UniqueId\": \"AIR-D2C98EA9-1A73-4131-8314-248AF357DC5D\",\n            \"Locator\": \"LMYZJS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T15:29:21.003\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18855,\n            \"UniqueId\": \"AIR-E3DDC1B2-2711-49D0-A05D-10534D218D4B\",\n            \"Locator\": \"3YRWVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T15:38:02.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18856,\n            \"UniqueId\": \"AIR-81AA897B-4BD2-41E0-BD0A-523C7CB6A324\",\n            \"Locator\": \"LNIVRS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T15:46:11.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18857,\n            \"UniqueId\": \"AIR-33EDA050-B8B3-4E1F-8869-F1D20D818030\",\n            \"Locator\": \"LORZDB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T15:51:58.4\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18858,\n            \"UniqueId\": \"AIR-DFA4834B-D5E9-4109-BF82-01C3A632388E\",\n            \"Locator\": \"BJRGFF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T16:01:25.683\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18859,\n            \"UniqueId\": \"AIR-FB32BBAA-168A-4314-A403-5697F6376744\",\n            \"Locator\": \"3ZSHA4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T17:08:19.237\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18860,\n            \"UniqueId\": \"AIR-F144F7C1-5DAE-46C1-B45C-E0FFC828CF6F\",\n            \"Locator\": \"WLKXNP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T17:22:43.463\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18863,\n            \"UniqueId\": \"AIR-D4CA7211-DFA9-405E-996F-1E68D2138FA9\",\n            \"Locator\": \"43326M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T18:11:12.91\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18862,\n            \"UniqueId\": \"AIR-183281B6-F3B3-44C0-AFC1-47074072E8D4\",\n            \"Locator\": \"MUQCAH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T18:17:54.237\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18864,\n            \"UniqueId\": \"AIR-5EA20223-C31D-466B-9FEC-995BE3018077\",\n            \"Locator\": \"MGFVMF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T07:22:39.107\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18865,\n            \"UniqueId\": \"AIR-0704C404-369C-44E9-A2C3-6CCADEFE0E41\",\n            \"Locator\": \"BOMTVB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T08:26:27.58\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18866,\n            \"UniqueId\": \"AIR-9287775E-FE60-44EB-B61B-C789C8329493\",\n            \"Locator\": \"MHKJOZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T08:26:28.673\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18867,\n            \"UniqueId\": \"AIR-E07FE1A8-5FA3-4210-95E3-5FBC03C0B694\",\n            \"Locator\": \"MHLFCG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T08:28:02.19\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18868,\n            \"UniqueId\": \"AIR-8D485BE8-E496-4A54-9A10-B8060B96BD1A\",\n            \"Locator\": \"LYASPR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T09:42:12.243\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18869,\n            \"UniqueId\": \"AIR-B4C2F07D-1B5C-46DD-8EF8-89DCE204B439\",\n            \"Locator\": \"LYCIAA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T09:48:46.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18870,\n            \"UniqueId\": \"AIR-C6F8CF3B-110D-4FB8-ACFA-5CE9DEC1B0C5\",\n            \"Locator\": \"MJOOYN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T09:59:36.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18871,\n            \"UniqueId\": \"AIR-90D7B0E0-DB23-4FB3-8ACE-B5DF9678A351\",\n            \"Locator\": \"LYJEAU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T10:14:54.53\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18872,\n            \"UniqueId\": \"AIR-A99DC83A-640E-4247-9332-A26F68BBEE58\",\n            \"Locator\": \"LYLDLK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T10:23:44.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18873,\n            \"UniqueId\": \"AIR-A0762D75-3744-46AE-B01D-FF818BE29A89\",\n            \"Locator\": \"XCHAUP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T10:33:24.23\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18874,\n            \"UniqueId\": \"AIR-42C937DD-8737-4464-AF22-8B3ED5C4651B\",\n            \"Locator\": \"MKWVKN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T10:35:22.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18875,\n            \"UniqueId\": \"AIR-DE7864C7-64AE-457A-BDD2-EF7588365DEC\",\n            \"Locator\": \"4H2E32\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T10:35:23.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18876,\n            \"UniqueId\": \"AIR-7C21F9B1-5EA8-4A05-B354-9D25560E4FAE\",\n            \"Locator\": \"MKKVRP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T11:08:10.547\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18877,\n            \"UniqueId\": \"AIR-6CC7E461-4AF4-45C8-BE8C-818EACB19BF5\",\n            \"Locator\": \"MLQCCT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T11:14:48.167\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18878,\n            \"UniqueId\": \"AIR-6A875C34-486C-42DB-BB6B-FC65371EF67C\",\n            \"Locator\": \"MLACLN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T11:28:09.783\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18879,\n            \"UniqueId\": \"AIR-62E69FE3-3D8D-46B5-B8AE-C3CBAA827209\",\n            \"Locator\": \"XEUZES\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T11:36:17.277\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18880,\n            \"UniqueId\": \"AIR-9F84CCCF-6B56-45CA-A49E-9957322A20A9\",\n            \"Locator\": \"QRXWFR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T13:23:51.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18881,\n            \"UniqueId\": \"AIR-B6D5B74F-078E-40B6-AC41-F901B6FDC14F\",\n            \"Locator\": \"QWLRZJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T14:40:31.407\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18882,\n            \"UniqueId\": \"AIR-074777FF-1360-41AA-853A-DB1B936FFCA1\",\n            \"Locator\": \"LDHASN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T15:27:48.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18883,\n            \"UniqueId\": \"AIR-00D5155A-B284-47AA-8BF7-0925AABAB239\",\n            \"Locator\": \"YYISIB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T16:32:28.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18884,\n            \"UniqueId\": \"AIR-32D4B3A6-664C-474D-B9FE-AE0077FFB3F2\",\n            \"Locator\": \"4MWKOC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T17:06:33.047\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18885,\n            \"UniqueId\": \"AIR-1799209F-52EC-4EBD-853F-C228FC8E7AF5\",\n            \"Locator\": \"QIJKZF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T17:08:48.867\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18886,\n            \"UniqueId\": \"AIR-26B1EA75-FBAF-41F9-AD9F-05E89004393E\",\n            \"Locator\": \"YEZYLO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T17:53:42.517\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18861,\n            \"UniqueId\": \"AIR-D9DBDE47-9CF7-4AF1-B349-CD132ADCBFCC\",\n            \"Locator\": \"MTGLAM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T18:08:54.207\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18887,\n            \"UniqueId\": \"AIR-BD31D4A2-AD8B-462E-B423-1478E6825003\",\n            \"Locator\": \"RECOLY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:05:08.267\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18888,\n            \"UniqueId\": \"AIR-1317DD88-64B7-4B59-A5BC-2EF1529F0D75\",\n            \"Locator\": \"22DZGS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:07:50.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18889,\n            \"UniqueId\": \"AIR-7DFE4AD8-DA56-4A01-B858-8FC1EC0E7AEA\",\n            \"Locator\": \"REMFLT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:11:06.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18890,\n            \"UniqueId\": \"AIR-0A210F38-A5F7-4B9B-AC80-99795EFAD313\",\n            \"Locator\": \"ZWKMQY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:14:25.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18891,\n            \"UniqueId\": \"AIR-CF9E490B-79F6-4259-B90A-13AE711802F7\",\n            \"Locator\": \"LNSGJB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:16:43.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18892,\n            \"UniqueId\": \"AIR-20CAA2DE-E60E-4FD3-872A-E30C125A175D\",\n            \"Locator\": \"ZXRGFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:21:25.37\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18893,\n            \"UniqueId\": \"AIR-4317172E-1291-48A4-B2FB-4B9A2D39DAA5\",\n            \"Locator\": \"RFXHGP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:21:59.957\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18894,\n            \"UniqueId\": \"AIR-4A5DC52C-A0F9-4925-95DF-F9DDB89A52C3\",\n            \"Locator\": \"RFYCDW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:22:44.57\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18895,\n            \"UniqueId\": \"AIR-2583333B-B8AF-4A32-A011-ECFB53BAD882\",\n            \"Locator\": \"ZXUSFQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:23:20.167\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18896,\n            \"UniqueId\": \"AIR-3EC7C3CA-2ADB-4D0C-9A84-3C4EDD2D0631\",\n            \"Locator\": \"ZXAUJD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:27:41.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18897,\n            \"UniqueId\": \"AIR-1D5CB282-A4CF-4BA3-947D-EAE485F739D0\",\n            \"Locator\": \"RFJUWP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:29:53.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18898,\n            \"UniqueId\": \"AIR-2EABCF81-0C77-4C19-8554-C1A1D0B07D09\",\n            \"Locator\": \"CBZKMX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:30:25.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18899,\n            \"UniqueId\": \"AIR-AFA8E81F-3EB6-46A0-AD58-558CB93C8C81\",\n            \"Locator\": \"ZXIOBI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:35:12.263\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18900,\n            \"UniqueId\": \"AIR-578EF841-EF14-4A5A-98D6-DA0693ECD2DC\",\n            \"Locator\": \"LNDCHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:42:06.52\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18901,\n            \"UniqueId\": \"AIR-2D3A9C78-CECD-4F47-9690-6D8700543AAD\",\n            \"Locator\": \"ZYSANP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:42:43.393\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18902,\n            \"UniqueId\": \"AIR-D0475074-C8D7-4B6C-A180-26529899BEBA\",\n            \"Locator\": \"CBFTVF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T09:59:17.677\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18903,\n            \"UniqueId\": \"AIR-1A0959A0-22BF-42F5-AF02-B09D8E09BC9B\",\n            \"Locator\": \"ZYNUBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T10:14:34.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18904,\n            \"UniqueId\": \"AIR-7872B2C9-DEBA-493F-8B9D-AF8FFEAFE0E1\",\n            \"Locator\": \"ZYNPGP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T10:16:33.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18906,\n            \"UniqueId\": \"AIR-CED3B401-135B-47F8-92BC-04A24E3F2991\",\n            \"Locator\": \"23J36N\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T10:23:20.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18905,\n            \"UniqueId\": \"AIR-2F62A2DC-0186-4B8E-9F1A-FA432F63716C\",\n            \"Locator\": \"LNLHKU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T10:23:49.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18913,\n            \"UniqueId\": \"AIR-812AC011-E927-4094-BE39-6FFCFBC4E595\",\n            \"Locator\": \"RIVDBT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:04:13.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18910,\n            \"UniqueId\": \"AIR-98F78F70-BA56-4731-A711-73DA5E32B3FB\",\n            \"Locator\": \"CBPLYA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:04:14.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18908,\n            \"UniqueId\": \"AIR-35521EFA-36BD-4C6D-A26D-626C4839D287\",\n            \"Locator\": \"ZZPSXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:04:17.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18912,\n            \"UniqueId\": \"AIR-B4FBD0E4-D995-4E33-B6A3-D53C76E2C675\",\n            \"Locator\": \"ZZPRFL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:04:19.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18907,\n            \"UniqueId\": \"AIR-B631C70D-E651-419D-8588-0FE24C1598C6\",\n            \"Locator\": \"RIVDSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:04:23.45\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18914,\n            \"UniqueId\": \"AIR-A9E1B649-DCC9-4D26-A6AA-901015C1F928\",\n            \"Locator\": \"ZZPRON\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:04:25.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18911,\n            \"UniqueId\": \"AIR-2F4A8D5F-AB96-4808-9850-B8066626FF88\",\n            \"Locator\": \"RIVDKU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:04:27.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18909,\n            \"UniqueId\": \"AIR-BECAFD2A-3F2B-43F9-BF62-1F1FE0A1C596\",\n            \"Locator\": \"ZZPSGP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:04:33.49\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18915,\n            \"UniqueId\": \"AIR-C4165C28-5630-4FB1-9335-1A0C2CD46147\",\n            \"Locator\": \"RIXOQR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:08:42.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18916,\n            \"UniqueId\": \"AIR-55324A14-1245-4B81-BEEB-348DAC9697E3\",\n            \"Locator\": \"CCUIVB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T11:31:20.643\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18917,\n            \"UniqueId\": \"AIR-2D138EFF-6A12-4532-A29C-13360FD3245C\",\n            \"Locator\": \"RLQRHK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T13:41:36.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18918,\n            \"UniqueId\": \"AIR-DC3BB859-69EE-4F8D-B1B8-0E9C3D9CCE07\",\n            \"Locator\": \"ZCIGTJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T13:45:41.82\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18919,\n            \"UniqueId\": \"AIR-B796B45B-F1E6-4E01-81EB-0DB83AE9DF32\",\n            \"Locator\": \"ZCOSHD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:07:10.547\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18920,\n            \"UniqueId\": \"AIR-C0050C34-808C-4965-9BB4-131EAC095EAA\",\n            \"Locator\": \"ZDWHDT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:19:23.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18921,\n            \"UniqueId\": \"AIR-70CF93D3-EFEE-4833-86B6-DDE1D2E64A2E\",\n            \"Locator\": \"ZDWHMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:19:25.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18922,\n            \"UniqueId\": \"AIR-BB31EAE8-01B5-4D37-BACF-112ECBC081E1\",\n            \"Locator\": \"CCMHSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:24:40.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18923,\n            \"UniqueId\": \"AIR-29C9B482-5764-44F5-A115-4925387A99C1\",\n            \"Locator\": \"RLHTFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:24:41.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18924,\n            \"UniqueId\": \"AIR-5B563D31-08D4-4BE2-8169-2F295B2F2102\",\n            \"Locator\": \"LPSYYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:24:45.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18925,\n            \"UniqueId\": \"AIR-D5685E73-D3C1-4CFB-945A-16A7CB29C3A7\",\n            \"Locator\": \"ZDZDNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:24:48.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18926,\n            \"UniqueId\": \"AIR-B64C3275-FEB7-42E9-939C-DF8D99171FA8\",\n            \"Locator\": \"ZDZEWB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:24:50.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18927,\n            \"UniqueId\": \"AIR-97DCFF80-F5D4-4C8C-90BB-7F9583F4C5F4\",\n            \"Locator\": \"ZDBIVF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:30:59.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18928,\n            \"UniqueId\": \"AIR-75F8B072-79AD-4276-9F69-CE90F7B12FB4\",\n            \"Locator\": \"LPSNGI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:31:01.533\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18930,\n            \"UniqueId\": \"AIR-162CFAE3-6410-479E-A6B3-035C36E8F5B1\",\n            \"Locator\": \"ZDBING\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:31:03.153\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18929,\n            \"UniqueId\": \"AIR-012DC5B1-BAC7-4EAE-B9A1-C6360C474011\",\n            \"Locator\": \"ZDBIEG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:31:05.02\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18931,\n            \"UniqueId\": \"AIR-5DCF8E1F-3A7F-4F65-8DC4-399D08ACCD59\",\n            \"Locator\": \"ZDBJWJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:31:07.74\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18932,\n            \"UniqueId\": \"AIR-4CA6B828-0DB8-4409-8480-6AC412BDAB4F\",\n            \"Locator\": \"LPSNPK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:31:12.627\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18935,\n            \"UniqueId\": \"AIR-39EFA21F-8068-4E5E-8D9B-E1967E6C4110\",\n            \"Locator\": \"ZDBJOJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:31:17.587\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18934,\n            \"UniqueId\": \"AIR-F801E7DC-BF6D-4E65-95FA-7688A8FB9381\",\n            \"Locator\": \"RLJSIF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:31:20.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18933,\n            \"UniqueId\": \"AIR-2BBB5EB3-8299-4319-864E-DD3CB0CD5AF0\",\n            \"Locator\": \"ZDBJFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:31:26.863\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18936,\n            \"UniqueId\": \"AIR-17F364AD-621E-44FD-B000-AE3A720A9408\",\n            \"Locator\": \"276CIC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:48:55.617\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18937,\n            \"UniqueId\": \"AIR-FC9F050E-4299-414B-B3C6-134BF0D065F8\",\n            \"Locator\": \"ZEEZVQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T15:09:31.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18938,\n            \"UniqueId\": \"AIR-E2FF4F7C-6624-4C30-9BF5-F3D9FA7B7DCA\",\n            \"Locator\": \"RMNPRW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T15:12:00.59\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18940,\n            \"UniqueId\": \"AIR-1D467558-3688-4738-B64A-5095DF693F46\",\n            \"Locator\": \"ROQYZO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:06:58.44\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18939,\n            \"UniqueId\": \"AIR-CA2ED81F-010D-468A-877F-C3EC8EE4FE3F\",\n            \"Locator\": \"28HK2M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:12:35.537\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18941,\n            \"UniqueId\": \"AIR-62477212-B478-4FE1-BAB8-2E845E41B5A1\",\n            \"Locator\": \"ROIJRM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:37:03.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18942,\n            \"UniqueId\": \"AIR-6B4446B7-CB46-4985-A81E-2E510DF55988\",\n            \"Locator\": \"LPPNEO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:52:27.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18943,\n            \"UniqueId\": \"AIR-AB3AE0CC-155C-4B12-8D3C-A7FD48961C99\",\n            \"Locator\": \"CDGGBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T17:14:12.99\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18944,\n            \"UniqueId\": \"AIR-E0DA79C8-995C-492B-BBEC-D5C676384675\",\n            \"Locator\": \"SQYCZO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T18:06:25.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18945,\n            \"UniqueId\": \"AIR-D5F81549-A8F5-4136-A379-FCE3205171F5\",\n            \"Locator\": \"ZIVJND\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T18:23:18.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18946,\n            \"UniqueId\": \"AIR-4193C7D3-93CC-4BDC-9043-94C3E9582ED2\",\n            \"Locator\": \"SHNYHU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T11:04:36.247\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18947,\n            \"UniqueId\": \"AIR-59140A79-8AE0-485C-8321-2A14145E0B6C\",\n            \"Locator\": \"2P6BOX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T11:29:18.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18948,\n            \"UniqueId\": \"AIR-DA58CF4E-ACAE-4A16-BF5D-846CF25F1402\",\n            \"Locator\": \"SKUNZB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T12:51:16.753\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18954,\n            \"UniqueId\": \"AIR-34C32C6B-D696-4CC3-BBFA-42CB3000452E\",\n            \"Locator\": \"SKOLYL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T13:43:18.81\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18957,\n            \"UniqueId\": \"AIR-659D4ED1-8534-48D2-B001-23E44A26BA9E\",\n            \"Locator\": \"SKOLHL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T13:43:19.157\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18956,\n            \"UniqueId\": \"AIR-4350AFAA-AE3D-47FE-89B1-ACA33545B339\",\n            \"Locator\": \"MXNZGN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T13:43:21.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18950,\n            \"UniqueId\": \"AIR-3A273077-725F-4B75-830B-C250E3BC269D\",\n            \"Locator\": \"ABJYAD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T13:43:25.627\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18949,\n            \"UniqueId\": \"AIR-E95DEC51-644D-4969-ABEA-889F1C86AE40\",\n            \"Locator\": \"MXNZPP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T13:43:27.387\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18955,\n            \"UniqueId\": \"AIR-BCA936A1-1BDF-428C-86A3-95426F2C9409\",\n            \"Locator\": \"ABJYRC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T13:43:30.64\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18953,\n            \"UniqueId\": \"AIR-DBF0D284-FE29-43BC-9245-5FFABDF9004D\",\n            \"Locator\": \"ABJZSE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T13:43:34.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18952,\n            \"UniqueId\": \"AIR-FBFF84EB-51F2-4DC6-B4A2-C1848DB04E20\",\n            \"Locator\": \"SKOKPJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T13:43:38.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18951,\n            \"UniqueId\": \"AIR-A1840FFF-37C0-477B-B21B-93C32C8DF72B\",\n            \"Locator\": \"ABJYJF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T13:43:43.627\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18958,\n            \"UniqueId\": \"AIR-1DCC06BF-7656-44B5-AD80-F4B71B2891A1\",\n            \"Locator\": \"SMHZXK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T14:59:10.773\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18959,\n            \"UniqueId\": \"AIR-47C0D17E-4F47-4010-932D-0EC154AAE7C2\",\n            \"Locator\": \"SMLCIL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T15:06:44.327\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18960,\n            \"UniqueId\": \"AIR-B4D6D88D-F26A-4AEB-8447-E7647BDE3317\",\n            \"Locator\": \"SNIVQS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T15:52:41.87\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18961,\n            \"UniqueId\": \"AIR-94B314BB-20DD-4CF0-9202-7E8311ABD970\",\n            \"Locator\": \"AFUXNC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:33:11.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18962,\n            \"UniqueId\": \"AIR-6612EDC5-ED96-48EF-B45B-A5A6311CAF88\",\n            \"Locator\": \"SOIUBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:35:58.78\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18963,\n            \"UniqueId\": \"AIR-524D737C-5177-406D-87D0-AEFA0356BC3A\",\n            \"Locator\": \"AFWGRT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:36:00.793\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18964,\n            \"UniqueId\": \"AIR-660EF83E-61CE-4663-9DF0-D50BCF538A1F\",\n            \"Locator\": \"AFWHKY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:36:04.75\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18965,\n            \"UniqueId\": \"AIR-86C4B20E-7DE7-4982-B2FA-A5ACFD12A361\",\n            \"Locator\": \"AFWITA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:36:07.437\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18966,\n            \"UniqueId\": \"AIR-6091F6A9-5B25-4F6D-819D-A7A0EBAEBC00\",\n            \"Locator\": \"SPWTQN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:51:12.74\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18968,\n            \"UniqueId\": \"AIR-81515600-F5F4-449D-9A8C-3B448B10774B\",\n            \"Locator\": \"AFJOPD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:51:14.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18967,\n            \"UniqueId\": \"AIR-F10E96E9-1646-49D9-AE64-B0F50637ADC9\",\n            \"Locator\": \"SPWTZP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:51:15.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18969,\n            \"UniqueId\": \"AIR-CE5C5152-9837-4DEC-A62E-51961423F93A\",\n            \"Locator\": \"AFJOGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:51:17.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18970,\n            \"UniqueId\": \"AIR-FCA5D873-30AA-41DA-A478-693A44B87B96\",\n            \"Locator\": \"SPWUSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:51:22.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18971,\n            \"UniqueId\": \"AIR-45CE70B7-2B49-47E9-8E8A-C571542130A0\",\n            \"Locator\": \"AFKQZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:51:26.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18972,\n            \"UniqueId\": \"AIR-C8DA8FD4-6431-4757-9044-563EBE4910C1\",\n            \"Locator\": \"AFKQII\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:51:30.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18973,\n            \"UniqueId\": \"AIR-5D19200A-B5FE-4E07-90E5-38A7BC76350B\",\n            \"Locator\": \"MZVVDV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:51:35.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18974,\n            \"UniqueId\": \"AIR-22C4CC46-AECD-4239-8736-2E85E872E0A9\",\n            \"Locator\": \"SPWVCV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T16:51:44.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18976,\n            \"UniqueId\": \"AIR-C684C10D-A035-4B8E-A19E-870F607E3F28\",\n            \"Locator\": \"SPGCBK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:01:12.167\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18978,\n            \"UniqueId\": \"AIR-0FF2C982-E165-4A32-98C2-784E03B69CB0\",\n            \"Locator\": \"AGUYRY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:01:13.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18977,\n            \"UniqueId\": \"AIR-4E726F23-D415-4AAD-B70A-0D63BD29E424\",\n            \"Locator\": \"AGUWHT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:01:16.683\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18975,\n            \"UniqueId\": \"AIR-66FCABB2-E5B5-489F-A49E-BF4A420D75A8\",\n            \"Locator\": \"AGUWYS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:01:19.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18981,\n            \"UniqueId\": \"AIR-601975E0-71C0-431E-8FB5-8F8060F9C594\",\n            \"Locator\": \"AGZPKE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:06:51.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18979,\n            \"UniqueId\": \"AIR-25764D16-BDB5-44F3-B802-C2390E117221\",\n            \"Locator\": \"CLIZRL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:06:52.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18980,\n            \"UniqueId\": \"AIR-0E5495B3-89C4-409B-873E-AA4584C4830A\",\n            \"Locator\": \"AGAQTF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:06:54.87\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18982,\n            \"UniqueId\": \"AIR-849F3C28-8390-4501-8580-B5CE79BDBB25\",\n            \"Locator\": \"AGASEN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:07:00.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18983,\n            \"UniqueId\": \"AIR-34586BC5-268C-40A7-B0E7-DD5CB07D81FC\",\n            \"Locator\": \"SPMMXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:07:09.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18984,\n            \"UniqueId\": \"AIR-B2174AE6-B31E-4A88-B5E9-86123E5267CE\",\n            \"Locator\": \"SPMMGT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:07:11.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18985,\n            \"UniqueId\": \"AIR-B88EFEEB-2226-4ABC-A5B5-FD846F2BFAF0\",\n            \"Locator\": \"SPMNYW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:07:14.403\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18986,\n            \"UniqueId\": \"AIR-39E5D867-1798-4FC4-AECD-A213460BB9DF\",\n            \"Locator\": \"MZZHGR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:07:16.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18987,\n            \"UniqueId\": \"AIR-D72141E7-75B9-489D-B363-4CF5FF9DA403\",\n            \"Locator\": \"TQZGWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:25:03.203\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18988,\n            \"UniqueId\": \"AIR-0A53A56A-AD9F-45E6-A139-4A939EBA9076\",\n            \"Locator\": \"TQZGFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:25:05.23\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18990,\n            \"UniqueId\": \"AIR-9B2C6ACB-9F0F-4C80-AC3F-DDAEAD8E9AB4\",\n            \"Locator\": \"TQZHXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:25:07.24\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18991,\n            \"UniqueId\": \"AIR-80FA9854-2CC0-4A3D-B125-F00A1E58BEE9\",\n            \"Locator\": \"AGMHIS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:25:09.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18989,\n            \"UniqueId\": \"AIR-E494DE82-5AA8-459B-92F0-D31BD2DCC688\",\n            \"Locator\": \"AGMHZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:25:13.253\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18992,\n            \"UniqueId\": \"AIR-B43DD43C-EBD8-43D7-B70F-37004A93AD4C\",\n            \"Locator\": \"CLKHND\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:25:16.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18993,\n            \"UniqueId\": \"AIR-976E6051-24F7-4700-B709-666CA27E5AD3\",\n            \"Locator\": \"AGMIAV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:25:20.723\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18994,\n            \"UniqueId\": \"AIR-0CADCA71-6BBB-461B-A7BD-28BBA9E1986E\",\n            \"Locator\": \"MZCNRX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:25:23.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18995,\n            \"UniqueId\": \"AIR-00B9847E-ECBF-418A-A59D-C1AE46CABBC0\",\n            \"Locator\": \"TQJTSS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:47:02.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18996,\n            \"UniqueId\": \"AIR-BAF7AD9D-042B-4404-86DD-5E1B0C2B82BE\",\n            \"Locator\": \"AHVBJZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:47:04.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18997,\n            \"UniqueId\": \"AIR-B6D9DDA4-1F5A-47BA-BC0F-7F580AB24673\",\n            \"Locator\": \"TQJTBU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:47:06.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18998,\n            \"UniqueId\": \"AIR-53DDE208-5B5B-4BA8-86DA-C54EF2029B93\",\n            \"Locator\": \"TQJTKV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T17:47:09.403\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18999,\n            \"UniqueId\": \"AIR-850AD6AB-488B-4D95-B4F1-75782EDDA5CA\",\n            \"Locator\": \"DQABXP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T07:40:36.337\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19000,\n            \"UniqueId\": \"AIR-476BE836-9043-4906-9D26-502D52F2B996\",\n            \"Locator\": \"MFQINU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T08:18:08.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19001,\n            \"UniqueId\": \"AIR-EE5A0AEE-77E5-49B4-82CE-6943789C4E59\",\n            \"Locator\": \"THBNAK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T08:27:20.327\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19004,\n            \"UniqueId\": \"AIR-35A7FBAB-3334-4B33-A301-CBB8746175AA\",\n            \"Locator\": \"BYXBFF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T09:38:49.033\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19006,\n            \"UniqueId\": \"AIR-19472B76-B053-4AA6-B207-DCC3AAF633EF\",\n            \"Locator\": \"DRRUVS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T09:38:50.013\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19005,\n            \"UniqueId\": \"AIR-68BAEFF7-2D06-475D-91E2-CA41DE8BFB59\",\n            \"Locator\": \"BYXBOF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T09:38:52.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19002,\n            \"UniqueId\": \"AIR-42EEE4AC-23B4-47DF-82C3-098FA456D940\",\n            \"Locator\": \"DRRTLP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T09:38:54.4\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19003,\n            \"UniqueId\": \"AIR-85E26185-C84F-4978-A86E-92EF400A11D8\",\n            \"Locator\": \"BYXCXI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T09:38:56.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19007,\n            \"UniqueId\": \"AIR-6189702C-C81B-4BE1-BADE-F7423C58A6F0\",\n            \"Locator\": \"DRXHLL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T10:17:25.333\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19008,\n            \"UniqueId\": \"AIR-C1BA51D9-0F02-4ACF-BE1F-D15836940623\",\n            \"Locator\": \"BZQUPE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T10:20:26.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19009,\n            \"UniqueId\": \"AIR-D77669A4-09E6-4C5B-B49D-E9ACDE7F2DE0\",\n            \"Locator\": \"BZQVYF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T10:20:28.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19010,\n            \"UniqueId\": \"AIR-F02C9439-EB1B-4D01-8B6A-90B97CBA2DF4\",\n            \"Locator\": \"MFMEVN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T10:24:31.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19011,\n            \"UniqueId\": \"AIR-A9733DEB-331E-42DE-ABA0-9394979AB2FF\",\n            \"Locator\": \"MGTXKX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T11:09:08.157\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19012,\n            \"UniqueId\": \"AIR-944B6CB8-5F0F-4DD6-8C5E-A9DAC88BBB55\",\n            \"Locator\": \"BASATG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T11:27:09.117\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19013,\n            \"UniqueId\": \"AIR-E666C4D5-634B-45B5-89CC-D01AEA864E2E\",\n            \"Locator\": \"BAVJRV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T11:37:11.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19014,\n            \"UniqueId\": \"AIR-B9EE5194-6271-4CD1-967C-6FE153EA5D42\",\n            \"Locator\": \"TKAXKG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T11:39:28.463\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19016,\n            \"UniqueId\": \"AIR-3CBF6ABF-65D7-4C47-BCC6-2FA4B381A1FA\",\n            \"Locator\": \"BAYFBC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T11:47:13.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19015,\n            \"UniqueId\": \"AIR-BBAF8289-BD39-4475-8298-C637437DF8CE\",\n            \"Locator\": \"TKDIBC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T11:48:18.833\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19017,\n            \"UniqueId\": \"AIR-333B7FDA-BBB6-4004-B014-749CB4C9D3CE\",\n            \"Locator\": \"TMFVHZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T14:04:42.673\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19018,\n            \"UniqueId\": \"AIR-39EABF39-B0AB-4C74-8653-3F017691F185\",\n            \"Locator\": \"TMNLNU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T14:36:46.167\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19019,\n            \"UniqueId\": \"AIR-2AF17027-1B92-41D1-9653-D203FCFB1DCE\",\n            \"Locator\": \"BECVVQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:25:08.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19020,\n            \"UniqueId\": \"AIR-47AF65E0-0EFC-4FB1-BE01-8BADD17155C2\",\n            \"Locator\": \"BEFXLN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:32:59.017\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19021,\n            \"UniqueId\": \"AIR-01D8D0F8-BBE6-4082-8B5B-7D294C64217D\",\n            \"Locator\": \"MHNBCS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T16:04:13.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19022,\n            \"UniqueId\": \"AIR-72005140-D8C5-4701-858C-8567E09AC29C\",\n            \"Locator\": \"TPLNOQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T16:17:57.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19023,\n            \"UniqueId\": \"AIR-5D789958-655F-4AF1-B1B7-AB6992D885B9\",\n            \"Locator\": \"BHKGGH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T18:09:31.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19024,\n            \"UniqueId\": \"AIR-A89459E8-567A-4F0C-82E5-44129FCE3F09\",\n            \"Locator\": \"MIHEPP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T18:09:32.563\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19025,\n            \"UniqueId\": \"AIR-ABF42EC5-F805-41EE-80AC-B06F83AFE301\",\n            \"Locator\": \"MIHFZR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T18:09:33.79\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19026,\n            \"UniqueId\": \"AIR-E8F2DC75-756B-4634-9EB0-3EDAD57E3B4C\",\n            \"Locator\": \"MIHHSV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T18:09:52.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19028,\n            \"UniqueId\": \"AIR-CE03AE33-F3B0-4CC0-A8A0-EEC436F2C471\",\n            \"Locator\": \"URKYMS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T18:09:53.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19027,\n            \"UniqueId\": \"AIR-2CAB30C9-EAC0-4666-8EB3-EBEF7CB157AE\",\n            \"Locator\": \"BHKJJP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T18:09:55.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19029,\n            \"UniqueId\": \"AIR-8B9FD41A-C68E-4FA3-A389-6ED0438103C8\",\n            \"Locator\": \"VBLMDP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T09:15:48.27\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19030,\n            \"UniqueId\": \"AIR-C5C8BAB9-5AF5-4C14-85C2-294CEBF6EF56\",\n            \"Locator\": \"VCXINS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T09:29:06.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19031,\n            \"UniqueId\": \"AIR-366E2DE0-B115-413C-B63B-860F106BA7B7\",\n            \"Locator\": \"QDIOBW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T09:43:11.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19033,\n            \"UniqueId\": \"AIR-A8F46723-805A-45E6-8261-B5ED1C9963C0\",\n            \"Locator\": \"DXDMPC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T13:56:47.157\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19034,\n            \"UniqueId\": \"AIR-FDA0064A-88F8-4438-8419-F80CD382709B\",\n            \"Locator\": \"2452P8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T14:20:38.787\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19035,\n            \"UniqueId\": \"AIR-55B83B05-BC63-4E43-8205-C281FE9F2E26\",\n            \"Locator\": \"245K4J\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T14:22:07.46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19032,\n            \"UniqueId\": \"AIR-3D6C4F89-CBA1-4778-9841-D931D1E85873\",\n            \"Locator\": \"DTKUCB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T14:31:00.723\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19037,\n            \"UniqueId\": \"AIR-F40DCA84-FC92-4DAF-A54E-B37B0DDEB6C7\",\n            \"Locator\": \"DZPSOZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T15:00:15.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19038,\n            \"UniqueId\": \"AIR-C1B945DD-D1CE-400C-B42A-14B0B50C976B\",\n            \"Locator\": \"DCRETP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T16:30:50.25\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19039,\n            \"UniqueId\": \"AIR-C960E9D4-225E-4124-86EC-7722CC41FE0B\",\n            \"Locator\": \"VPZAMW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T16:58:24.837\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19040,\n            \"UniqueId\": \"AIR-EF76307F-8D2D-4CCC-8838-DB1FA62F8824\",\n            \"Locator\": \"WJSEHZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T08:18:47.207\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19041,\n            \"UniqueId\": \"AIR-91DA3936-EB62-4DC4-B3C8-6DB2EB414EC6\",\n            \"Locator\": \"QNACKK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T09:08:13.463\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19044,\n            \"UniqueId\": \"AIR-A9135EE6-4CFC-42B6-819E-88D7D9312967\",\n            \"Locator\": \"EASKUC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T10:52:23.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19045,\n            \"UniqueId\": \"AIR-D827B2D7-8E0C-4182-8CD1-DD17C278D7D4\",\n            \"Locator\": \"XQGEXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T12:27:43.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19047,\n            \"UniqueId\": \"AIR-C23984D2-4D08-474D-B6E5-00B05F38F2A1\",\n            \"Locator\": \"EIXNBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T14:07:13.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19046,\n            \"UniqueId\": \"AIR-2E72555A-35A4-4EF6-9525-3322910EA0B7\",\n            \"Locator\": \"EITPFX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T14:08:53.077\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19036,\n            \"UniqueId\": \"AIR-57310DDA-570A-43A5-BAF3-708F72467FDB\",\n            \"Locator\": \"DYEZPJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T15:17:22.66\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19050,\n            \"UniqueId\": \"AIR-CC5F1AFD-AD28-4D0D-A591-2AF86888758A\",\n            \"Locator\": \"YWAIMG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T10:03:03.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19052,\n            \"UniqueId\": \"AIR-981DEB71-20C9-43D6-98CF-445068365A0C\",\n            \"Locator\": \"YWDYHT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T10:09:04.29\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19053,\n            \"UniqueId\": \"AIR-3BE5BAB9-163D-471A-8D6B-124C220390CB\",\n            \"Locator\": \"FIYLJJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T10:18:35.313\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19054,\n            \"UniqueId\": \"AIR-11D1CF8E-35C6-4566-BC80-5FD71453D164\",\n            \"Locator\": \"YWLOMP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T10:23:20.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19055,\n            \"UniqueId\": \"AIR-EE38C072-A51E-4F79-BC40-166C191F38F6\",\n            \"Locator\": \"FKWHAT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T11:05:11.963\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19056,\n            \"UniqueId\": \"AIR-9E72F41E-A862-402E-9DAE-447279AFD35B\",\n            \"Locator\": \"FMWSAS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T11:28:57.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19057,\n            \"UniqueId\": \"AIR-96B574A6-9778-45A5-9C71-483F4ECD5E85\",\n            \"Locator\": \"YBSPGZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T11:33:40.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19058,\n            \"UniqueId\": \"AIR-B2CB90E0-4851-4953-9B1A-8CA4B9BC8358\",\n            \"Locator\": \"RAOTNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T11:35:46.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19059,\n            \"UniqueId\": \"AIR-BFEE7B45-7200-4E2E-A7F9-22BD242B7890\",\n            \"Locator\": \"FPKCMM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T12:20:01.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19060,\n            \"UniqueId\": \"AIR-BC8DC6CD-944F-4B51-8332-DCBEA4399E16\",\n            \"Locator\": \"GVHVVU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T14:46:10.65\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19061,\n            \"UniqueId\": \"AIR-2837BB55-797F-4CCE-9A25-817FF66B1E4B\",\n            \"Locator\": \"YLVCZC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T14:55:42.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19062,\n            \"UniqueId\": \"AIR-60C918C7-3139-4537-9E90-2B3E000D137D\",\n            \"Locator\": \"GWDEKB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T14:59:30.563\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19063,\n            \"UniqueId\": \"AIR-6F5B989E-2863-43FF-916E-FB92C2F8A0A2\",\n            \"Locator\": \"3DAISM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T15:05:09.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19064,\n            \"UniqueId\": \"AIR-909B17BF-62FD-4047-862C-5C4DE08CF360\",\n            \"Locator\": \"YMUEDH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T15:22:01.597\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19065,\n            \"UniqueId\": \"AIR-2DB61075-703D-4087-91AE-5302D668944D\",\n            \"Locator\": \"YMXRMN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T15:24:12.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19066,\n            \"UniqueId\": \"AIR-B9B689F3-255E-42A0-987A-CBE5142D7ABD\",\n            \"Locator\": \"YMYTHO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T15:25:56.36\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19067,\n            \"UniqueId\": \"AIR-ACC07EC9-BDB5-4B19-9124-525F4CE0F396\",\n            \"Locator\": \"GXBVAB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T15:29:41.43\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19068,\n            \"UniqueId\": \"AIR-45F51D45-817B-4832-9165-4A2BF25CAF4C\",\n            \"Locator\": \"EJANLQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T15:33:30.007\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19069,\n            \"UniqueId\": \"AIR-03152766-3A88-49BC-9700-82675CCB92CA\",\n            \"Locator\": \"GZFYRM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T16:16:55.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19070,\n            \"UniqueId\": \"AIR-81F1529A-94CE-4EDB-A26E-FECFA9DA7414\",\n            \"Locator\": \"YOOMUE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T16:26:09.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19071,\n            \"UniqueId\": \"AIR-67EE3C26-61C1-4A6B-837D-E07A49B567B4\",\n            \"Locator\": \"ZRYEMS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T17:18:23.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19072,\n            \"UniqueId\": \"AIR-6AACAFE8-7ED6-4B1D-8015-5B7CF58DD8FB\",\n            \"Locator\": \"ZTZYFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T17:55:21.71\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19073,\n            \"UniqueId\": \"AIR-8B55E9FC-BB24-448C-B69E-B2E20CFD619F\",\n            \"Locator\": \"GFPDCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T18:32:43.54\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19074,\n            \"UniqueId\": \"AIR-C22D2C98-9A46-4879-9451-D18C2D857F8C\",\n            \"Locator\": \"GGUGPJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T18:36:56.013\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19075,\n            \"UniqueId\": \"AIR-DCCA8B08-AEA9-4D3F-98BE-540B58EB8AEA\",\n            \"Locator\": \"RNJNUC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T08:34:57.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19076,\n            \"UniqueId\": \"AIR-3CBC0155-5970-494E-976D-C7F035AD9A59\",\n            \"Locator\": \"FRFNFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T08:39:51.703\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19077,\n            \"UniqueId\": \"AIR-2934DC37-FDE1-4C2D-9425-236E9711F8A0\",\n            \"Locator\": \"ZPVGAG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T08:44:08.333\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19078,\n            \"UniqueId\": \"AIR-B70C1A3A-0D1F-4177-8637-4568C7383A11\",\n            \"Locator\": \"ZPFJNL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T08:48:54.873\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19079,\n            \"UniqueId\": \"AIR-9839906F-DB35-48D5-AF58-0837149E9E6E\",\n            \"Locator\": \"HADHSD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T08:56:02.337\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19080,\n            \"UniqueId\": \"AIR-519B9077-C3B1-44C8-85EC-F85A921E9475\",\n            \"Locator\": \"HAHUMF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T08:57:48.907\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19081,\n            \"UniqueId\": \"AIR-23AE4A62-ACA9-4F8A-B6AF-5A91E9EB102C\",\n            \"Locator\": \"HBUKRJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T09:04:35.01\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19082,\n            \"UniqueId\": \"AIR-4F4FE55F-9A8B-4B71-AADA-A699DB1D7328\",\n            \"Locator\": \"ARRSUV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T09:06:33.783\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19083,\n            \"UniqueId\": \"AIR-58DBB3C7-DE1F-4C5F-B7B2-F7CF9914565F\",\n            \"Locator\": \"ARVKMJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T09:08:38.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19084,\n            \"UniqueId\": \"AIR-7B1F344E-3780-4A82-9240-F7761EB428E1\",\n            \"Locator\": \"ARALOW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T09:11:54.777\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19085,\n            \"UniqueId\": \"AIR-93611ECD-5261-4040-A6A4-4DA63848DB8E\",\n            \"Locator\": \"ARJLNS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T09:15:41.907\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19087,\n            \"UniqueId\": \"AIR-4BB07CFF-D953-4E31-B6C5-4A8402FFBCC8\",\n            \"Locator\": \"ARPDPB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T09:18:30.437\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19086,\n            \"UniqueId\": \"AIR-9A374FD0-3BF0-484D-923A-5FCA32FCF6FC\",\n            \"Locator\": \"ROMWTP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T09:24:33.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19088,\n            \"UniqueId\": \"AIR-DBC7E599-613E-403B-9B04-A806A19B13EB\",\n            \"Locator\": \"3TCPC5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T09:34:44.85\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19089,\n            \"UniqueId\": \"AIR-37807447-7766-42DE-B321-23EFA9290DF4\",\n            \"Locator\": \"3TMYI4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T09:36:06.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19049,\n            \"UniqueId\": \"AIR-6FFCA61C-2CB7-4247-AFD2-55243BA50ACC\",\n            \"Locator\": \"FHWJJQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T10:56:37.6\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19090,\n            \"UniqueId\": \"AIR-60FC9706-AA7B-461A-8BBB-CD0839111E9C\",\n            \"Locator\": \"HGDETM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T11:20:37.74\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19091,\n            \"UniqueId\": \"AIR-50BE6DBE-75F2-489C-AD86-C947F5AE308A\",\n            \"Locator\": \"HIVTSW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T12:27:34.373\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19092,\n            \"UniqueId\": \"AIR-7C395DFE-9D87-48F9-9AE4-F72131876BB8\",\n            \"Locator\": \"HIVFWF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T12:28:35.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18825,\n            \"UniqueId\": \"AIR-B71E6989-E943-4DC4-948F-429F097D8B0E\",\n            \"Locator\": \"4IPNTR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T15:25:31.64\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19093,\n            \"UniqueId\": \"AIR-F53B31F2-6E49-4E2E-86A5-9E1F9DE5A8A2\",\n            \"Locator\": \"HLHRFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T15:26:52.227\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19094,\n            \"UniqueId\": \"AIR-C381382B-27D6-4437-B524-5D052BFD6CC9\",\n            \"Locator\": \"ADBNJL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-26T15:53:36.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19051,\n            \"UniqueId\": \"AIR-930A0B1C-7854-4CFA-83F1-78D508D8513F\",\n            \"Locator\": \"EFVYWJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-27T09:13:50.137\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19095,\n            \"UniqueId\": \"AIR-AD4853FD-7C5D-4F97-AAB1-805EC93E64C4\",\n            \"Locator\": \"4HL5HH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-27T10:20:34.07\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19096,\n            \"UniqueId\": \"AIR-80F8DE89-5802-49B4-80A3-4CAFD54E1458\",\n            \"Locator\": \"BUXFDN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-27T10:45:31.637\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19097,\n            \"UniqueId\": \"AIR-591E8E48-DEE0-485F-B5E9-63551EFF1DD2\",\n            \"Locator\": \"IERAUO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-27T11:17:00.58\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19098,\n            \"UniqueId\": \"AIR-6172E54A-F205-44E3-A105-B787C39FD559\",\n            \"Locator\": \"4IP4NK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-27T11:35:19.743\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19099,\n            \"UniqueId\": \"AIR-F9154F9C-33A6-4F2C-AA03-B0BBB46EB4FF\",\n            \"Locator\": \"4IV7A6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-27T11:47:54.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19100,\n            \"UniqueId\": \"AIR-D7BD1931-2DD7-4557-A058-96FB9DD968A3\",\n            \"Locator\": \"BVIGLZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-27T11:51:17.157\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19101,\n            \"UniqueId\": \"AIR-6F1D4071-F450-4511-8296-61B867D8CF0B\",\n            \"Locator\": \"SAMKRO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-27T15:47:28.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19042,\n            \"UniqueId\": \"AIR-82F9261C-2A25-4860-8434-48AC53E169E9\",\n            \"Locator\": \"WMKJNT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-29T14:06:06.267\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19043,\n            \"UniqueId\": \"AIR-C8E0C787-879B-4249-B034-1AD3BC9B7A8D\",\n            \"Locator\": \"EZHZPI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-29T14:06:18.637\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19102,\n            \"UniqueId\": \"AIR-1263E574-3DE4-43A3-B4D0-BB77574C5715\",\n            \"Locator\": \"DDBTVY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T08:44:08\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19104,\n            \"UniqueId\": \"AIR-4FF8210E-E2DD-462F-821D-7B322F31C090\",\n            \"Locator\": \"KKXNGH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T09:50:30.387\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19105,\n            \"UniqueId\": \"AIR-3CF1C2B2-0076-4971-AE9C-2421DE73EC14\",\n            \"Locator\": \"DEEAMG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T09:51:46.687\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19106,\n            \"UniqueId\": \"AIR-CBB9E187-5AD4-49E4-ABCD-6053CABF5F57\",\n            \"Locator\": \"DEGVSG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T09:56:36.607\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19107,\n            \"UniqueId\": \"AIR-A406A7B9-6F34-4CAA-95B9-54A9C5857CA9\",\n            \"Locator\": \"TAQPRO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T09:57:23.63\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19108,\n            \"UniqueId\": \"AIR-95642737-5AAD-487B-9A1E-535BAF2AE45B\",\n            \"Locator\": \"DEHXFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T10:13:37.52\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19109,\n            \"UniqueId\": \"AIR-3A23415D-89F1-47EF-9B4A-B0BBFC5A2556\",\n            \"Locator\": \"KLZNOT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T11:02:42.277\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19103,\n            \"UniqueId\": \"AIR-D265FBB6-4B11-4025-BFBB-EF07FDE6157C\",\n            \"Locator\": \"KKWPXM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T11:13:11.773\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19110,\n            \"UniqueId\": \"AIR-2B72F1AD-6DC6-4268-B676-56C03D7D7FA4\",\n            \"Locator\": \"3C6PII\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T12:06:46.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19111,\n            \"UniqueId\": \"AIR-B245E6D5-2325-4C47-BD37-2C185E6330A2\",\n            \"Locator\": \"KMJNJF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T12:19:34.463\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19112,\n            \"UniqueId\": \"AIR-FFCE3159-2366-425A-9684-E9DF8E5DB3C0\",\n            \"Locator\": \"KNEOWV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T12:41:15.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19113,\n            \"UniqueId\": \"AIR-850FD1E9-A608-441F-9750-ED2B0655A00C\",\n            \"Locator\": \"GBMPVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T13:14:45.64\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19114,\n            \"UniqueId\": \"AIR-9D595FAD-C666-4F04-A7C2-7BB69F57B8B9\",\n            \"Locator\": \"DNNBSH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T14:34:28.483\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19115,\n            \"UniqueId\": \"AIR-8B856251-E039-472A-A498-DCC7D0073274\",\n            \"Locator\": \"LVHPXY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T15:06:16.293\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19117,\n            \"UniqueId\": \"AIR-F65B535A-5252-48C4-9AD3-AC66F6724D37\",\n            \"Locator\": \"EQGWUX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T15:10:14.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19116,\n            \"UniqueId\": \"AIR-7BD6A1CC-6E98-43DB-B58E-80828F32B20E\",\n            \"Locator\": \"3EPMMB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T15:10:31.243\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19119,\n            \"UniqueId\": \"AIR-8269FCD3-6952-4BD5-83E4-AA8BA7F8D767\",\n            \"Locator\": \"ERISPD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T15:30:30.67\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19118,\n            \"UniqueId\": \"AIR-53EFA73E-F1A0-4BA9-B4EB-D9A9F5500617\",\n            \"Locator\": \"LWRXFR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T16:10:00.69\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19120,\n            \"UniqueId\": \"AIR-BF5B6031-5EBA-4E46-B20F-8434DC37E44F\",\n            \"Locator\": \"GFFKKS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T16:19:09.047\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19121,\n            \"UniqueId\": \"AIR-BA0B41BD-9BD2-4208-A033-5EFCF00396BD\",\n            \"Locator\": \"EZYRYK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T16:43:30.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19122,\n            \"UniqueId\": \"AIR-6D20FD08-B6DB-4037-B193-7926114C11CA\",\n            \"Locator\": \"GGFACH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T16:53:13.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19123,\n            \"UniqueId\": \"AIR-82C6CCF2-C1D8-4CDF-AB89-4C1DB678AB08\",\n            \"Locator\": \"EAIXKT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T16:58:43.15\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19124,\n            \"UniqueId\": \"AIR-DD8CD163-BCB9-4AD7-B098-BF4D0EBFBE57\",\n            \"Locator\": \"LGCJNN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T17:07:12.843\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19127,\n            \"UniqueId\": \"AIR-0E79AE11-3503-4542-9C0E-67B09F39EB6D\",\n            \"Locator\": \"ELDSRK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T10:18:59.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19128,\n            \"UniqueId\": \"AIR-5498911F-E211-474F-A4D7-476DBBDB5C0E\",\n            \"Locator\": \"ELLMTS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T10:31:00.973\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19129,\n            \"UniqueId\": \"AIR-8E0F0E4E-F606-445C-8352-90F26E9C2B57\",\n            \"Locator\": \"TLPBLQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T10:31:56.053\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19130,\n            \"UniqueId\": \"AIR-3A86D36F-1E0C-4AAB-8C0F-94C26D49EAE6\",\n            \"Locator\": \"TLPFGD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T10:32:48.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19131,\n            \"UniqueId\": \"AIR-DCFEAA4F-4F3F-4983-A149-FA5FD729E9C4\",\n            \"Locator\": \"ELNBTE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T10:33:20.533\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19132,\n            \"UniqueId\": \"AIR-19CF2C54-C561-4CC3-897E-3760559D2A8A\",\n            \"Locator\": \"3YHRAU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T13:29:21.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19126,\n            \"UniqueId\": \"AIR-900516F1-D1BD-4F3A-9791-ADF8B760D0E9\",\n            \"Locator\": \"EKTQMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T13:36:45.293\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19133,\n            \"UniqueId\": \"AIR-6F87F52B-2AB0-42EE-80B9-B9A7AD7F3159\",\n            \"Locator\": \"3YPJ74\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T13:40:41.483\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19134,\n            \"UniqueId\": \"AIR-5EC69648-6935-4A81-ADB5-DFC4F81B237F\",\n            \"Locator\": \"3YSCRU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T13:46:49.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19135,\n            \"UniqueId\": \"AIR-52A8558C-C1C8-4411-89FF-1ECC288C95B8\",\n            \"Locator\": \"MAUUVT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T13:49:39.18\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19136,\n            \"UniqueId\": \"AIR-21C17214-02D5-4EB2-9586-6909EA9C1FE0\",\n            \"Locator\": \"MAUMGT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T13:50:47.117\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19137,\n            \"UniqueId\": \"AIR-9EA4B167-B976-49F5-A360-E84C831492D6\",\n            \"Locator\": \"FVXUTI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T13:53:55.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19138,\n            \"UniqueId\": \"AIR-677985C3-357A-4218-BAF0-7642B11D8ABA\",\n            \"Locator\": \"GMKKAM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T14:01:37.74\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19139,\n            \"UniqueId\": \"AIR-2DC5D829-5ED6-40D5-806D-E58656F96460\",\n            \"Locator\": \"GMKMMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T14:03:21.467\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19140,\n            \"UniqueId\": \"AIR-AD839198-6547-4038-9FA5-6C2596DA0266\",\n            \"Locator\": \"FWSNRW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T14:31:06.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19141,\n            \"UniqueId\": \"AIR-3BB1A231-9C23-4BEB-BD9F-E580AE9D0B9C\",\n            \"Locator\": \"FWWFYN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T14:37:26.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19142,\n            \"UniqueId\": \"AIR-ED823368-D62F-4EA5-955E-A25AAD311051\",\n            \"Locator\": \"MBEJHX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T14:55:06.457\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19143,\n            \"UniqueId\": \"AIR-3B6E21D9-ADDB-404E-A410-A0D911667C5F\",\n            \"Locator\": \"GNRBVQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T15:08:00.147\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19144,\n            \"UniqueId\": \"AIR-F0AD07B5-E640-483D-A4FF-75F7C5C97FE9\",\n            \"Locator\": \"TPQYLO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T15:11:25.17\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19145,\n            \"UniqueId\": \"AIR-3D238F6D-A51D-4A34-804C-43F424ACB01B\",\n            \"Locator\": \"FWPLWT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T15:14:34.923\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19148,\n            \"UniqueId\": \"AIR-BC54F701-95E4-4788-89F8-A76047683AFD\",\n            \"Locator\": \"FXTNOM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T15:23:08.993\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19147,\n            \"UniqueId\": \"AIR-B3BC8348-DBEC-4134-938A-02A717C34F42\",\n            \"Locator\": \"MCRWIX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T15:30:19.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19146,\n            \"UniqueId\": \"AIR-BC6B05C9-3EC6-4F32-A6E1-7804CA90E4E8\",\n            \"Locator\": \"MCQJLN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T16:08:08.04\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19149,\n            \"UniqueId\": \"AIR-85240ECB-B3BB-4E47-8B33-037CBA10A044\",\n            \"Locator\": \"TPZTOY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T16:18:39.733\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19150,\n            \"UniqueId\": \"AIR-61F55BAF-CB5D-4D0C-BDC5-5226256B7C35\",\n            \"Locator\": \"FYVZGP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T16:20:04.04\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19152,\n            \"UniqueId\": \"AIR-1FD2558A-CF10-4241-9A8C-510B187B9D7C\",\n            \"Locator\": \"MEUZGM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T17:07:38.73\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19153,\n            \"UniqueId\": \"AIR-308E604F-3BCF-44BE-A6A8-345D856A6E26\",\n            \"Locator\": \"444IM2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T17:31:47.63\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19154,\n            \"UniqueId\": \"AIR-D83F9BBA-F9C3-4C5B-B469-A2EC30CB3BA9\",\n            \"Locator\": \"GNJMOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T17:33:30.997\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19155,\n            \"UniqueId\": \"AIR-6E6B4BDF-F7D4-4B93-A2FE-B4123C949381\",\n            \"Locator\": \"FZMKJN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T17:36:54.983\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19156,\n            \"UniqueId\": \"AIR-B31DC59F-3950-457C-8200-5F901AC66357\",\n            \"Locator\": \"MEJARR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T17:39:06.917\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19157,\n            \"UniqueId\": \"AIR-EBD61026-B22E-4F42-BAD8-0E2803E5B4E1\",\n            \"Locator\": \"4465F5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T17:40:36.21\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19158,\n            \"UniqueId\": \"AIR-83DB5AFF-6B67-4347-B2B4-DB339E9FAC6C\",\n            \"Locator\": \"FAQUQE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T17:42:54.283\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19159,\n            \"UniqueId\": \"AIR-756325EB-4DCA-4EB7-AB21-FA53F7D9070E\",\n            \"Locator\": \"44AC6D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T17:43:55.223\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19151,\n            \"UniqueId\": \"AIR-E3ADED82-0721-4645-8C62-3EB4BB496BE9\",\n            \"Locator\": \"TPFQVV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T17:58:23.943\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19160,\n            \"UniqueId\": \"AIR-C7DE4473-E110-487C-9914-00A5CC8DB8A7\",\n            \"Locator\": \"GXFWRR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T08:51:06.773\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19161,\n            \"UniqueId\": \"AIR-2AB8F337-CC0E-46A3-9D2B-6B21E6F57090\",\n            \"Locator\": \"QDSLDM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T10:14:39.607\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19162,\n            \"UniqueId\": \"AIR-10F16569-E4FA-455A-B530-9826DCC7F0F8\",\n            \"Locator\": \"GYKWEA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T10:23:06.383\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19163,\n            \"UniqueId\": \"AIR-18E64FF3-F477-41EF-B49B-742FDB25D488\",\n            \"Locator\": \"QFMWFZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T11:29:21.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19164,\n            \"UniqueId\": \"AIR-884937FC-2478-4107-9E75-D96A239F8C5D\",\n            \"Locator\": \"QFOZMB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T11:32:32.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19165,\n            \"UniqueId\": \"AIR-0D0564A4-E323-4604-B93D-E72A2159BA05\",\n            \"Locator\": \"HUEAQJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T11:37:15.733\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19166,\n            \"UniqueId\": \"AIR-9BE98779-D22B-408C-AFAA-2C196BBB6D71\",\n            \"Locator\": \"QGVUSP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T11:43:06.267\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19167,\n            \"UniqueId\": \"AIR-0B361717-4242-4DDF-85BE-2AEB23D63CF6\",\n            \"Locator\": \"QGWFHR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T11:45:39.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19168,\n            \"UniqueId\": \"AIR-611C8D62-609C-4176-A4EB-B8B48D252CB5\",\n            \"Locator\": \"GCTPZJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T11:58:49.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19169,\n            \"UniqueId\": \"AIR-4B90F77D-F7E9-4FC3-97F1-49E994652C1B\",\n            \"Locator\": \"HUPKNI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T13:07:28.02\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19170,\n            \"UniqueId\": \"AIR-323D7D2F-A951-43A5-84D5-53118F566C66\",\n            \"Locator\": \"HVWCIN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T14:19:04.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19048,\n            \"UniqueId\": \"AIR-BC8BDBB7-61F6-4920-AC55-CAED5A8F781C\",\n            \"Locator\": \"RQKRKG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T17:42:11.237\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19171,\n            \"UniqueId\": \"AIR-EB458A79-26A2-4B09-B735-48376E50F8DC\",\n            \"Locator\": \"HVFSFH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T22:48:42.387\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19125,\n            \"UniqueId\": \"AIR-50D20A23-4356-40C4-96B2-E668127BA357\",\n            \"Locator\": \"THMZWN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T22:49:17.91\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18847,\n            \"UniqueId\": \"AIR-3C236FB2-18B8-433E-911A-65916FDFF1E3\",\n            \"Locator\": \"KLSOLR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T22:49:39.25\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18846,\n            \"UniqueId\": \"AIR-8C1846A3-265B-40BD-A583-531527EA38C3\",\n            \"Locator\": \"VPDVWR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T22:50:26.017\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18667,\n            \"UniqueId\": \"AIR-4449D1AE-3B26-4F1B-B4D3-4500E95B0D14\",\n            \"Locator\": \"EPBAMQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T22:51:27.217\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18656,\n            \"UniqueId\": \"AIR-D6F793A9-403D-4711-BB34-9020E51FCF95\",\n            \"Locator\": \"EXIKER\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T22:52:08.377\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 18581,\n            \"UniqueId\": \"AIR-216F27DC-3431-4D35-9334-65D94067755E\",\n            \"Locator\": \"ARJMOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T22:52:42.857\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19172,\n            \"UniqueId\": \"AIR-EA19684F-3545-4378-9B87-F53006FEF259\",\n            \"Locator\": \"HVKGUG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T23:07:54.733\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19174,\n            \"UniqueId\": \"AIR-553B1905-C478-4753-B483-681C2E8F13A7\",\n            \"Locator\": \"RAFVYH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T23:26:20.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19175,\n            \"UniqueId\": \"AIR-01CC4A64-52A0-4D83-B298-0E392C327767\",\n            \"Locator\": \"HLDFOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-02T14:28:00.837\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19177,\n            \"UniqueId\": \"AIR-7CD7FD99-E1F0-4B93-9C13-FD6B69E262F3\",\n            \"Locator\": \"SXMUIQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-02T17:09:03.727\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19176,\n            \"UniqueId\": \"AIR-271C42A6-EA32-4770-A28B-6BE79ADDB2BB\",\n            \"Locator\": \"ISNNWV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-02T17:15:19.93\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19178,\n            \"UniqueId\": \"AIR-09CBB64C-61CE-48E3-B3D7-59B37EBE32AD\",\n            \"Locator\": \"IUWWYQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-02T17:24:03.793\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19179,\n            \"UniqueId\": \"AIR-C9A9A354-993A-43D0-9FEB-CB56C279FC01\",\n            \"Locator\": \"SKJDYE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T08:59:08.24\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19180,\n            \"UniqueId\": \"AIR-BA099AB3-AFBB-49C8-A458-93BC2C7F5EBE\",\n            \"Locator\": \"VQGALE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T09:38:36.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19181,\n            \"UniqueId\": \"AIR-B7BEC079-FD04-4B86-BEFD-D3CB260C1B9B\",\n            \"Locator\": \"TQWLWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T12:46:40.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19182,\n            \"UniqueId\": \"AIR-A41650B6-7353-4C18-AE50-6FF0C02E4B10\",\n            \"Locator\": \"TRUITC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T13:26:36.74\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19183,\n            \"UniqueId\": \"AIR-0F3CFB56-B75C-48EB-8A5E-6C7732E5BB00\",\n            \"Locator\": \"VSOMTA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T13:57:05.583\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19184,\n            \"UniqueId\": \"AIR-442AD088-BCAD-4ACA-B095-562B7C3ACB1E\",\n            \"Locator\": \"TSJURN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T14:12:11.293\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19185,\n            \"UniqueId\": \"AIR-CE391C24-1AC2-4EDE-A6BF-2CD4EC554C0F\",\n            \"Locator\": \"HKSUEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T14:26:07.013\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19186,\n            \"UniqueId\": \"AIR-AFE2D969-4044-4823-BA4C-B957A27A7A69\",\n            \"Locator\": \"HKXVFN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T14:47:32.63\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19187,\n            \"UniqueId\": \"AIR-5DAE7F43-3BF5-46AE-A4A7-E6E080D2E5BE\",\n            \"Locator\": \"TUZWRO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T15:07:52.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19188,\n            \"UniqueId\": \"AIR-B3AA4933-8769-43EE-8255-BCDC353B6076\",\n            \"Locator\": \"VTFUFB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T15:07:54.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19190,\n            \"UniqueId\": \"AIR-58EC5E48-D203-4A18-BB90-D8539BF23F0A\",\n            \"Locator\": \"VTPRLM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T15:56:50.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19191,\n            \"UniqueId\": \"AIR-B5C7123C-8AF3-4D4A-9CBA-163A6816B2E9\",\n            \"Locator\": \"JSXJGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T16:02:26.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19192,\n            \"UniqueId\": \"AIR-FE641935-0510-44D6-8883-98FDEC671CDD\",\n            \"Locator\": \"TXDSPA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T16:24:47.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19193,\n            \"UniqueId\": \"AIR-8D9E1B74-916B-4BB8-8B14-0E2DC535CFDF\",\n            \"Locator\": \"TYNEGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T16:42:02.22\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19194,\n            \"UniqueId\": \"AIR-6E296101-212B-4216-8A69-D5343D01BB57\",\n            \"Locator\": \"TZFQXE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T16:50:18.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19195,\n            \"UniqueId\": \"AIR-01B3F92F-367F-41DB-A106-45CE13782795\",\n            \"Locator\": \"VVYCZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T16:56:48.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19196,\n            \"UniqueId\": \"AIR-C601DEE5-245A-42F0-882F-3759D97DAE69\",\n            \"Locator\": \"TBVVJM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T17:13:16.213\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19197,\n            \"UniqueId\": \"AIR-8C9CD6D6-7AA7-40FC-9D20-54305C6B818A\",\n            \"Locator\": \"UCWVPV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-04T09:31:40.733\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19198,\n            \"UniqueId\": \"AIR-E70857DF-7557-48F5-88BA-4D7F58C264D7\",\n            \"Locator\": \"3EB5FC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-04T10:21:31.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19199,\n            \"UniqueId\": \"AIR-45155E6F-5CCF-4DB4-8FA5-85A12C7B7F7D\",\n            \"Locator\": \"ERROR_AIR-582C29E9BD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-04T10:33:18.903\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19200,\n            \"UniqueId\": \"AIR-7DF12B26-9653-4C40-9B1F-69888C6F86C5\",\n            \"Locator\": \"WRWNSF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T09:46:21.333\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19202,\n            \"UniqueId\": \"AIR-D51B9E05-7395-46D7-9A7A-90060E753A7D\",\n            \"Locator\": \"4K7OON\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T10:29:00.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19203,\n            \"UniqueId\": \"AIR-E6A41443-4428-4E47-9317-98D351EE5E59\",\n            \"Locator\": \"WRCRGA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T10:34:39.18\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19204,\n            \"UniqueId\": \"AIR-18EB8C9F-2C18-4FCB-BC35-A1DBEAA0CB4E\",\n            \"Locator\": \"LEYJYJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T11:10:23.64\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19205,\n            \"UniqueId\": \"AIR-8FD8A26E-89B5-4DE0-B8AE-32C58CF54E15\",\n            \"Locator\": \"IAAXCZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T11:22:56.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19206,\n            \"UniqueId\": \"AIR-9A0B8249-4CE6-437F-888B-48F7F4DC8E79\",\n            \"Locator\": \"LGKQHM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T12:58:14.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19207,\n            \"UniqueId\": \"AIR-4B88001A-A65A-442F-8340-B4651D8311A3\",\n            \"Locator\": \"IAMVNK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T13:34:05.427\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19208,\n            \"UniqueId\": \"AIR-5A3C665E-9D81-49A5-8823-5EB9D6168FE5\",\n            \"Locator\": \"LICYAX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T13:59:22.353\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19209,\n            \"UniqueId\": \"AIR-BBC891C8-DFF6-45A4-B1D9-9CB8B490E471\",\n            \"Locator\": \"LIJKIL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T14:02:55.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19210,\n            \"UniqueId\": \"AIR-CF06B31F-6020-40E3-8902-7326FFA0ABFE\",\n            \"Locator\": \"WSOKIN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T14:12:58.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19201,\n            \"UniqueId\": \"AIR-5485B4AD-DB75-4BF5-9AF4-9D48B040CEB6\",\n            \"Locator\": \"UNATIW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T14:32:54.337\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19211,\n            \"UniqueId\": \"AIR-4EF5606A-56D5-4393-B4C3-EF4FA3CA961F\",\n            \"Locator\": \"LOBHNX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T16:43:49.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19212,\n            \"UniqueId\": \"AIR-8AA48378-587D-4F7F-9E48-FD9BC9109D68\",\n            \"Locator\": \"4PS9ON\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T16:53:21.207\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19213,\n            \"UniqueId\": \"AIR-BF015560-4755-4B9E-BA50-B3275937318A\",\n            \"Locator\": \"LOJEXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T17:03:13.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19214,\n            \"UniqueId\": \"AIR-8A3DD330-E7B4-4B22-A739-E419AD4D9EA6\",\n            \"Locator\": \"LPXGZA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T17:37:19.767\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19215,\n            \"UniqueId\": \"AIR-4E9FA2A3-75A3-4D14-B085-890394495031\",\n            \"Locator\": \"WUKUJQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T17:40:39.803\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19217,\n            \"UniqueId\": \"AIR-5A2C5E3B-AF20-44D1-8F06-6DBC549ED9FB\",\n            \"Locator\": \"LPDTFW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T17:59:27.637\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19216,\n            \"UniqueId\": \"AIR-B1FA4C4A-2EF7-46E8-B4C2-217B903F93EC\",\n            \"Locator\": \"LPABZZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T18:02:20.247\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19218,\n            \"UniqueId\": \"AIR-C0685160-2D92-49C6-8489-72A7AD2C8A80\",\n            \"Locator\": \"LPDAEQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T23:39:36.037\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19219,\n            \"UniqueId\": \"AIR-39FC750E-6F4A-4F53-815B-BBE33B8DA6C5\",\n            \"Locator\": \"LPDPCE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-06T23:40:10.69\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19222,\n            \"UniqueId\": \"AIR-12095C81-9154-4EA0-ADC4-7FBC633BB39C\",\n            \"Locator\": \"MOTQOO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T10:04:25.043\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19223,\n            \"UniqueId\": \"AIR-3277F90B-7FF4-4D9A-B7B6-3D30874E77CA\",\n            \"Locator\": \"WDEZBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T10:26:20.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19224,\n            \"UniqueId\": \"AIR-0576250C-EA96-47CA-AF9A-44E18B2F8E99\",\n            \"Locator\": \"27N4SB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T10:42:19.72\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19221,\n            \"UniqueId\": \"AIR-66F38ED0-85B6-4798-B1C8-3375950B6BD6\",\n            \"Locator\": \"VTRFAY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T11:31:30.567\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19225,\n            \"UniqueId\": \"AIR-370918E3-8529-424C-A010-0582EB20FF38\",\n            \"Locator\": \"RXQZZG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:33:24.68\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19226,\n            \"UniqueId\": \"AIR-1956228C-2BB9-469E-AE9A-46F51FE98A8A\",\n            \"Locator\": \"RYVAFQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:51:14.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19227,\n            \"UniqueId\": \"AIR-7E7A8FBD-04DB-466F-94D9-1C67DFFB8B48\",\n            \"Locator\": \"WPPQUJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:52:20.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19228,\n            \"UniqueId\": \"AIR-AB404D7A-F2DF-4090-B46A-F31E220BFC31\",\n            \"Locator\": \"RYZCFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:53:36.73\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19229,\n            \"UniqueId\": \"AIR-6358859B-D267-41F9-9012-E5460332C5BD\",\n            \"Locator\": \"RYCJSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:55:31.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19230,\n            \"UniqueId\": \"AIR-7AB6100E-5CA4-4F7A-BE7A-E2E9E086E139\",\n            \"Locator\": \"RYKMKD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T18:00:42.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19231,\n            \"UniqueId\": \"AIR-17DA74A4-2EC9-4406-9478-3DE3762CB7A7\",\n            \"Locator\": \"RYNHBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T18:02:36.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19232,\n            \"UniqueId\": \"AIR-459EB7F4-95EC-465A-8AB3-D1186C7C2529\",\n            \"Locator\": \"VMNZIR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T18:03:15.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19233,\n            \"UniqueId\": \"AIR-F04DD017-C061-40B4-A9DE-BB878D904B21\",\n            \"Locator\": \"VNXFPB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T18:20:58.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19234,\n            \"UniqueId\": \"AIR-A341DEB9-A769-4FAF-BB37-D17671A72BA6\",\n            \"Locator\": \"VNXNGY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T18:21:30.723\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19235,\n            \"UniqueId\": \"AIR-9E2EC83C-3023-4C2F-B7FC-4309D648960E\",\n            \"Locator\": \"2EJGTJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T18:35:28.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19236,\n            \"UniqueId\": \"AIR-5CB6A5BE-F13D-489A-9D3B-0E35D2CDF25A\",\n            \"Locator\": \"RBKHHY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T18:50:44.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19237,\n            \"UniqueId\": \"AIR-837BC79B-C0BB-4238-BC52-CAEA221AC3BC\",\n            \"Locator\": \"2QCWMA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T07:46:33.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19238,\n            \"UniqueId\": \"AIR-AC14BA10-DB9D-4EE7-AC2F-C691143FD0DE\",\n            \"Locator\": \"2QENTB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T07:52:29.233\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19239,\n            \"UniqueId\": \"AIR-CA284BC0-4261-4522-BF34-90D620D0FB23\",\n            \"Locator\": \"SNAKAN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T08:59:55.99\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19240,\n            \"UniqueId\": \"AIR-04A3E408-DBF9-46EC-BD0D-3A8851092242\",\n            \"Locator\": \"2RJ5RS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T09:05:25.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19241,\n            \"UniqueId\": \"AIR-F976A2FD-3C6E-40B0-86AA-B5532FF2AB16\",\n            \"Locator\": \"2RQJQJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T09:32:19.723\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19242,\n            \"UniqueId\": \"AIR-2FCE88E0-92C5-4DAF-863F-7FA8F41565D2\",\n            \"Locator\": \"2TBHI8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T11:08:01.86\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19243,\n            \"UniqueId\": \"AIR-B4917A37-4117-4643-A4A1-6D55355C3B99\",\n            \"Locator\": \"TQKMXV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T11:09:17.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19244,\n            \"UniqueId\": \"AIR-E03E29A6-BA59-4490-8B5B-C4A8F15A98EB\",\n            \"Locator\": \"2WPKRZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:02:19.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19245,\n            \"UniqueId\": \"AIR-4FB913B6-98A3-4CD9-AFCA-BD6872BFC0D6\",\n            \"Locator\": \"2WPFK2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:06:07.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19246,\n            \"UniqueId\": \"AIR-62653BB6-0395-4C1A-9E46-20F417D1D246\",\n            \"Locator\": \"2X4ISZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:32:19.603\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19247,\n            \"UniqueId\": \"AIR-F95D0E31-0EC2-445B-A7D3-28F7C64101A4\",\n            \"Locator\": \"2XBPKN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:37:57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19248,\n            \"UniqueId\": \"AIR-135A192F-1711-4211-ADD0-78DCB3336BEE\",\n            \"Locator\": \"2XGHL2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:45:37.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19249,\n            \"UniqueId\": \"AIR-B6064359-91B3-494C-9957-52BDEC64389E\",\n            \"Locator\": \"ERROR_AIR-9A9F1C1F6F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:51:35.09\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19250,\n            \"UniqueId\": \"AIR-BB26D586-7F1B-444E-9A8A-1970E694E6B8\",\n            \"Locator\": \"2XLRGX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:53:13.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19251,\n            \"UniqueId\": \"AIR-CF0F9345-EC79-46A6-9084-DE18F78825A7\",\n            \"Locator\": \"TYMENE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:14:18.23\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19252,\n            \"UniqueId\": \"AIR-094EB4B7-CF73-4C0D-9EAB-5942DF77A0BB\",\n            \"Locator\": \"XGFAGF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:51:40.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19253,\n            \"UniqueId\": \"AIR-207DBD14-5D20-4200-B2E6-7DC2334B2045\",\n            \"Locator\": \"TAQGQO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:26:05.55\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19254,\n            \"UniqueId\": \"AIR-8020F445-24CF-483C-8E9C-8499A12359CE\",\n            \"Locator\": \"WIVXKD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T18:28:13.24\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19255,\n            \"UniqueId\": \"AIR-D35C4CEF-6C72-424F-BEB2-1AB0A3F66B80\",\n            \"Locator\": \"TFWZVB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T21:47:52.88\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19256,\n            \"UniqueId\": \"AIR-E0F51ED1-5C02-4876-B8C7-272D04977117\",\n            \"Locator\": \"UTDDMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T08:30:15.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19257,\n            \"UniqueId\": \"AIR-E5BE3F7E-1F80-4FF0-B012-62788CE08FAB\",\n            \"Locator\": \"UTGCHH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T08:35:19.467\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19258,\n            \"UniqueId\": \"AIR-16A80781-1517-42B0-A32D-296FE94F3595\",\n            \"Locator\": \"WMORAG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T08:51:14.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19259,\n            \"UniqueId\": \"AIR-8B8DB71A-A84D-488B-84D1-40036C91F1F0\",\n            \"Locator\": \"UURWUF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T08:51:16.523\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19260,\n            \"UniqueId\": \"AIR-54BAC43B-2CAD-4ED1-ADDD-4B97DD578709\",\n            \"Locator\": \"UUWDLL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T08:57:24.793\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19261,\n            \"UniqueId\": \"AIR-7DD5C3CA-AEF5-45BE-8658-831AB44223B3\",\n            \"Locator\": \"WMPTEI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T08:57:26.5\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19262,\n            \"UniqueId\": \"AIR-B5D0A557-7077-404F-9C72-7D18769AC759\",\n            \"Locator\": \"WNRKAY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T09:10:53.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19263,\n            \"UniqueId\": \"AIR-80682FC3-C47C-4437-A43C-CB5348C3335D\",\n            \"Locator\": \"XNZZLK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T09:24:56.79\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19264,\n            \"UniqueId\": \"AIR-03E0CBAB-1EEB-44CD-A358-767A66193695\",\n            \"Locator\": \"WNXPQT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T09:34:47.22\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19265,\n            \"UniqueId\": \"AIR-7EB65C7F-C143-40F1-84D6-CB48921D6EEC\",\n            \"Locator\": \"WNHXHQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T10:10:17.983\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19266,\n            \"UniqueId\": \"AIR-A94F861C-A0C0-4E45-BF40-2720272EC754\",\n            \"Locator\": \"UWBTQF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T10:33:01.937\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19267,\n            \"UniqueId\": \"AIR-CF7D3BCF-195E-4B6A-AF18-55F56DD12918\",\n            \"Locator\": \"UXONOR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T11:31:23.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19268,\n            \"UniqueId\": \"AIR-0D7ADB43-2A4C-46E4-9ED4-6904B61A2129\",\n            \"Locator\": \"WPFLQY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T13:10:49.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19269,\n            \"UniqueId\": \"AIR-3610CEF0-C220-45A4-A924-36015C1E79EA\",\n            \"Locator\": \"UBHQQA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T13:46:06.037\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19270,\n            \"UniqueId\": \"AIR-EFE36B8C-5181-4492-A6E7-0FFFAB299081\",\n            \"Locator\": \"UCIKJA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T14:43:14.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19271,\n            \"UniqueId\": \"AIR-616E9737-C19D-46AC-BACA-E89DA82DBF4C\",\n            \"Locator\": \"XQBEFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T14:43:16.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19273,\n            \"UniqueId\": \"AIR-FA4B16C9-E8E8-4C0F-B24F-36EE3C687A64\",\n            \"Locator\": \"XQBFXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T14:43:34.973\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19272,\n            \"UniqueId\": \"AIR-D6B87F81-5669-400E-A7EE-0D7AE07724F6\",\n            \"Locator\": \"JSKWHA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T14:43:36.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19274,\n            \"UniqueId\": \"AIR-CBE3D6DD-A3C3-4A1B-A150-4D99D549E078\",\n            \"Locator\": \"UGSBLD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T16:15:04.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19275,\n            \"UniqueId\": \"AIR-D6E8C6A5-5D7A-40CB-A703-D9931AA292C2\",\n            \"Locator\": \"ERROR_AIR-415165C9BD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T17:02:01.693\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19276,\n            \"UniqueId\": \"AIR-B36A55E0-27AC-484F-9EB6-9E7264BA5A43\",\n            \"Locator\": \"UJZWDB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T17:18:57.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19277,\n            \"UniqueId\": \"AIR-4DF7B947-0872-4D3A-AC55-82822CA861EF\",\n            \"Locator\": \"UJAVNW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T17:20:46.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19278,\n            \"UniqueId\": \"AIR-FAF56593-B8BC-4734-9E51-9D608EAE98C0\",\n            \"Locator\": \"UJBFQV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T17:23:04.263\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19279,\n            \"UniqueId\": \"AIR-72C6EA39-4AF8-4B72-8366-5F2F79A340F2\",\n            \"Locator\": \"UJLYKX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T17:52:38.967\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19280,\n            \"UniqueId\": \"AIR-2071462F-FA83-4AE7-977E-B8C313DC42E6\",\n            \"Locator\": \"YWSXMD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T08:40:56.963\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19281,\n            \"UniqueId\": \"AIR-DA1180F5-9FA0-4233-B4D0-6F4A760E9E7E\",\n            \"Locator\": \"VXRUDZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T08:48:09.467\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19282,\n            \"UniqueId\": \"AIR-7A7FCA58-16BF-4D10-A90A-1F6712E5C1CC\",\n            \"Locator\": \"VXHPLJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T09:10:56.397\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19283,\n            \"UniqueId\": \"AIR-020BA259-2FEC-44CC-A5B7-BE812C156717\",\n            \"Locator\": \"XYUWWR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T09:21:43.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19284,\n            \"UniqueId\": \"AIR-1A806C8B-9CD8-4251-B0D1-D092A456ADAF\",\n            \"Locator\": \"XYVPKT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T09:26:49.467\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19285,\n            \"UniqueId\": \"AIR-5B51EE1D-B75C-4CB7-8E8B-41EEF533EA72\",\n            \"Locator\": \"43LG3N\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T10:49:45.69\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19286,\n            \"UniqueId\": \"AIR-3DDF7405-53B1-4140-BA30-91C02C3C8B9C\",\n            \"Locator\": \"VASSOA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T11:12:23.067\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19287,\n            \"UniqueId\": \"AIR-8CF63242-200C-4FF7-A860-2FAF1AE3BCE0\",\n            \"Locator\": \"YXPXOC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:14:08.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19289,\n            \"UniqueId\": \"AIR-5F988182-6AAF-4F5A-97B9-6CB2FEB2A71D\",\n            \"Locator\": \"VDLCJF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:17:52.223\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19288,\n            \"UniqueId\": \"AIR-F59DFBB1-A0F2-4D37-B7B5-76B2FE5A06E5\",\n            \"Locator\": \"VDEVGG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:29:49.19\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19290,\n            \"UniqueId\": \"AIR-2CE37C23-F6EC-4033-B7C2-221C00167258\",\n            \"Locator\": \"YYJZRT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:39:25.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19291,\n            \"UniqueId\": \"AIR-93CE3218-A09A-455A-8AD0-59566A89413E\",\n            \"Locator\": \"VFHAYY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T15:22:01.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19292,\n            \"UniqueId\": \"AIR-8B8E49E3-EA81-464E-8E2F-39B13B5DA637\",\n            \"Locator\": \"VFHIYU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T15:22:22.183\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19293,\n            \"UniqueId\": \"AIR-0AA43DFD-0C48-482F-B82C-758518FA8E2F\",\n            \"Locator\": \"JXUFGW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T15:38:19.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19294,\n            \"UniqueId\": \"AIR-40D8A88C-E4ED-4184-84E8-D10D094A8EB7\",\n            \"Locator\": \"4ALOT8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T18:44:41.543\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19295,\n            \"UniqueId\": \"AIR-EC94459E-1EB2-4541-ABAD-68E3BA7BCC25\",\n            \"Locator\": \"4L4V7V\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-11T09:59:20.843\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19296,\n            \"UniqueId\": \"AIR-45ABA76E-CE2B-4DD1-849B-A9653C16CA9C\",\n            \"Locator\": \"WWPBXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-11T12:36:11.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19297,\n            \"UniqueId\": \"AIR-F0511307-43FC-44C9-975C-147F0CF8EAC7\",\n            \"Locator\": \"JAEGKF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-11T13:11:58.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19298,\n            \"UniqueId\": \"AIR-3A0413FF-5718-4FF1-AA20-6C72C42CF3B0\",\n            \"Locator\": \"ERROR_AIR-54A2357324\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-11T16:47:50.727\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19299,\n            \"UniqueId\": \"AIR-E7DBBB43-0825-46F3-A8F2-D1E6AAD55886\",\n            \"Locator\": \"WYDIZJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-11T17:54:48.09\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19300,\n            \"UniqueId\": \"AIR-EB302A66-6C0E-4BDB-8908-92AEC955E3F6\",\n            \"Locator\": \"WYDOPD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-11T17:57:56.203\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19302,\n            \"UniqueId\": \"AIR-71932399-8234-4063-8388-B3CED8EB549C\",\n            \"Locator\": \"JGWLOL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T09:44:48.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19303,\n            \"UniqueId\": \"AIR-28BB8C71-3D89-4EB7-A6F0-CD505AB9DBBF\",\n            \"Locator\": \"XUALZN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T10:09:27.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19304,\n            \"UniqueId\": \"AIR-FB9B075D-F6A4-46C4-8E6E-C485A00438B6\",\n            \"Locator\": \"ERROR_AIR-F591941336\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T10:09:43.69\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19301,\n            \"UniqueId\": \"AIR-163DB22F-CA09-475A-9E9E-FF92D228DB7E\",\n            \"Locator\": \"YYQPRY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T10:37:11.53\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19305,\n            \"UniqueId\": \"AIR-0E543B0B-D5CC-4FB9-BF31-F8A970DDC32B\",\n            \"Locator\": \"YZCTCU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T10:38:20.563\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19306,\n            \"UniqueId\": \"AIR-3DC7360B-6829-48AA-8C10-7D7ED48E5A9D\",\n            \"Locator\": \"YZDRKM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T10:40:47.31\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19307,\n            \"UniqueId\": \"AIR-FCBCE60C-8D9D-446B-8CF5-6C41CB6234DC\",\n            \"Locator\": \"XVUYFS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T10:42:13.487\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19308,\n            \"UniqueId\": \"AIR-47DE6919-3E85-4B24-B0AB-89E1239A62AD\",\n            \"Locator\": \"2R73GE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T10:42:30.943\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19309,\n            \"UniqueId\": \"AIR-C870D734-C8C4-44DF-9A12-E713204C8DAD\",\n            \"Locator\": \"YZITEC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T10:45:44.067\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19310,\n            \"UniqueId\": \"AIR-27BABAB3-847E-4A17-B661-6A8D1998EDF9\",\n            \"Locator\": \"XVDROV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T10:49:34.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19311,\n            \"UniqueId\": \"AIR-99984BE8-036C-4186-9725-7858E3EA6151\",\n            \"Locator\": \"2RHULT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T11:01:00.453\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19312,\n            \"UniqueId\": \"AIR-A107B42E-B1C4-4E3B-AD5B-5A9E9CEC7248\",\n            \"Locator\": \"2RJRLD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T11:08:59.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19313,\n            \"UniqueId\": \"AIR-65E4C1DE-628B-414A-8797-E9E239269389\",\n            \"Locator\": \"YAKLOQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T11:25:34.207\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19314,\n            \"UniqueId\": \"AIR-980DF4AE-196D-4F40-9FE3-E90E2DB7119D\",\n            \"Locator\": \"YBQUXX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T11:38:01.337\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19315,\n            \"UniqueId\": \"AIR-795BF36C-332D-4177-81A0-4A353D728A0D\",\n            \"Locator\": \"YBABFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T12:02:55.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19316,\n            \"UniqueId\": \"AIR-16F0E5AE-6E58-441C-AD02-F0239A8D5E54\",\n            \"Locator\": \"YMGBVK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T12:05:40.053\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19317,\n            \"UniqueId\": \"AIR-224C5087-9AF4-477B-B86C-BFA09DAA6518\",\n            \"Locator\": \"2SI9CK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T12:11:05.997\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19318,\n            \"UniqueId\": \"AIR-1E452778-B5F6-4EF6-BF32-5BDFF6F62F55\",\n            \"Locator\": \"2SNVAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T12:21:16.52\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19319,\n            \"UniqueId\": \"AIR-ED3F08BC-408F-4523-94FF-7C0E9E5286C2\",\n            \"Locator\": \"YBOYBN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T13:02:53.123\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19321,\n            \"UniqueId\": \"AIR-A31DFC12-289D-4E4A-B6E8-69B4AF63048F\",\n            \"Locator\": \"YEBFFG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T13:55:18.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19323,\n            \"UniqueId\": \"AIR-BA95E777-C1CD-4A9F-AFE5-465CA2EE1570\",\n            \"Locator\": \"ERROR_AIR-569F6AAEA0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T13:58:46.433\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19324,\n            \"UniqueId\": \"AIR-39F1EA2C-C5E5-4880-BDBB-25A38BC99A28\",\n            \"Locator\": \"YECOQA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T13:59:16.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19325,\n            \"UniqueId\": \"AIR-9B9155D2-A631-45A3-B2EF-D3307A7B11F4\",\n            \"Locator\": \"ERROR_AIR-7F401CC718\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:00:49.197\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19326,\n            \"UniqueId\": \"AIR-8375FC1E-2824-4705-8322-0994FFAD3A87\",\n            \"Locator\": \"ERROR_AIR-311F8D7F06\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:01:47.01\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19327,\n            \"UniqueId\": \"AIR-0FAA5979-3BD6-478A-A394-5D61D9054972\",\n            \"Locator\": \"ERROR_AIR-03EB432A8A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:03:41.04\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19328,\n            \"UniqueId\": \"AIR-CDDBC6F3-A19E-4308-8B95-4074056782A8\",\n            \"Locator\": \"ERROR_AIR-1FC6654160\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:03:47.17\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19329,\n            \"UniqueId\": \"AIR-E525CEA7-93F9-4CEF-A800-450E01196E89\",\n            \"Locator\": \"ERROR_AIR-2015085DDD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:04:47.107\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19330,\n            \"UniqueId\": \"AIR-BC099A62-03CB-429A-9107-3E74CAEDB7C7\",\n            \"Locator\": \"ERROR_AIR-270E1A7A52\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:06:41.393\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19331,\n            \"UniqueId\": \"AIR-C30BA84A-F1BF-4B2E-8504-BEAEE520AF26\",\n            \"Locator\": \"ERROR_AIR-E955F0A928\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:06:47.657\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19332,\n            \"UniqueId\": \"AIR-546FCF8E-834B-4C3D-8618-08CA088F06C6\",\n            \"Locator\": \"ERROR_AIR-4C0C82E6D1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:06:54.037\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19333,\n            \"UniqueId\": \"AIR-15FC282A-0C96-41CC-B0EF-D51445D042DC\",\n            \"Locator\": \"ERROR_AIR-770A67508A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:09:41.487\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19334,\n            \"UniqueId\": \"AIR-6E41C932-1ABD-4E41-B8C6-D17914E60534\",\n            \"Locator\": \"ERROR_AIR-B78FABC683\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:09:54.47\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19322,\n            \"UniqueId\": \"AIR-93704A30-EC08-496C-994B-4D7394BF3C4C\",\n            \"Locator\": \"YECXYD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:10:16.13\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19335,\n            \"UniqueId\": \"AIR-7F7C5BCE-4C47-4DBE-901D-9E604C120F39\",\n            \"Locator\": \"ERROR_AIR-34E23AEBCB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:12:55.23\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19336,\n            \"UniqueId\": \"AIR-0E48EF73-7FB8-4CA1-ADC6-3E7C1D7ED757\",\n            \"Locator\": \"XDXNMI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T14:47:58.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19337,\n            \"UniqueId\": \"AIR-E142AF3E-36EE-4E35-9C81-CF3BB6C14097\",\n            \"Locator\": \"YKKMYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T15:26:51.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19338,\n            \"UniqueId\": \"AIR-AF4F71FC-8BE7-436E-9179-FDA0B4AE117D\",\n            \"Locator\": \"YKLWBR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T15:27:02.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19339,\n            \"UniqueId\": \"AIR-61BABEAF-38B9-4011-AFF8-DA8587F3AD23\",\n            \"Locator\": \"YMZKKJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T15:46:41.58\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19340,\n            \"UniqueId\": \"AIR-65A63B30-C795-4680-9368-86FB61742F95\",\n            \"Locator\": \"YPRKHS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T16:21:49.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19341,\n            \"UniqueId\": \"AIR-9E40BADB-E142-4118-8503-FE34972D27EE\",\n            \"Locator\": \"XLFRGG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T16:26:15.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19342,\n            \"UniqueId\": \"AIR-4DE96D07-060E-4165-AF59-59E387C6D798\",\n            \"Locator\": \"2WOTLC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T16:43:10.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19343,\n            \"UniqueId\": \"AIR-908A0FA3-153F-41E7-BF60-02583CD54D31\",\n            \"Locator\": \"ZRPMYO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T17:08:51.797\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19344,\n            \"UniqueId\": \"AIR-619FEB69-95EF-4F9F-A887-CDC463606FF1\",\n            \"Locator\": \"2X77L8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T17:19:31.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19345,\n            \"UniqueId\": \"AIR-19036ACC-8B68-4FCD-95FB-61F3957CF953\",\n            \"Locator\": \"XPYCTK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T17:32:48.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19346,\n            \"UniqueId\": \"AIR-8C20387E-1E01-47F5-B473-63B897AC69E9\",\n            \"Locator\": \"XPOMYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T18:13:36.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19347,\n            \"UniqueId\": \"AIR-270D1D27-72AC-4AA0-A17F-FBEFB4D931B0\",\n            \"Locator\": \"ZXKSIQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T23:18:29.317\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19220,\n            \"UniqueId\": \"AIR-6D868502-2E3D-4FC2-8704-E4E00B740E2B\",\n            \"Locator\": \"WXIERM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T23:18:47.943\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19173,\n            \"UniqueId\": \"AIR-E0C7820A-4060-4B6E-BBBC-99A1EE00F261\",\n            \"Locator\": \"HVNMXN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T23:19:21.333\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19348,\n            \"UniqueId\": \"AIR-568B915B-F99F-470F-A519-74946BC5A06E\",\n            \"Locator\": \"ERROR_AIR-3795B2F94A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T09:13:30.157\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19349,\n            \"UniqueId\": \"AIR-824DAE2C-2341-476E-A83F-AA89E3D00382\",\n            \"Locator\": \"ERROR_AIR-5DDB7268CE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T09:15:34.997\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19350,\n            \"UniqueId\": \"AIR-A36230AD-3FA8-4153-8DFC-B67C5C89F53B\",\n            \"Locator\": \"3DQXY2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T09:24:35.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19351,\n            \"UniqueId\": \"AIR-9ED5D295-BB7F-442D-9783-B8DBA492E7DD\",\n            \"Locator\": \"ERROR_AIR-9C5878CD11\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T09:32:14.177\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19352,\n            \"UniqueId\": \"AIR-00B6758B-6B88-43C6-8AE9-5F2FD013BC37\",\n            \"Locator\": \"3ELD7W\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T10:28:05.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19353,\n            \"UniqueId\": \"AIR-CD510BBA-07F5-4D13-844D-57005BD46E2C\",\n            \"Locator\": \"ERROR_AIR-B9BE7562D7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T10:57:52.103\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19354,\n            \"UniqueId\": \"AIR-FE8CFA86-65E2-4877-8DA3-61C9B5DD32AE\",\n            \"Locator\": \"ERROR_AIR-37E0284714\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T11:00:48.79\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19355,\n            \"UniqueId\": \"AIR-2F0A0911-58A1-4446-AA76-2189C4EA1141\",\n            \"Locator\": \"ERROR_AIR-27D316D7B4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T11:03:48.41\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19356,\n            \"UniqueId\": \"AIR-C8D04164-98DE-45CE-9C09-8CAE3EF6CF7A\",\n            \"Locator\": \"YHLKWY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T11:49:52.333\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19357,\n            \"UniqueId\": \"AIR-24ECFAC0-3973-4F17-B697-C032EB016999\",\n            \"Locator\": \"YJEBYJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T12:55:06.673\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19358,\n            \"UniqueId\": \"AIR-6E623C7B-093A-4E31-9B32-58D7E910551A\",\n            \"Locator\": \"YKQRKV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T13:13:46.63\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19359,\n            \"UniqueId\": \"AIR-893BB18D-17FC-4B26-8F07-E00F46E31F7E\",\n            \"Locator\": \"ZXLJSM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T14:11:12.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19360,\n            \"UniqueId\": \"AIR-31727BD9-68D5-4093-A608-525D8272DF3A\",\n            \"Locator\": \"ERROR_AIR-6281622E6E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T14:11:56.527\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19361,\n            \"UniqueId\": \"AIR-61D98463-58E6-465D-90FD-42CA86671611\",\n            \"Locator\": \"ZQQVBA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T16:18:23.08\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19320,\n            \"UniqueId\": \"AIR-74F29C97-4B66-48F6-9430-FFD5E5183C75\",\n            \"Locator\": \"XYPOBF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T16:23:30.707\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19362,\n            \"UniqueId\": \"AIR-1A600A75-837D-4264-9003-8096D68E6C05\",\n            \"Locator\": \"ATQWVX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T16:24:25.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19363,\n            \"UniqueId\": \"AIR-EDE9CF94-8BFF-46AB-AA5F-53EAB3474C00\",\n            \"Locator\": \"ZQXDOC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T16:34:12.123\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19368,\n            \"UniqueId\": \"AIR-2D96CB8B-CFCB-4118-8F3A-5688399AED1B\",\n            \"Locator\": \"3L7LAQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T17:40:27.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19369,\n            \"UniqueId\": \"AIR-B7834FBC-A979-4C4A-83CB-A638DA1D2176\",\n            \"Locator\": \"ATOULU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T17:47:18.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19370,\n            \"UniqueId\": \"AIR-9664A34F-D402-4B4A-A190-00C32D1D85C6\",\n            \"Locator\": \"AUEDPW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T18:23:56.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19371,\n            \"UniqueId\": \"AIR-5EA068AB-31B2-4E2A-9C12-BE0AD20DA9BE\",\n            \"Locator\": \"ZRMFDG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T18:34:52.983\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19372,\n            \"UniqueId\": \"AIR-2AB9D799-9D78-42DF-9148-092D12255C9E\",\n            \"Locator\": \"PR_AIR-8180BC6381\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T18:38:19.317\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19373,\n            \"UniqueId\": \"AIR-589FB900-F3DF-4064-9FE1-862A2380593D\",\n            \"Locator\": \"ZZDZBX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T18:41:40.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19374,\n            \"UniqueId\": \"AIR-31F8A36E-10BA-41B1-8DC7-5EA4BF4EEA98\",\n            \"Locator\": \"ZSULYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T18:47:06.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19375,\n            \"UniqueId\": \"AIR-7FB7A586-864A-4488-BCC3-ECB69290732C\",\n            \"Locator\": \"ZUTBBN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T21:23:53.043\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19376,\n            \"UniqueId\": \"AIR-09A8C720-56BF-4714-9345-ADFA287ECE06\",\n            \"Locator\": \"ZUVYLZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T21:28:44.943\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19377,\n            \"UniqueId\": \"AIR-2978066A-36B9-481B-A626-16FF2B12F3E5\",\n            \"Locator\": \"AWPZTP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T21:32:22.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19378,\n            \"UniqueId\": \"AIR-8396F5D4-01D1-4995-94E4-C08F66252CB1\",\n            \"Locator\": \"ZACKXY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T21:54:58.573\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19379,\n            \"UniqueId\": \"AIR-A7B8BED4-CC03-45F8-8EB4-A008922BDFB5\",\n            \"Locator\": \"ZUHHYK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T22:08:19.54\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19380,\n            \"UniqueId\": \"AIR-06ABCB89-AAD0-41C6-9D4A-D3DF75578843\",\n            \"Locator\": \"ZXJVAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T01:05:13.16\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19382,\n            \"UniqueId\": \"AIR-3547AD53-38A7-46C0-A453-16A44873EF9B\",\n            \"Locator\": \"KTMGHE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T01:43:35.9\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19381,\n            \"UniqueId\": \"AIR-9701D88C-4402-45C3-B109-F736F335E0A9\",\n            \"Locator\": \"ZBMDUV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T01:46:58.26\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19383,\n            \"UniqueId\": \"AIR-177AF94C-9BE9-4501-8BBD-CE513E746335\",\n            \"Locator\": \"ZARISF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T01:47:54.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19384,\n            \"UniqueId\": \"AIR-9E80C49C-F648-43D9-A0E4-CA18EA142F31\",\n            \"Locator\": \"ZDZNGD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T03:11:38.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19364,\n            \"UniqueId\": \"AIR-16CBC5B4-3E83-4524-8A71-74575F5C40B6\",\n            \"Locator\": \"KRXASS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T09:17:41.18\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19385,\n            \"UniqueId\": \"AIR-DC428391-B869-4EAC-97D8-ABD5142C7AB1\",\n            \"Locator\": \"ZLHMOK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T09:25:57.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19386,\n            \"UniqueId\": \"AIR-0666B9E0-A2F9-4666-8FF7-E7C32A421CB4\",\n            \"Locator\": \"KXRXRV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T09:27:53.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19387,\n            \"UniqueId\": \"AIR-F53EF9E4-5ED6-40D4-ABB9-AFCD143D950E\",\n            \"Locator\": \"ZGWZWI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T10:09:23.657\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19390,\n            \"UniqueId\": \"AIR-5AF03535-9BC0-4E4D-87D1-2C457E5112CF\",\n            \"Locator\": \"ZNBAGH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T10:49:43.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19389,\n            \"UniqueId\": \"AIR-2C843B1A-4455-460C-932D-39DF451CE6AC\",\n            \"Locator\": \"BQQUIB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T11:01:39.377\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19393,\n            \"UniqueId\": \"AIR-2E16F3BB-9F3A-4468-B4C7-51980F7F13CA\",\n            \"Locator\": \"BRWGRK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T11:47:57.55\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19394,\n            \"UniqueId\": \"AIR-1C9EE848-7FC7-48D2-8B2D-AA1964B0E55D\",\n            \"Locator\": \"44CJ2K\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:33:43.253\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19395,\n            \"UniqueId\": \"AIR-D238D411-03D5-41A0-9DF3-B8B77587C250\",\n            \"Locator\": \"44CR67\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:35:47.483\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19396,\n            \"UniqueId\": \"AIR-D65FCBBC-C63C-4300-9EFC-66519F94EF0B\",\n            \"Locator\": \"44GYIJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:37:33.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19397,\n            \"UniqueId\": \"AIR-FAD61470-C1BA-4192-AB4E-F6C28F89A9D4\",\n            \"Locator\": \"44DNIN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:38:44.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19398,\n            \"UniqueId\": \"AIR-22EAEA8B-BAD7-4260-959A-8BE6B8B17C00\",\n            \"Locator\": \"44DG3M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:39:54.013\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19399,\n            \"UniqueId\": \"AIR-7E95320B-A020-413A-AB1D-2E033F21A7F9\",\n            \"Locator\": \"BSBLSB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:43:32.713\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19392,\n            \"UniqueId\": \"AIR-E966C21F-6511-4A85-9FE5-6505B68B91D0\",\n            \"Locator\": \"BQYDGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T13:30:44.767\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19388,\n            \"UniqueId\": \"AIR-75672571-EA22-47E5-BBE2-6F9A12C991B5\",\n            \"Locator\": \"42ELUV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T13:56:02.01\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19400,\n            \"UniqueId\": \"AIR-58EEBF0F-B6DD-4D8C-ADFF-8BB6542A6379\",\n            \"Locator\": \"463VPK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T14:28:07.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19401,\n            \"UniqueId\": \"AIR-03BE3BAE-8869-4DE5-AA73-CCEAFEC6E8AA\",\n            \"Locator\": \"ZIQEHE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:05:18.277\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19402,\n            \"UniqueId\": \"AIR-23FE5730-58F9-4E89-A740-588F9750AD60\",\n            \"Locator\": \"ASNVPK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:20:29.287\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19403,\n            \"UniqueId\": \"AIR-4771DBBB-34B5-49BC-B5A2-653AF6637A70\",\n            \"Locator\": \"ATUONO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:46:48.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19404,\n            \"UniqueId\": \"AIR-4E1A6824-3529-450F-9612-9F1288E7E93B\",\n            \"Locator\": \"ZIYXOO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T16:36:22.863\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19406,\n            \"UniqueId\": \"AIR-49A7170A-9FB2-4BA5-8730-89EE96D29BEE\",\n            \"Locator\": \"ERROR_AIR-724B4FDF7D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:22:05.31\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19407,\n            \"UniqueId\": \"AIR-817B2A78-395D-4AD4-BCF2-651BE8177C62\",\n            \"Locator\": \"AUWLAT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:22:30.36\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19408,\n            \"UniqueId\": \"AIR-3A6C3CF7-A75D-43C0-AD73-54A03A4561BE\",\n            \"Locator\": \"ERROR_AIR-B8891BC9C0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:23:22.287\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19405,\n            \"UniqueId\": \"AIR-98BD5E6D-681B-4E4E-ADB8-A5CC20F9A488\",\n            \"Locator\": \"BWYOWZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:28:10.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19409,\n            \"UniqueId\": \"AIR-49CFA0F6-A330-4FD1-BE5B-3C8E087DBB58\",\n            \"Locator\": \"48ZXZS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:39:23.6\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19410,\n            \"UniqueId\": \"AIR-B9F35169-BD35-4E3E-A8E6-A39020A94D35\",\n            \"Locator\": \"AUEACM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:42:33.47\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19411,\n            \"UniqueId\": \"AIR-C0189ADA-C45F-4F4F-8298-CEB0ACC8F22F\",\n            \"Locator\": \"AUFQTH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:43:58.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19412,\n            \"UniqueId\": \"AIR-AEE68A4C-BA4C-4CA2-BDF1-889517B58743\",\n            \"Locator\": \"48XUGZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:45:58.753\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19413,\n            \"UniqueId\": \"AIR-456947B0-AF29-468A-9802-816386E3381A\",\n            \"Locator\": \"KZUHPH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:46:00.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19414,\n            \"UniqueId\": \"AIR-989CDC7E-055F-42CF-9155-F16E6531358E\",\n            \"Locator\": \"48XF8B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:47:08.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19415,\n            \"UniqueId\": \"AIR-9279D69E-D163-472F-8AD5-ECDC4A1684CC\",\n            \"Locator\": \"AUGXDZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:47:19.07\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19416,\n            \"UniqueId\": \"AIR-C515E2A2-C9F3-4A09-A112-40F9E2299715\",\n            \"Locator\": \"AUGKIM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:48:11.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19417,\n            \"UniqueId\": \"AIR-7FEE2F76-5745-4182-AA2C-E3F7234DA586\",\n            \"Locator\": \"4943MZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:48:40.383\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19418,\n            \"UniqueId\": \"AIR-4AF70DBE-4686-4641-8F1A-55BE63F97F7D\",\n            \"Locator\": \"KBKFPT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T08:40:13.073\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19419,\n            \"UniqueId\": \"AIR-C034F12E-13FE-4FD6-ACB1-870B3194ED97\",\n            \"Locator\": \"BJIKFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T09:10:17.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19421,\n            \"UniqueId\": \"AIR-DECBA35E-8F2C-46A9-926B-6F3FD4964BA0\",\n            \"Locator\": \"BKJVMO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T09:53:06.033\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19420,\n            \"UniqueId\": \"AIR-81CC7594-475B-49B9-A6E9-F2692F5DA922\",\n            \"Locator\": \"AHEPWM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T11:26:57.677\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19422,\n            \"UniqueId\": \"AIR-4F798FCB-B24A-4EBC-B566-1DFFF839B4B6\",\n            \"Locator\": \"BWRKWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T15:45:54.863\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19424,\n            \"UniqueId\": \"AIR-DDC7BF6D-6EBB-478D-8CB5-7B5510DD8B07\",\n            \"Locator\": \"ASGGFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T16:25:14.89\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19425,\n            \"UniqueId\": \"AIR-C22BBCB9-C757-46AC-9DE6-BF8DE36692F7\",\n            \"Locator\": \"CFOAZD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T17:53:48.67\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19426,\n            \"UniqueId\": \"AIR-514402F8-72F4-497F-8467-F0F1FD755F16\",\n            \"Locator\": \"CFPABZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T17:55:19.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19427,\n            \"UniqueId\": \"AIR-053D5D2D-5932-445D-B847-95DA5A28E323\",\n            \"Locator\": \"AVTQCQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T20:56:31.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19428,\n            \"UniqueId\": \"AIR-1E35A8F5-A8E7-4A6A-A8B3-9EC36D1C355D\",\n            \"Locator\": \"BHSBUX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T20:59:56.487\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19429,\n            \"UniqueId\": \"AIR-4A3D400C-FF6E-43E0-8590-B71B10F2F3DC\",\n            \"Locator\": \"DXBURF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T08:42:05.683\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19430,\n            \"UniqueId\": \"AIR-BBA38B24-A090-4445-ACC8-D9A0FE0B52BE\",\n            \"Locator\": \"KLRSCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T09:29:15.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19432,\n            \"UniqueId\": \"AIR-16A6C222-0D0C-431E-A24F-30D8D40F8F91\",\n            \"Locator\": \"DAVHPZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T11:17:10.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19433,\n            \"UniqueId\": \"AIR-46FA3BD2-AC89-45D1-9A6E-2C0C493C8553\",\n            \"Locator\": \"DCZMIP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T12:46:28.883\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19434,\n            \"UniqueId\": \"AIR-210B29BF-5040-453F-AB6E-79B330869188\",\n            \"Locator\": \"AAKXXG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T13:09:30.273\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19435,\n            \"UniqueId\": \"AIR-181781C2-5C8F-40D5-ABA9-6F1461BE04B9\",\n            \"Locator\": \"DEYJTV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T13:16:36.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19436,\n            \"UniqueId\": \"AIR-F88B8E3C-C401-4D09-83D5-6C255443C324\",\n            \"Locator\": \"CBIBSW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T14:02:58.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19437,\n            \"UniqueId\": \"AIR-4B1494D4-EB5A-4D4F-A3A6-4929662CFBD8\",\n            \"Locator\": \"KMLFVF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T16:05:43.407\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19438,\n            \"UniqueId\": \"AIR-A7F5BE8B-478B-4C51-93EC-6548364BF304\",\n            \"Locator\": \"DHUTPA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T16:55:40.257\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19439,\n            \"UniqueId\": \"AIR-F4BAA25F-F14F-4D53-B58D-1F445136A8F4\",\n            \"Locator\": \"2HR5FV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T17:30:49.41\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19367,\n            \"UniqueId\": \"AIR-E7B1D5DA-733D-4F22-9875-549417A9CEA0\",\n            \"Locator\": \"KRCQQC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T17:44:57.183\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19440,\n            \"UniqueId\": \"AIR-DDB79F3C-97E4-4CD6-90A9-91F4CAD8EDA3\",\n            \"Locator\": \"2I7VEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T18:04:55.533\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19423,\n            \"UniqueId\": \"AIR-FC2C873B-D0AE-42BD-A87A-7B1D5E39AA4D\",\n            \"Locator\": \"CAXVGV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-18T01:37:42.557\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19441,\n            \"UniqueId\": \"AIR-DD34C804-5ED9-4895-A9FA-E203CC0F2DF1\",\n            \"Locator\": \"LQHYEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-18T09:16:01.387\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19442,\n            \"UniqueId\": \"AIR-4B17CF10-6DFF-4235-BAD5-19263B619C84\",\n            \"Locator\": \"LQOQZL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-18T09:58:27.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19443,\n            \"UniqueId\": \"AIR-81410CFF-846E-4110-854D-AB0AD9EE316D\",\n            \"Locator\": \"ERROR_AIR-380C9E7969\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-18T19:10:25.213\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19444,\n            \"UniqueId\": \"AIR-8B5F2836-387E-4748-86DF-F2892C8B8A16\",\n            \"Locator\": \"ERROR_AIR-9199448FE8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-18T19:17:23.627\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19445,\n            \"UniqueId\": \"AIR-42C6EE88-ACAB-47F4-8844-09CDE64E598E\",\n            \"Locator\": \"ERROR_AIR-0C004FE48A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-18T19:25:59.547\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19446,\n            \"UniqueId\": \"AIR-9D7AE830-78C9-4741-8DEC-7BDB74872F61\",\n            \"Locator\": \"ERROR_AIR-8B97DF63A5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-19T00:38:08.467\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19447,\n            \"UniqueId\": \"AIR-7DE7021F-4FB0-4880-9213-49447C270F77\",\n            \"Locator\": \"ERROR_AIR-4D9519465B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-19T01:50:20.11\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19448,\n            \"UniqueId\": \"AIR-3793CB3D-17D6-4A92-A5EE-83AEBCBD973B\",\n            \"Locator\": \"DYMSEN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-19T01:59:59.85\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19449,\n            \"UniqueId\": \"AIR-663C2E5C-5DED-4104-8D51-D8906623630B\",\n            \"Locator\": \"LZWQJV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-19T16:03:51.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19450,\n            \"UniqueId\": \"AIR-5600D164-6D7C-4921-A475-AEE655FB61A6\",\n            \"Locator\": \"EETHZV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-19T17:04:46.18\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19451,\n            \"UniqueId\": \"AIR-6958DC71-CF57-4FF3-9115-BA209A5FBC49\",\n            \"Locator\": \"LDPZXN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T08:24:40.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19452,\n            \"UniqueId\": \"AIR-59B58AAF-60AE-4E04-AB58-7D7DD17FC80E\",\n            \"Locator\": \"DPDFNR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T08:28:31.77\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19453,\n            \"UniqueId\": \"AIR-061E2ACD-8AE2-44EA-B4BF-2E9312176AB8\",\n            \"Locator\": \"43I2MW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T10:15:08.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19454,\n            \"UniqueId\": \"AIR-9F421416-C0D0-4C93-9E9C-692646670152\",\n            \"Locator\": \"43F7PQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T10:17:12.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19455,\n            \"UniqueId\": \"AIR-B09864BA-228F-440F-B643-0892694F01C0\",\n            \"Locator\": \"43MBSD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T10:28:27.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19456,\n            \"UniqueId\": \"AIR-E8E76BAE-E6C7-4FEC-961D-0AEACED22B49\",\n            \"Locator\": \"43MG92\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T10:30:54.933\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19457,\n            \"UniqueId\": \"AIR-9FB7607A-0340-4BE4-870B-F469E3345B36\",\n            \"Locator\": \"43X4HZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T10:37:42.137\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19458,\n            \"UniqueId\": \"AIR-37B4082B-0575-41E6-A391-C99674AD1B15\",\n            \"Locator\": \"FSOQJM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T10:41:57.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19459,\n            \"UniqueId\": \"AIR-66E92BA9-683C-4B39-844E-9B17BE8EA11F\",\n            \"Locator\": \"BURSOZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T10:49:51.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19460,\n            \"UniqueId\": \"AIR-BEEB2D22-0642-446A-9ABD-808FE241C3E2\",\n            \"Locator\": \"44928W\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:02:09.383\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19461,\n            \"UniqueId\": \"AIR-4F816117-E5B1-4A87-8D47-895E9B493103\",\n            \"Locator\": \"4492JU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:04:29.1\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19462,\n            \"UniqueId\": \"AIR-103EA4E7-AD41-4866-B905-B311647A4F67\",\n            \"Locator\": \"ERROR_AIR-974CF4DD7C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:04:49.7\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19464,\n            \"UniqueId\": \"AIR-4AA7C151-4C87-4CB4-91C1-860D1D68AB5E\",\n            \"Locator\": \"449AD5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:06:23.13\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19463,\n            \"UniqueId\": \"AIR-1A764E26-1E14-4DBA-921A-884B3331B428\",\n            \"Locator\": \"FTAKAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:06:25.383\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19465,\n            \"UniqueId\": \"AIR-657484AC-BE91-4A23-8308-243FF79726FE\",\n            \"Locator\": \"44JZBG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:21:11.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19466,\n            \"UniqueId\": \"AIR-1130D8F0-EADC-4F41-95DC-39C508EF942F\",\n            \"Locator\": \"454TUA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:57:16.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19468,\n            \"UniqueId\": \"AIR-34F6D5C3-BD3B-4DFB-BA90-2F8F37A350F1\",\n            \"Locator\": \"46LXFF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T13:45:00.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19469,\n            \"UniqueId\": \"AIR-69581C99-828E-47D2-A249-A467191D3792\",\n            \"Locator\": \"46K8TJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T13:46:28.193\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19470,\n            \"UniqueId\": \"AIR-310C21B4-6406-4C42-8B0C-31F06FF53E9B\",\n            \"Locator\": \"46WAWL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:04:14.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19467,\n            \"UniqueId\": \"AIR-F20BD00A-5570-4B83-87AF-7B8220A8B822\",\n            \"Locator\": \"EWYIXC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:31:31.067\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19471,\n            \"UniqueId\": \"AIR-5845184E-E678-45ED-BFD7-1486D32AA803\",\n            \"Locator\": \"BVZAGQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:32:08.577\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19472,\n            \"UniqueId\": \"AIR-3BC39699-3743-45FD-8F2E-16645F4893D9\",\n            \"Locator\": \"EXEJNI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:36:38.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19473,\n            \"UniqueId\": \"AIR-A9394E84-9D6E-4E52-A9B7-9FD26FDED458\",\n            \"Locator\": \"47KFRU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:43:38.637\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19474,\n            \"UniqueId\": \"AIR-8E972CEB-ACAD-486E-9676-6E2FAD5D45F3\",\n            \"Locator\": \"EYQGFM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:50:29.763\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19475,\n            \"UniqueId\": \"AIR-1446D437-4737-4EAF-9709-49396E77F17B\",\n            \"Locator\": \"47KYFR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:55:25.38\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19476,\n            \"UniqueId\": \"AIR-851ACFE9-B545-4D69-90D9-EA3BC3BD73F6\",\n            \"Locator\": \"LGQFVP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:05:03.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19477,\n            \"UniqueId\": \"AIR-9113E115-0138-477B-88F7-AAA8EF7197CC\",\n            \"Locator\": \"FYMLYS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:05:38.097\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19189,\n            \"UniqueId\": \"AIR-8DCCB367-83A8-43DC-B30D-21CFE0E62268\",\n            \"Locator\": \"JRWWEV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T16:08:01.3\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19478,\n            \"UniqueId\": \"AIR-8ACB7187-5EFB-48DC-AD23-6C0B1F081907\",\n            \"Locator\": \"EZGXLJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T16:09:56.843\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19479,\n            \"UniqueId\": \"AIR-C862F636-BC15-4346-A2F2-BC6F863F333F\",\n            \"Locator\": \"48TMPX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T16:18:18.393\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19480,\n            \"UniqueId\": \"AIR-CD6F08B0-E58A-477E-B542-9E494FC9D5F7\",\n            \"Locator\": \"48S6PX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T16:23:07.41\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19482,\n            \"UniqueId\": \"AIR-2430F662-FE78-4BC3-8D26-5C28504D6ACB\",\n            \"Locator\": \"49SAYX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T17:23:18.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19483,\n            \"UniqueId\": \"AIR-041B0FDD-A525-4B20-AB47-6B7CDBC20ED9\",\n            \"Locator\": \"FEMMNU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T17:23:29.107\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19484,\n            \"UniqueId\": \"AIR-620C524C-9FE9-466F-8D98-DFBE5777D20B\",\n            \"Locator\": \"49S9ET\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T17:28:30.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19486,\n            \"UniqueId\": \"AIR-071D5A3E-BC11-42D3-8C62-53622BFC10B4\",\n            \"Locator\": \"ERROR_AIR-C9458BBF6B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T19:27:44.373\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19487,\n            \"UniqueId\": \"AIR-8177E5C4-52DB-441F-81E7-A8C7AE08283A\",\n            \"Locator\": \"ERROR_AIR-6A44492C0C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T19:30:21.317\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19488,\n            \"UniqueId\": \"AIR-F7D12990-F2DF-4E09-8E11-AFEEE47638F0\",\n            \"Locator\": \"ERROR_AIR-FF448EBCA3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T21:10:23.497\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19489,\n            \"UniqueId\": \"AIR-FF4E5080-DF15-4998-9B1C-E93AECB94639\",\n            \"Locator\": \"FTNZMN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T21:17:32.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19490,\n            \"UniqueId\": \"AIR-F8FC8641-3FFA-4BA2-8BEE-62AFD6024EE8\",\n            \"Locator\": \"FUERQJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T21:40:06.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19491,\n            \"UniqueId\": \"AIR-54E9BE81-E8E0-45C7-92A2-871E04305D2A\",\n            \"Locator\": \"GFKWDN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T08:42:07.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19493,\n            \"UniqueId\": \"AIR-22D351AF-EBE2-44B7-8100-7DF6110F474C\",\n            \"Locator\": \"4NT3KX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T09:20:43.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19485,\n            \"UniqueId\": \"AIR-BED57A96-6FDE-4D1F-9A09-DF45CC0344AD\",\n            \"Locator\": \"EGXKZJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T09:49:32.127\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19492,\n            \"UniqueId\": \"AIR-A4CCF18E-A6CD-49A3-9980-C53D4CBF12AB\",\n            \"Locator\": \"BGAOTS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T09:50:46.667\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19495,\n            \"UniqueId\": \"AIR-7E859696-412B-4F3B-8840-AB23C5B97C91\",\n            \"Locator\": \"LONZZN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:05:47.81\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19496,\n            \"UniqueId\": \"AIR-90A71A6E-E9C3-466F-89B9-2988FDC08EF9\",\n            \"Locator\": \"GHLJJN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:18:03.037\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19498,\n            \"UniqueId\": \"AIR-9AC05A87-D038-4A95-8F3F-301E0F292166\",\n            \"Locator\": \"4ONPJ7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:20:43.203\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19502,\n            \"UniqueId\": \"AIR-82D19BDC-3730-4B3F-8864-9E48AA901227\",\n            \"Locator\": \"GIYUQE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:28:57.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19503,\n            \"UniqueId\": \"AIR-E019A5D2-F33D-4AF4-A8B2-A7D6D707FCD7\",\n            \"Locator\": \"GIZVLF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:30:35.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19504,\n            \"UniqueId\": \"AIR-2044A89A-F5DD-4212-A340-46FB0D1B294C\",\n            \"Locator\": \"GIAWOF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:32:30.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19505,\n            \"UniqueId\": \"AIR-C8D7E6FE-D385-4877-8CED-0A864D337B84\",\n            \"Locator\": \"FIILBF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:34:52.94\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19506,\n            \"UniqueId\": \"AIR-6C28F74F-FDF5-4C21-9A2B-74A6F36284BB\",\n            \"Locator\": \"GICLHP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:36:17.083\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19507,\n            \"UniqueId\": \"AIR-6AA6950C-3B4A-4F53-AAA1-52CF5F929150\",\n            \"Locator\": \"GIERYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:37:51.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19494,\n            \"UniqueId\": \"AIR-31091E90-46B3-48BA-9B1B-079A71048B69\",\n            \"Locator\": \"FHMOQG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:42:47.7\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19508,\n            \"UniqueId\": \"AIR-BA8593D2-F5B0-4AE2-8558-41135F58D5E3\",\n            \"Locator\": \"4P47C3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:43:37.857\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19497,\n            \"UniqueId\": \"AIR-DDB3B451-E1F9-49F4-A2E3-FF3BD699B1F1\",\n            \"Locator\": \"FIYIXE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T10:47:05.63\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19509,\n            \"UniqueId\": \"AIR-72EF7279-6A6D-4371-A9D6-CE9DC6EE3AD8\",\n            \"Locator\": \"BHSLWZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:01:29.983\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19510,\n            \"UniqueId\": \"AIR-4C06F180-1B12-4DB2-B9E1-3F6B299F488F\",\n            \"Locator\": \"GJVNRJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:15:29.383\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19499,\n            \"UniqueId\": \"AIR-36DFDE04-986B-45D3-9240-82E9D26356BD\",\n            \"Locator\": \"LOPSEN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:19:27.637\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19511,\n            \"UniqueId\": \"AIR-AF9F231F-F2CF-4CE1-A006-00FA8CEB7E12\",\n            \"Locator\": \"LPYPTX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:32:17.873\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19512,\n            \"UniqueId\": \"AIR-28532614-64FE-42D4-9534-46F26AD7384B\",\n            \"Locator\": \"GLBTGB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:18:39.293\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19513,\n            \"UniqueId\": \"AIR-5459C66F-E758-4DF8-8098-D60D2F1A5E30\",\n            \"Locator\": \"4R7Q2S\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:15:31.55\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19514,\n            \"UniqueId\": \"AIR-56E9DA8B-F660-4823-8CAB-F4D4D4384180\",\n            \"Locator\": \"4RH3TR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:23:31.39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19515,\n            \"UniqueId\": \"AIR-F8EC7A86-0682-4B95-8215-D0C64CBD1C0B\",\n            \"Locator\": \"4S3PXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T14:04:06.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19516,\n            \"UniqueId\": \"AIR-430C5F5E-4C1A-4981-8721-1F12C912C506\",\n            \"Locator\": \"BJDKOI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T14:04:23\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19517,\n            \"UniqueId\": \"AIR-E2867F20-B1EA-4A03-8BF7-50209A6C6DFB\",\n            \"Locator\": \"4STDXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:02:21.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19518,\n            \"UniqueId\": \"AIR-827A297D-137A-4756-B18C-5B72826E8678\",\n            \"Locator\": \"4SYDOC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:11:37.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19519,\n            \"UniqueId\": \"AIR-450AE116-EB2F-4360-9EEC-5D95C364AC44\",\n            \"Locator\": \"HSYJAT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:21:54.68\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19520,\n            \"UniqueId\": \"AIR-F2FD256E-A8EF-4D43-A278-65C0A017909E\",\n            \"Locator\": \"4TNCCA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:55:11.353\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19500,\n            \"UniqueId\": \"AIR-D07A3242-66C0-4757-B854-59B78C64507A\",\n            \"Locator\": \"GIUGFB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T16:41:05.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19501,\n            \"UniqueId\": \"AIR-49F8B1AC-0B4C-4DC1-952F-C4E890867D24\",\n            \"Locator\": \"GIWQAY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T16:44:21.663\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19521,\n            \"UniqueId\": \"AIR-834E0222-AA10-440B-BCEB-38D18D288635\",\n            \"Locator\": \"4UNTHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T16:58:09.377\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19522,\n            \"UniqueId\": \"AIR-B7372706-22F2-4BC2-8725-81B8B5A543B2\",\n            \"Locator\": \"4UU9P3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:14:21.87\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19523,\n            \"UniqueId\": \"AIR-38144690-AED7-431D-BBAF-FB27120878F0\",\n            \"Locator\": \"4UXLMQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:22:15.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19524,\n            \"UniqueId\": \"AIR-629C1A26-B33E-4D5A-BA67-E6528CB7A91F\",\n            \"Locator\": \"BLZXRW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:24:47.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19525,\n            \"UniqueId\": \"AIR-9C618537-C4F2-41E6-BFAD-61CFF1F8B726\",\n            \"Locator\": \"GXSQFT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:29:26.343\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19526,\n            \"UniqueId\": \"AIR-3751B634-4E64-464C-923C-B2C0EA07DA9F\",\n            \"Locator\": \"GXAHMS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:43:54.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19527,\n            \"UniqueId\": \"AIR-415F9CC7-AF7B-47E2-91C5-A9241FC5FED9\",\n            \"Locator\": \"4WOIVP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T19:18:16.867\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19528,\n            \"UniqueId\": \"AIR-8457DAAF-A5C8-4F31-B267-03DB5AF26E2C\",\n            \"Locator\": \"GMANUF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T07:50:51.937\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19529,\n            \"UniqueId\": \"AIR-54853C97-7DA4-4379-AA6B-BF017BB63583\",\n            \"Locator\": \"MXZFOB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T08:28:07.41\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19530,\n            \"UniqueId\": \"AIR-FECBBA4F-5ECD-48A9-9918-B1660128D50E\",\n            \"Locator\": \"HMJYMC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T08:47:21.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19531,\n            \"UniqueId\": \"AIR-9B1238A7-D800-4B45-ABDE-060A5B49A823\",\n            \"Locator\": \"MXPGRA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T09:46:28.793\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19532,\n            \"UniqueId\": \"AIR-6AE68A00-6F13-4279-BD1A-B72C4AE06A22\",\n            \"Locator\": \"HOISCB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T09:56:09.47\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19533,\n            \"UniqueId\": \"AIR-A2B42653-894B-4821-BCBF-73B3A5331032\",\n            \"Locator\": \"HPRUME\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:09:35.853\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19534,\n            \"UniqueId\": \"AIR-E1E86F51-82A7-4180-BED1-BC2DDF3D1591\",\n            \"Locator\": \"HPTAVM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:12:15.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19536,\n            \"UniqueId\": \"AIR-47D65CB4-A314-45EE-819C-700FE986B13B\",\n            \"Locator\": \"CSWJYE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:24:55.85\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19537,\n            \"UniqueId\": \"AIR-B7D67F20-E49F-4CFA-9CA2-F3EFD90654CE\",\n            \"Locator\": \"HPHKPA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:29:09.927\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19538,\n            \"UniqueId\": \"AIR-E623AB42-1B6F-4D40-BE34-6AB536157346\",\n            \"Locator\": \"HQIKUZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:30:49.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19539,\n            \"UniqueId\": \"AIR-A39C0D16-145A-4430-A84E-361B5385DB1F\",\n            \"Locator\": \"HQKQMQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:32:32.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19535,\n            \"UniqueId\": \"AIR-9A2564D2-EB5E-4B94-92F5-22D0DADD989B\",\n            \"Locator\": \"HQZKNH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:33:01.123\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19540,\n            \"UniqueId\": \"AIR-8691AB96-D97D-436C-B765-63ADD76DD018\",\n            \"Locator\": \"HRTQKM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:45:39.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19541,\n            \"UniqueId\": \"AIR-9F0BCF2C-E716-4F3B-914C-6506986F039B\",\n            \"Locator\": \"HRARHT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:59:06.46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19542,\n            \"UniqueId\": \"AIR-E93F838A-2768-48C0-AF31-C5A8F1F00A9E\",\n            \"Locator\": \"HRFCBJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:07:39.07\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19543,\n            \"UniqueId\": \"AIR-40904634-94D7-49BB-AB5F-D832270EFF2F\",\n            \"Locator\": \"2DBBKE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:30:49.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19544,\n            \"UniqueId\": \"AIR-15633459-81B4-4761-8573-FF2765460945\",\n            \"Locator\": \"IRQWLD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:30:56.587\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19545,\n            \"UniqueId\": \"AIR-4B3F3882-26AC-406B-A240-B0DA5752DF6B\",\n            \"Locator\": \"HSTZXH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:33:34.197\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19546,\n            \"UniqueId\": \"AIR-05B954EC-D055-4B38-A844-5F1FCE27AD8D\",\n            \"Locator\": \"HSUMVM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:35:33.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19547,\n            \"UniqueId\": \"AIR-230E8078-29A4-40A0-B984-367C46F93795\",\n            \"Locator\": \"2DAAR4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:36:33.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19548,\n            \"UniqueId\": \"AIR-36749E29-C2DD-48D2-BE95-B71BB2F1E1B6\",\n            \"Locator\": \"HSVKNI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:36:43.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19549,\n            \"UniqueId\": \"AIR-5B0AFC9A-AB9A-4E35-92E4-0E811FD48BCE\",\n            \"Locator\": \"2DIA3Q\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:42:22.957\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19550,\n            \"UniqueId\": \"AIR-3C93E092-1A45-4F12-8AD8-9DCC3E3900D9\",\n            \"Locator\": \"HSZBTT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:42:35.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19552,\n            \"UniqueId\": \"AIR-4782A521-EA06-4260-B0E2-3A65ADFC713A\",\n            \"Locator\": \"IRYNAZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:43:56.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19553,\n            \"UniqueId\": \"AIR-B483072B-6BA8-4669-81CA-E10FE860371E\",\n            \"Locator\": \"IRFAZS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:52:42.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19551,\n            \"UniqueId\": \"AIR-B381217C-B0DA-4BBF-9775-069D89A3599E\",\n            \"Locator\": \"2DEQYY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:58:13.377\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19554,\n            \"UniqueId\": \"AIR-48858E93-7D37-4A1E-8EBC-180C3D1E9870\",\n            \"Locator\": \"2EN5MT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T12:59:12.117\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19555,\n            \"UniqueId\": \"AIR-8C10E72C-EA97-45E3-8DE9-C7C8E627D21C\",\n            \"Locator\": \"2ENV4V\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T13:08:27.017\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19556,\n            \"UniqueId\": \"AIR-1B7851A5-A343-40D9-B657-288589275F45\",\n            \"Locator\": \"ITCZQI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T13:08:38.437\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19557,\n            \"UniqueId\": \"AIR-B08E11FF-2374-4EFA-8C84-7B14EAABE313\",\n            \"Locator\": \"2FDFXU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T13:56:32.653\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19558,\n            \"UniqueId\": \"AIR-58255EA7-C15A-4B76-B90A-D85450628D7B\",\n            \"Locator\": \"CUQOJB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T14:15:38.903\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19559,\n            \"UniqueId\": \"AIR-D1CC9C63-93A4-4F0F-B00D-E41F6D37C80B\",\n            \"Locator\": \"2FTYZK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T14:22:52.047\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19560,\n            \"UniqueId\": \"AIR-394B2629-DE77-4AEF-A41F-265405A0A050\",\n            \"Locator\": \"CUASMK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T14:57:10.247\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19561,\n            \"UniqueId\": \"AIR-88FDE7DD-FC71-4BBE-8F5B-69A42B5612C2\",\n            \"Locator\": \"MARLIC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T15:20:15.673\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19562,\n            \"UniqueId\": \"AIR-0D331B6F-6563-4F24-AD99-4E18F114A708\",\n            \"Locator\": \"HYWARS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T15:36:27.327\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19563,\n            \"UniqueId\": \"AIR-CB2AA90E-DCA3-43D8-B8A8-0E7F16494E36\",\n            \"Locator\": \"HYCICY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T15:52:32.097\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19564,\n            \"UniqueId\": \"AIR-6ED8A571-B0F3-4EFA-B6F6-0A80379CF1D1\",\n            \"Locator\": \"HYHXZC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T15:58:09.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19565,\n            \"UniqueId\": \"AIR-D480D0A6-9292-459E-9EF8-C54A3E66DC1D\",\n            \"Locator\": \"IXPVZR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T16:22:35.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19566,\n            \"UniqueId\": \"AIR-99D56B9E-A286-4BA6-8815-53DFB7546548\",\n            \"Locator\": \"HZWJOQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T16:28:38.93\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19567,\n            \"UniqueId\": \"AIR-FE02A425-517F-41F3-B7D9-AE6EE1D26F65\",\n            \"Locator\": \"IYVZFJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T16:32:33.77\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19568,\n            \"UniqueId\": \"AIR-6984C80C-17B9-4CA0-A2B8-1679DD72A32E\",\n            \"Locator\": \"IYBMNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T16:43:44.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19569,\n            \"UniqueId\": \"AIR-A2632B51-5995-489F-A6ED-8A4C7A0E88DA\",\n            \"Locator\": \"2I7XTO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T17:04:40.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19570,\n            \"UniqueId\": \"AIR-7A7BE096-3073-44C2-92E4-F821832FFF0D\",\n            \"Locator\": \"HABJAS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T17:22:40.12\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19572,\n            \"UniqueId\": \"AIR-B38A2640-5DEC-4CB8-B24C-4EB279E6C68B\",\n            \"Locator\": \"2IYJVE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T17:59:46\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19573,\n            \"UniqueId\": \"AIR-2EACBED2-501B-4CBC-AB33-A2DD544863EA\",\n            \"Locator\": \"2JFH3R\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T18:21:56.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19574,\n            \"UniqueId\": \"AIR-CD48FAAB-F5DB-47B9-A413-ACF49B44F973\",\n            \"Locator\": \"MBRWEF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T18:31:19.137\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19575,\n            \"UniqueId\": \"AIR-C66291A7-9E66-498E-AAFA-4AAF9F9A8CF3\",\n            \"Locator\": \"IBVMVB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T19:21:21.623\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19576,\n            \"UniqueId\": \"AIR-CEDCD279-40F0-4456-B759-6CEB29F282BC\",\n            \"Locator\": \"PR_AIR-BE47574042\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T21:12:27.673\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19577,\n            \"UniqueId\": \"AIR-7626CC3F-72B5-4676-8D26-E0FD409A93EF\",\n            \"Locator\": \"PR_AIR-4A86879226\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T21:21:03.33\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19578,\n            \"UniqueId\": \"AIR-5F752276-E9AE-4CCF-B1CD-89DE4B586807\",\n            \"Locator\": \"HDFEED\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T21:26:10.573\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19579,\n            \"UniqueId\": \"AIR-25404006-53E8-4B23-91E2-4970AB3749E5\",\n            \"Locator\": \"2WINBW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T09:08:09.277\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19580,\n            \"UniqueId\": \"AIR-8CCE501E-2685-4EB4-A5F4-AC953A51BAA1\",\n            \"Locator\": \"2WP9RQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T09:16:20.36\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19581,\n            \"UniqueId\": \"AIR-2FD96CC0-FE68-4E84-A1C1-DB2F54DD8A99\",\n            \"Locator\": \"JSAHAM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T10:24:36.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19582,\n            \"UniqueId\": \"AIR-1866452E-49E1-4F9E-8DAB-EBB76EE82E49\",\n            \"Locator\": \"2YE6GY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T11:10:59.207\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19583,\n            \"UniqueId\": \"AIR-C15FA308-6C62-4044-B599-166575D1AB25\",\n            \"Locator\": \"CCBMNU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T11:34:14.667\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19584,\n            \"UniqueId\": \"AIR-D17A15A9-B87E-4FFC-A473-15F5397CD596\",\n            \"Locator\": \"CCEMRJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T11:37:02.057\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19586,\n            \"UniqueId\": \"AIR-E56930E1-8C07-4FFC-A379-96883E819606\",\n            \"Locator\": \"JWYOSP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T12:02:19.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19587,\n            \"UniqueId\": \"AIR-90402BC5-BEAF-457D-9F35-93D96FBFA956\",\n            \"Locator\": \"ERROR_AIR-13801256A5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T12:05:19.47\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19585,\n            \"UniqueId\": \"AIR-4D261314-D8C7-4C14-8E85-FFD5C1329575\",\n            \"Locator\": \"IXIXPU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T12:10:58.543\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19589,\n            \"UniqueId\": \"AIR-605ECCD1-3CCD-4899-8B74-41BC27369540\",\n            \"Locator\": \"2ZQWDM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T12:40:51.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19590,\n            \"UniqueId\": \"AIR-863499B6-65D0-4F8D-85AD-27221290D34E\",\n            \"Locator\": \"2ZUSCC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T12:56:45.523\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19591,\n            \"UniqueId\": \"AIR-6A93880C-4FC8-430B-9F9B-B1A37B139F98\",\n            \"Locator\": \"MHQXZD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T13:26:13.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19592,\n            \"UniqueId\": \"AIR-6E8E4E64-1B26-4CEC-949F-BE1AC2C6FF65\",\n            \"Locator\": \"32EPP2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T13:32:15.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19593,\n            \"UniqueId\": \"AIR-85A50550-483A-4300-B628-CCE98444D3D1\",\n            \"Locator\": \"IAVNBL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T14:31:37.157\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19594,\n            \"UniqueId\": \"AIR-AF5F8A4D-A1BF-4761-8DB8-ABECC916D6B6\",\n            \"Locator\": \"33DJS3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T14:39:19.87\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19595,\n            \"UniqueId\": \"AIR-692BA7FD-D63B-48B2-8780-60160AFCE462\",\n            \"Locator\": \"JZRORX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T15:01:47.73\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19597,\n            \"UniqueId\": \"AIR-D64643DF-16B5-4330-8CC4-9CC66C4CE352\",\n            \"Locator\": \"CERIGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T15:37:58.097\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19598,\n            \"UniqueId\": \"AIR-259467F3-4644-4716-8938-0645CAE842CF\",\n            \"Locator\": \"JZIWDU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T15:59:27.347\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19599,\n            \"UniqueId\": \"AIR-A9D9D479-020D-4F8B-BE87-BD0C1E614C9B\",\n            \"Locator\": \"JARDRL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T16:31:31.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19571,\n            \"UniqueId\": \"AIR-7C028804-620C-4E4C-88EA-B00A6C0DF8BC\",\n            \"Locator\": \"HBQDMG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T16:32:41.22\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19600,\n            \"UniqueId\": \"AIR-3A0C9A05-CC8A-477D-9078-C95C7098E55A\",\n            \"Locator\": \"JASLCF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T16:35:38.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19588,\n            \"UniqueId\": \"AIR-709057B1-5137-4E1A-BD1F-BF8C5AD1DD45\",\n            \"Locator\": \"JWBTCY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T17:03:02.387\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19601,\n            \"UniqueId\": \"AIR-85072FA8-E38B-45D2-B850-3189384C5EC8\",\n            \"Locator\": \"MHIRIH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T17:03:40.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19602,\n            \"UniqueId\": \"AIR-A4BF2BD4-C83B-4ED7-8C91-6A9025A55EF6\",\n            \"Locator\": \"35MW2X\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T17:17:22.463\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19603,\n            \"UniqueId\": \"AIR-96DD8D7F-90E3-41DB-93B9-B6F29BC2DCBB\",\n            \"Locator\": \"36PLFF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T18:22:22.773\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19604,\n            \"UniqueId\": \"AIR-2D4A16BC-0E7D-441D-9015-2D789C42A74E\",\n            \"Locator\": \"JBIBYW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T18:39:55.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19605,\n            \"UniqueId\": \"AIR-F1AEF1EF-BFE1-435F-B175-67E2660442F9\",\n            \"Locator\": \"IEZHQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T19:12:40.437\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19606,\n            \"UniqueId\": \"AIR-F79A5E41-C56C-4CE4-A71D-2C769B50866F\",\n            \"Locator\": \"JLKYRE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T08:42:14.433\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19607,\n            \"UniqueId\": \"AIR-D7B87908-77C7-4BF0-8694-D98272C3ACD3\",\n            \"Locator\": \"JMAOUB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T09:23:09.61\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19609,\n            \"UniqueId\": \"AIR-4C68DA8A-C93C-4AAB-B7F4-1BA591718185\",\n            \"Locator\": \"3KMJHB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T10:12:26.253\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19612,\n            \"UniqueId\": \"AIR-63806C3B-78EA-42C0-B67D-287BC061F491\",\n            \"Locator\": \"ERROR_AIR-91BB95BD94\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T10:41:30.533\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19613,\n            \"UniqueId\": \"AIR-A1EE0D03-6947-4977-81B6-D3EDB26111D7\",\n            \"Locator\": \"ERROR_AIR-7DB0AF27B3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T11:09:01.397\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19614,\n            \"UniqueId\": \"AIR-9E49296E-CC57-4409-91B6-299190FE988E\",\n            \"Locator\": \"JSRAMT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T11:33:10.533\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19615,\n            \"UniqueId\": \"AIR-FC4C8BE6-F7AD-4EC0-A56F-3AC48AB37D3B\",\n            \"Locator\": \"3LXZGH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T11:37:48.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19616,\n            \"UniqueId\": \"AIR-1E035834-A434-4301-AB5A-D246376EDD39\",\n            \"Locator\": \"JPTAER\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T12:06:45.313\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19617,\n            \"UniqueId\": \"AIR-912434FC-87F3-4F81-9CB0-B3BF660FDFF7\",\n            \"Locator\": \"JTDPBT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T13:11:41.743\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19608,\n            \"UniqueId\": \"AIR-589582D1-E9BC-4506-A5DD-C35F34291C06\",\n            \"Locator\": \"CIJJLE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T13:36:50.663\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19618,\n            \"UniqueId\": \"AIR-5E406730-DA17-4902-B29F-CF51881B938D\",\n            \"Locator\": \"KQAFIG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T13:40:11.51\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19610,\n            \"UniqueId\": \"AIR-5B0A5390-0426-4CB5-9550-876C28E78D91\",\n            \"Locator\": \"JNFEOE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T13:59:48.317\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19611,\n            \"UniqueId\": \"AIR-BCD38831-6E8B-4810-8926-CEF43FF3462E\",\n            \"Locator\": \"JNGHKK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T14:08:24.54\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19619,\n            \"UniqueId\": \"AIR-B8686215-3230-45AB-8766-6779F7DC83A6\",\n            \"Locator\": \"KRSHIF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T14:19:59.38\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19620,\n            \"UniqueId\": \"AIR-02ECFE89-491D-4ED2-9D3B-A59FA458E0B1\",\n            \"Locator\": \"JULUWG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T14:29:00.08\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19621,\n            \"UniqueId\": \"AIR-3A96C66B-F7B7-4E28-A14A-2C479F00E239\",\n            \"Locator\": \"3OHUSH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T14:31:21.54\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19622,\n            \"UniqueId\": \"AIR-72345757-83B7-4A6F-A9E7-2B2BEB6AD7F3\",\n            \"Locator\": \"KSVISS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T15:13:27.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19624,\n            \"UniqueId\": \"AIR-507457DE-7B92-4DA2-A009-E3CA413E65E2\",\n            \"Locator\": \"JWTRMU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T15:31:29.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19623,\n            \"UniqueId\": \"AIR-3190D91D-8155-47F4-88F4-27FC54AA4303\",\n            \"Locator\": \"JWQDKM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T15:39:11.533\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19626,\n            \"UniqueId\": \"AIR-55D41509-F1FA-4DD6-AD44-E810B84D9CFD\",\n            \"Locator\": \"JWCBEU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T16:01:16.17\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19625,\n            \"UniqueId\": \"AIR-63C78E44-D137-42B2-9026-A17E3EAD5EB3\",\n            \"Locator\": \"3PIT93\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T16:06:48.483\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19627,\n            \"UniqueId\": \"AIR-F51543CF-C64E-476A-A9BB-42EA96B29AD2\",\n            \"Locator\": \"CKFHRB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T16:25:51.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19628,\n            \"UniqueId\": \"AIR-CA5B43B2-3146-4B14-8872-CC18E63493EF\",\n            \"Locator\": \"3QLQV6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T16:51:39.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19629,\n            \"UniqueId\": \"AIR-7A3AE629-9A74-4358-88B5-F894D417BC21\",\n            \"Locator\": \"3QPRTQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:07:59.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19630,\n            \"UniqueId\": \"AIR-9B21EF80-DE88-4A88-8C83-3CEF3D118D14\",\n            \"Locator\": \"3QTRPK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:16:57.4\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19631,\n            \"UniqueId\": \"AIR-442FCA1F-ACFA-4517-97FF-066150C8B850\",\n            \"Locator\": \"3QVTRJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:20:07.06\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19632,\n            \"UniqueId\": \"AIR-5C2F1DF4-D091-4041-B910-8F13B53C58AC\",\n            \"Locator\": \"MMBPWQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:21:06.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19633,\n            \"UniqueId\": \"AIR-46CB52E7-952A-459A-B491-278BC36FD201\",\n            \"Locator\": \"3R23Y2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:29:21.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19634,\n            \"UniqueId\": \"AIR-104F7B27-D000-4A3F-9C76-6923BBF79F9A\",\n            \"Locator\": \"JXGIOX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:29:28.427\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19637,\n            \"UniqueId\": \"AIR-48BBF8C5-6018-4B07-84D0-A6EF3BA16FBE\",\n            \"Locator\": \"KUTEJC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:48:28.543\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19638,\n            \"UniqueId\": \"AIR-06BE707C-9950-4A9C-8343-74E6229CFE1E\",\n            \"Locator\": \"JYQZNP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:58:13.117\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19639,\n            \"UniqueId\": \"AIR-82195651-86A5-4F84-AFD7-B09102E3ECC1\",\n            \"Locator\": \"CKPMPM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:59:52.463\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19640,\n            \"UniqueId\": \"AIR-A4832DED-90F3-4F24-B526-F85359BC872A\",\n            \"Locator\": \"3S2JFV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T18:39:49.15\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19641,\n            \"UniqueId\": \"AIR-5BDC5EB1-FEAC-4675-80CA-FC0E80056896\",\n            \"Locator\": \"CLUMYR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T18:50:36.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19642,\n            \"UniqueId\": \"AIR-9F8D80AA-1188-43FC-BCD7-CEE2C8605969\",\n            \"Locator\": \"PR_AIR-84617268C7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-25T08:48:34.647\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19643,\n            \"UniqueId\": \"AIR-3054F79F-EFDD-46A9-BA44-9257B120645B\",\n            \"Locator\": \"PR_AIR-20FD70866C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-25T12:02:18.287\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19644,\n            \"UniqueId\": \"AIR-CA600ED3-FBDD-485F-87FD-7F41F4CD9727\",\n            \"Locator\": \"QQGDYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-25T12:09:15.02\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19646,\n            \"UniqueId\": \"AIR-B0E7C7CF-3454-4ABA-BD37-43CBA6BA854B\",\n            \"Locator\": \"JIPVEZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-25T19:04:02.717\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19647,\n            \"UniqueId\": \"AIR-6EF7D98A-7658-4821-87C4-B17D23FC5675\",\n            \"Locator\": \"JJQGAB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-25T19:15:45.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19636,\n            \"UniqueId\": \"AIR-2A58CB7C-03F7-429E-9365-409324CAE733\",\n            \"Locator\": \"KTNOAY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T08:52:13.967\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19635,\n            \"UniqueId\": \"AIR-ADE60824-F3C2-4BB3-8BCB-7949FD6FA8B7\",\n            \"Locator\": \"JXGNBJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T08:52:46.123\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19648,\n            \"UniqueId\": \"AIR-66E5D210-864A-4818-8250-05CF33273FA2\",\n            \"Locator\": \"KMBHXR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T08:59:34.383\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19650,\n            \"UniqueId\": \"AIR-53998683-8A2D-4207-83A0-4AB6118A80CA\",\n            \"Locator\": \"KNDPEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T09:17:41.613\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19649,\n            \"UniqueId\": \"AIR-C815D8E2-6DA4-4CD9-831A-F687E29E7980\",\n            \"Locator\": \"KMJIVW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T09:19:21.07\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19651,\n            \"UniqueId\": \"AIR-7225DE43-D847-432B-899D-8C55A4F0953B\",\n            \"Locator\": \"LJFWHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T09:43:25.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19652,\n            \"UniqueId\": \"AIR-1622A460-554E-47D4-98BB-286CD0FB6E41\",\n            \"Locator\": \"ERROR_AIR-2B8CD4E71E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T11:29:44.077\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19654,\n            \"UniqueId\": \"AIR-67E8C9FF-E7EE-4E73-9771-920D1F81B2DD\",\n            \"Locator\": \"2EFCDD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T11:50:19.303\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19655,\n            \"UniqueId\": \"AIR-5046DB17-3630-4C98-A65D-C6CF06CF82E6\",\n            \"Locator\": \"ERROR_AIR-D18E950134\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T11:54:39.377\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19656,\n            \"UniqueId\": \"AIR-912E45F6-E486-46DA-900D-1845AC900D1D\",\n            \"Locator\": \"DECQPK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T11:54:48.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19653,\n            \"UniqueId\": \"AIR-A077E8EC-D9A2-4F55-A1B5-2FD11D6C8FB8\",\n            \"Locator\": \"LPWOPE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T12:22:18.26\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19657,\n            \"UniqueId\": \"AIR-C1F9357E-6E3C-4159-94BA-B1C99FC64758\",\n            \"Locator\": \"2FAKM5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T12:50:38.933\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19658,\n            \"UniqueId\": \"AIR-E0D71D01-0D29-4BFD-B007-73CA5DB189ED\",\n            \"Locator\": \"2GLLXK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T14:30:19.777\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19659,\n            \"UniqueId\": \"AIR-B3B02743-76B4-4398-81EC-07C91A9A863D\",\n            \"Locator\": \"LWOLRN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T14:30:31.97\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19660,\n            \"UniqueId\": \"AIR-650A60A2-B137-4B86-B29A-213BC2D6287D\",\n            \"Locator\": \"LXSRVS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T14:52:19.547\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19661,\n            \"UniqueId\": \"AIR-82C705C5-A8B6-4BAC-9490-CAD7002A44D1\",\n            \"Locator\": \"QEYHOF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:14:02.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19662,\n            \"UniqueId\": \"AIR-5C3124D0-8BEC-4B9C-8B30-FD8F3CA0E989\",\n            \"Locator\": \"QEAVFR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:34:32.33\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19663,\n            \"UniqueId\": \"AIR-25D00360-43B1-4178-93D6-6067040C0B89\",\n            \"Locator\": \"LYXLUF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:35:19.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19664,\n            \"UniqueId\": \"AIR-E04F1A64-A4C3-46B1-8603-F4C441BB25D0\",\n            \"Locator\": \"2HL2K5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:35:33.033\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19666,\n            \"UniqueId\": \"AIR-4745ED6B-9737-4C50-AC07-CFC7B81579B8\",\n            \"Locator\": \"2HLCYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:38:49.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19667,\n            \"UniqueId\": \"AIR-43F227F5-7E3C-4E87-9B5A-0A6FB3458A96\",\n            \"Locator\": \"DFIXLH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:46:52.977\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19668,\n            \"UniqueId\": \"AIR-E96F101D-A653-4594-A0E2-9C6C2EF957BE\",\n            \"Locator\": \"2HQBRK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:47:05.553\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19669,\n            \"UniqueId\": \"AIR-4BD27BC4-52FD-4725-9E26-FFFAB68A6C4D\",\n            \"Locator\": \"LYHYYN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:57:35.663\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19670,\n            \"UniqueId\": \"AIR-04DB7C31-4903-4603-A62F-C27DD8DC40C8\",\n            \"Locator\": \"2HW6F4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:58:28.14\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19671,\n            \"UniqueId\": \"AIR-1280B4AD-CA57-43AF-A343-5BBFE7B92ABB\",\n            \"Locator\": \"LYIBVR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:59:50.71\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19672,\n            \"UniqueId\": \"AIR-933ED4CF-5453-42EA-A382-591840446A1B\",\n            \"Locator\": \"2HWING\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T15:59:58.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19673,\n            \"UniqueId\": \"AIR-189CCEAC-C16D-4F85-AC8D-1C58F2580F8E\",\n            \"Locator\": \"2HY5MW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T16:00:38.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19674,\n            \"UniqueId\": \"AIR-4BFC686E-8210-4D23-8DDC-C71C68CF791B\",\n            \"Locator\": \"MTCIQV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T16:01:49.313\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19675,\n            \"UniqueId\": \"AIR-3C0CD8C7-2B6C-4E38-9D5A-A6576C31E2A7\",\n            \"Locator\": \"2I2M2M\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T16:01:57.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19676,\n            \"UniqueId\": \"AIR-2694012B-F7E2-4340-9FF9-7B7F642D5E82\",\n            \"Locator\": \"MTFINP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T16:08:29.053\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19665,\n            \"UniqueId\": \"AIR-57E24BA8-C087-4275-ABC5-FF8050146CE9\",\n            \"Locator\": \"MTTPIT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T16:21:45.967\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19677,\n            \"UniqueId\": \"AIR-5251100C-ED95-416C-A4E8-62D830A16389\",\n            \"Locator\": \"QEGQKK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T16:26:10.913\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19678,\n            \"UniqueId\": \"AIR-268A607E-EF08-49AA-8633-A28B9AFE3528\",\n            \"Locator\": \"MTPOMY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T16:32:43.647\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19679,\n            \"UniqueId\": \"AIR-0CA6F63F-1F8D-4028-8BF2-87480254530E\",\n            \"Locator\": \"LZWDWG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T16:34:31.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19680,\n            \"UniqueId\": \"AIR-BD64A43A-8DD1-4F7B-BF47-5E7EE5A48172\",\n            \"Locator\": \"DGRSEN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T16:52:16.307\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19682,\n            \"UniqueId\": \"AIR-D6BCD83B-C0BA-4EBA-BC44-2F194BCDD598\",\n            \"Locator\": \"LZEMUG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T17:02:14.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19683,\n            \"UniqueId\": \"AIR-087243C4-F353-42A2-AA02-8C960DEE740C\",\n            \"Locator\": \"DGSDBQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T17:04:52.85\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19685,\n            \"UniqueId\": \"AIR-7BAD1E8C-6700-412A-A737-EAE690A5B460\",\n            \"Locator\": \"QEJUCK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T17:11:21.473\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19687,\n            \"UniqueId\": \"AIR-A8F57238-78A4-44EA-BE7F-DE56927DAD03\",\n            \"Locator\": \"LAAEQO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T17:57:56.657\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19688,\n            \"UniqueId\": \"AIR-E180903A-D750-4C64-B817-4517E35BD497\",\n            \"Locator\": \"MVAMHD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T18:23:08.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19689,\n            \"UniqueId\": \"AIR-D41D39D4-4FFB-4824-85B4-A76B3F5D8EE4\",\n            \"Locator\": \"MWYYKR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T19:13:53.567\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19690,\n            \"UniqueId\": \"AIR-4C5C4885-B407-4D7E-8D01-1E9E76FD1E9D\",\n            \"Locator\": \"2L2MBW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-27T19:30:26.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19691,\n            \"UniqueId\": \"AIR-4CD835BB-6CFA-4501-A9EC-C6408D9487ED\",\n            \"Locator\": \"2VZMM8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T07:51:54.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19692,\n            \"UniqueId\": \"AIR-51D0ACE5-D949-4A10-8C3E-9AFDE32378C4\",\n            \"Locator\": \"2W34ZC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T07:55:39.917\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19693,\n            \"UniqueId\": \"AIR-BCE7BCAF-C287-4954-AFB9-8514AA596FAD\",\n            \"Locator\": \"MIKVTD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T08:08:19.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19694,\n            \"UniqueId\": \"AIR-014D775E-DB89-4423-888B-513B502BEC2F\",\n            \"Locator\": \"LOJYRX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T08:11:12.793\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19696,\n            \"UniqueId\": \"AIR-8D1FAB5F-8CCC-4077-BA1A-8C1437E4613C\",\n            \"Locator\": \"MJTUJB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T08:23:55.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19695,\n            \"UniqueId\": \"AIR-73FD8ABB-84C3-4790-84A5-E855FE8C5873\",\n            \"Locator\": \"DLIGIA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T08:24:58.997\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19697,\n            \"UniqueId\": \"AIR-899C8916-B59B-4034-953C-FB8259AEC316\",\n            \"Locator\": \"2WKPWD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T08:29:42.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19698,\n            \"UniqueId\": \"AIR-5CDC56D8-8E63-4C84-B0EA-8F41D81F47C2\",\n            \"Locator\": \"LPEUZX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T08:43:55.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19699,\n            \"UniqueId\": \"AIR-55C40822-24F5-4AFA-8952-1D185BCAE045\",\n            \"Locator\": \"2X6ZH5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T09:05:18.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19700,\n            \"UniqueId\": \"AIR-18743FB5-C901-4396-B940-99489F7B6D6E\",\n            \"Locator\": \"2X68DX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T09:07:57.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19701,\n            \"UniqueId\": \"AIR-DBA60177-E2D8-4147-B768-322F38658FFA\",\n            \"Locator\": \"2X7I9T\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T09:11:04.877\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19481,\n            \"UniqueId\": \"AIR-327E679F-F5E6-4D55-9F2E-C306F23982B2\",\n            \"Locator\": \"BXTEPL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T09:16:10.22\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19686,\n            \"UniqueId\": \"AIR-7430E015-C018-4A0D-8032-B0065FC6FF7B\",\n            \"Locator\": \"LZNQWT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T09:23:42.91\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19684,\n            \"UniqueId\": \"AIR-E987FFDB-2408-4A64-BB9B-AC203D24289B\",\n            \"Locator\": \"MUACBG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T09:24:21.173\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19681,\n            \"UniqueId\": \"AIR-7FD18788-30C6-4D5C-B0CD-7F1CDE08624D\",\n            \"Locator\": \"2IVJXG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T09:33:54.95\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19703,\n            \"UniqueId\": \"AIR-1AB9632D-1EC4-4A41-8C95-0154809E6005\",\n            \"Locator\": \"2XVUFA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T09:59:15.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19704,\n            \"UniqueId\": \"AIR-7E1C8E23-7B79-445E-8894-FFDDF4B1A1FE\",\n            \"Locator\": \"DMITPH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T10:06:59.483\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19705,\n            \"UniqueId\": \"AIR-B14CBEE9-DB68-4863-B883-2B7541197B08\",\n            \"Locator\": \"DMNTYS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T10:28:28.983\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19702,\n            \"UniqueId\": \"AIR-4EB98A82-435C-46CC-A71B-489053A07BCF\",\n            \"Locator\": \"2XN9X4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T11:00:58.177\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19706,\n            \"UniqueId\": \"AIR-4DF4BEEC-A3CE-41C8-8FAC-A877E00239C6\",\n            \"Locator\": \"MNMNAZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T11:45:03.18\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19707,\n            \"UniqueId\": \"AIR-07900766-6230-47D1-A018-9B40C30D2144\",\n            \"Locator\": \"MUUPVL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T11:55:25.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19708,\n            \"UniqueId\": \"AIR-3D1CB760-3A2E-4102-8729-BB8AA03114E2\",\n            \"Locator\": \"32CJTF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T12:47:55.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19709,\n            \"UniqueId\": \"AIR-FC8C420B-A629-489C-B969-650C242EFCB8\",\n            \"Locator\": \"MPCRJJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T12:48:02.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19710,\n            \"UniqueId\": \"AIR-8E4CEEC4-8384-4AED-96D5-85A572D3214E\",\n            \"Locator\": \"32MQ36\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T12:58:12.797\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19711,\n            \"UniqueId\": \"AIR-784CB820-3820-422C-B038-E284532A10BC\",\n            \"Locator\": \"MPOQVS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T13:16:06.93\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19712,\n            \"UniqueId\": \"AIR-76E8DE69-4E19-480B-8BED-DCB8AEEDABE7\",\n            \"Locator\": \"QQUPYM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T13:32:47.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19713,\n            \"UniqueId\": \"AIR-D3AC2CFF-3296-47EB-9F35-D60265BCAD03\",\n            \"Locator\": \"32ZND5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T13:33:44.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19714,\n            \"UniqueId\": \"AIR-6E41467A-0629-41E5-B8AD-5A3E73D23F3E\",\n            \"Locator\": \"QQDLLZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T13:47:13.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19715,\n            \"UniqueId\": \"AIR-849BDC70-854C-4AA5-A796-FD323DF159CF\",\n            \"Locator\": \"QQNTSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T14:03:17.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19716,\n            \"UniqueId\": \"AIR-7D77C7AE-12CA-45BE-9712-102A8A08563F\",\n            \"Locator\": \"DOJZNN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T14:11:37.65\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19717,\n            \"UniqueId\": \"AIR-BA81D1C9-70E5-4C8B-9715-94FE37575C2D\",\n            \"Locator\": \"MXACER\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T14:15:34.803\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19720,\n            \"UniqueId\": \"AIR-C3D4FE5C-158B-401B-A422-282A11AB2BD5\",\n            \"Locator\": \"QRFKIJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T14:54:44.537\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19725,\n            \"UniqueId\": \"AIR-DB710C30-7F69-4185-8C8F-97B6AE4300B9\",\n            \"Locator\": \"34TR99\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T15:35:37.223\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19726,\n            \"UniqueId\": \"AIR-4F70B650-A44A-4654-B8F1-6B9DF26370F2\",\n            \"Locator\": \"MZWUNV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T15:38:14.09\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19718,\n            \"UniqueId\": \"AIR-022C1FF5-5102-4A07-9B12-24DBE57F204B\",\n            \"Locator\": \"QRWEMV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T15:49:20.707\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19719,\n            \"UniqueId\": \"AIR-FDA07A82-567D-471B-B1F4-2CE5EA7B0A28\",\n            \"Locator\": \"QRCOHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:24:31.383\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19728,\n            \"UniqueId\": \"AIR-27516578-E333-4CCA-856C-DD6261089B3E\",\n            \"Locator\": \"35TTC5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:44:37.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19721,\n            \"UniqueId\": \"AIR-01264389-219B-48DE-A858-80D869DCABB3\",\n            \"Locator\": \"QSWQAB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:51:24.947\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19722,\n            \"UniqueId\": \"AIR-C09BAA73-0602-4418-A6D8-4C982D587174\",\n            \"Locator\": \"QSBCWT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:57:47.317\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19724,\n            \"UniqueId\": \"AIR-0CF51791-FB7F-4C8C-AE79-DACDF2923B91\",\n            \"Locator\": \"DPXZVQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T17:02:19.343\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19727,\n            \"UniqueId\": \"AIR-81B85852-DF42-4EA3-AEE3-FCD7D8E1695A\",\n            \"Locator\": \"DPAMPW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T17:09:19.09\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19729,\n            \"UniqueId\": \"AIR-D41B0192-09AE-423A-B9F2-36BAD6A13686\",\n            \"Locator\": \"37QGN8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T18:45:35.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19730,\n            \"UniqueId\": \"AIR-ABDE3931-244C-46E7-AF4D-7C4B64F4C3E7\",\n            \"Locator\": \"38A6IE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T19:18:42.803\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19731,\n            \"UniqueId\": \"AIR-2BD9FBA1-2342-425E-9E31-F552D3E5E73F\",\n            \"Locator\": \"PR_AIR-858A21087B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T19:41:03.117\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19732,\n            \"UniqueId\": \"AIR-AEED705A-FF74-400D-87D0-295095BB17C9\",\n            \"Locator\": \"PR_AIR-3D28228C62\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T19:41:18.543\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19733,\n            \"UniqueId\": \"AIR-4CDDAEAA-199F-4D38-857B-CEB4D339CBA5\",\n            \"Locator\": \"RGPCDS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T10:54:34.663\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19734,\n            \"UniqueId\": \"AIR-E9789358-A3B3-4B14-91AA-980D4D1765D6\",\n            \"Locator\": \"3MEREY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T11:05:52.767\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19735,\n            \"UniqueId\": \"AIR-C7C3E90B-B9DC-4BF0-83A0-E8933561F336\",\n            \"Locator\": \"QOOALM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T11:05:59.753\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19736,\n            \"UniqueId\": \"AIR-3622F932-064B-4A6F-A626-190B9B55E07B\",\n            \"Locator\": \"3MQ4XC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T11:17:58.063\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19737,\n            \"UniqueId\": \"AIR-376EC7C5-68BE-45BA-ABAE-E05918B46FD7\",\n            \"Locator\": \"RHMBRS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T11:18:12.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19738,\n            \"UniqueId\": \"AIR-C41243F2-1B60-4237-8EEB-31866170571F\",\n            \"Locator\": \"3MVM84\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T11:29:18.95\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19739,\n            \"UniqueId\": \"AIR-2771412E-E258-44A9-BC00-2C9236AC0B7F\",\n            \"Locator\": \"RXWLGZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T11:29:27.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19740,\n            \"UniqueId\": \"AIR-759A85CE-7128-4342-9A3F-343F33CA278F\",\n            \"Locator\": \"3NVW6E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T12:38:10.867\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19741,\n            \"UniqueId\": \"AIR-FB337E9D-A4AB-4D59-AB66-33ACDB015432\",\n            \"Locator\": \"3OICHT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T13:15:47.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19742,\n            \"UniqueId\": \"AIR-325A144E-D8F3-4EEF-B95F-82B8CAD7F303\",\n            \"Locator\": \"ERROR_AIR-9179CA0691\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T13:46:01.903\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19743,\n            \"UniqueId\": \"AIR-662F97D7-E1EA-4409-8421-9440D5A08E4C\",\n            \"Locator\": \"RPXHIP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T14:43:11.497\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19744,\n            \"UniqueId\": \"AIR-B179ECBA-DBB2-427D-AEC5-F8B8988C27F4\",\n            \"Locator\": \"3QQMZK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T15:53:35.037\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19745,\n            \"UniqueId\": \"AIR-51363AAF-C328-4BAC-85B4-A3B912F4D5A5\",\n            \"Locator\": \"RADDUN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T16:09:45.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19746,\n            \"UniqueId\": \"AIR-7A794B48-47C5-4A6F-8397-B0ED14DF1C80\",\n            \"Locator\": \"SSIEKJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T16:10:50.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19747,\n            \"UniqueId\": \"AIR-59B3EC11-7690-4C1A-BE5F-2C284FF2517A\",\n            \"Locator\": \"RAOORK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T16:30:14.923\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19748,\n            \"UniqueId\": \"AIR-04A1F009-82A5-4B11-89E0-D8334C9AE559\",\n            \"Locator\": \"RBSGQB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T16:37:07.157\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19749,\n            \"UniqueId\": \"AIR-483E4BFB-6B10-43F5-8863-551F01BE685F\",\n            \"Locator\": \"3S3F35\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T17:24:08.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19750,\n            \"UniqueId\": \"AIR-47A22714-8E34-4FB0-B83D-9F07C3988DA7\",\n            \"Locator\": \"EICPVV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T17:31:36.237\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19751,\n            \"UniqueId\": \"AIR-8A897003-6ECC-455B-880A-12E0BF9E6ED7\",\n            \"Locator\": \"SNHBER\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T09:18:12.327\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19752,\n            \"UniqueId\": \"AIR-770929AD-E0AE-43AE-B847-E555F4945A33\",\n            \"Locator\": \"SNKBRF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T09:21:10.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19753,\n            \"UniqueId\": \"AIR-E7776176-BE7F-49DC-9089-5CCE69ADB1A3\",\n            \"Locator\": \"SWVUQW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T09:24:04.577\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19754,\n            \"UniqueId\": \"AIR-B71CFCFE-738E-47D2-8CB1-E22E0BCD984E\",\n            \"Locator\": \"SOASCD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T09:41:23.23\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19755,\n            \"UniqueId\": \"AIR-15E73155-ED49-4569-A119-A7BECD915733\",\n            \"Locator\": \"SPHUMO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T10:30:19.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19756,\n            \"UniqueId\": \"AIR-95A07863-AB76-40DB-B93B-A90A7CA5419E\",\n            \"Locator\": \"SPOXTZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T10:47:30.12\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19645,\n            \"UniqueId\": \"AIR-BC07BD9B-DB4E-49AE-8C6F-A6D93CD2A131\",\n            \"Locator\": \"KCTKSZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T11:17:03.463\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19757,\n            \"UniqueId\": \"AIR-8F195C4C-CFA6-4E3B-ABDF-E0DB2CDD86B4\",\n            \"Locator\": \"4AWWS5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T12:14:40.15\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19758,\n            \"UniqueId\": \"AIR-FECD88F4-E0A3-4324-A468-E0B6CE5B8259\",\n            \"Locator\": \"TWOHUM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T14:57:54.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19759,\n            \"UniqueId\": \"AIR-F2099178-5E84-48D3-A57B-61FB7DE288CC\",\n            \"Locator\": \"SFGTYP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T15:12:43.963\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19760,\n            \"UniqueId\": \"AIR-1C02EA4E-E6D1-4925-B361-E11260B2F87F\",\n            \"Locator\": \"ERROR_AIR-54673EC5DE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T15:14:56.017\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19761,\n            \"UniqueId\": \"AIR-4012DD59-68E6-4990-97C2-10A51D1C536E\",\n            \"Locator\": \"ERROR_AIR-D8DE08F4D7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T15:18:16.263\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19763,\n            \"UniqueId\": \"AIR-8E33B1EC-FD9E-44D3-A206-9A5D1586313D\",\n            \"Locator\": \"ERROR_AIR-AF4DFB090C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T15:25:41.383\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19764,\n            \"UniqueId\": \"AIR-A928D08D-8C74-4B50-9E3B-CF26E7FBF53F\",\n            \"Locator\": \"SHUKDQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T16:26:51.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19762,\n            \"UniqueId\": \"AIR-024024A7-CA20-44D8-8D0B-85F63BB8D540\",\n            \"Locator\": \"SFLECH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T16:31:33.42\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19765,\n            \"UniqueId\": \"AIR-481A2FA2-14D8-4466-A5CC-24B92EE3CCDC\",\n            \"Locator\": \"ERROR_AIR-15F2D8392A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T16:56:20.027\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19766,\n            \"UniqueId\": \"AIR-1DB5FC8D-F694-4BC7-921A-3CCFBE7C4F19\",\n            \"Locator\": \"TZWPIC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T16:57:21.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19767,\n            \"UniqueId\": \"AIR-4C90D92A-36D6-4CC1-AD0F-00FA849C759A\",\n            \"Locator\": \"ERROR_AIR-5B0CDC3CE7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T16:59:52.147\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19768,\n            \"UniqueId\": \"AIR-2B87E630-2C59-47D1-9676-029FD9CB38D2\",\n            \"Locator\": \"SITFIZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T17:25:32.5\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19769,\n            \"UniqueId\": \"AIR-4325520A-9D9F-4EED-9692-8A2A7F6F1E29\",\n            \"Locator\": \"SIUCPN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T17:27:36.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19770,\n            \"UniqueId\": \"AIR-8ED9378B-6806-40B5-8BDD-ABA5B6AEC38D\",\n            \"Locator\": \"4FJAHX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T17:34:23.18\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19771,\n            \"UniqueId\": \"AIR-355FE54B-83FB-45F9-BDEB-57DFD955749C\",\n            \"Locator\": \"RIHYAW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T17:42:52.93\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19772,\n            \"UniqueId\": \"AIR-C7F630D1-6ADC-42BA-A6DF-51565D5D3DC5\",\n            \"Locator\": \"SIIFJE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T17:56:19.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19773,\n            \"UniqueId\": \"AIR-81569E2F-3D0A-4D8B-B12F-9C0F0D667995\",\n            \"Locator\": \"SIKNNT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T18:01:51.797\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19774,\n            \"UniqueId\": \"AIR-66ABC193-4D10-4F60-8100-C7C67D13CA48\",\n            \"Locator\": \"SIPHXM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T18:13:05.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19775,\n            \"UniqueId\": \"AIR-2B5911A8-1537-4931-9F16-153D26E65C41\",\n            \"Locator\": \"SJWXZM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T18:28:57.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19776,\n            \"UniqueId\": \"AIR-A21F0C60-0D8B-482D-BD74-6722A4879E10\",\n            \"Locator\": \"TANTSI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T18:33:15.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19777,\n            \"UniqueId\": \"AIR-FD73A74E-05D8-4A22-B47A-24AF588C5684\",\n            \"Locator\": \"SJBGSV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T18:40:59.337\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19778,\n            \"UniqueId\": \"AIR-5EA214A0-4EAA-42AD-8445-B35F1EB3BAE2\",\n            \"Locator\": \"PR_AIR-8FC96887E4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T19:36:48.383\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19779,\n            \"UniqueId\": \"AIR-A1B075A2-1BE2-4E6D-A3D3-C24C2561D8EF\",\n            \"Locator\": \"PR_AIR-C87D50FA94\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T19:37:26.32\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19780,\n            \"UniqueId\": \"AIR-1BC51B61-5289-4150-B141-894D0F27CFC5\",\n            \"Locator\": \"TBPJJT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T19:38:44.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19781,\n            \"UniqueId\": \"AIR-40890A8C-7E5F-4364-9C43-C38C323201F6\",\n            \"Locator\": \"FATKOT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T08:34:07.7\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19782,\n            \"UniqueId\": \"AIR-57066EF0-B43B-489E-AB4D-712AA3902EC5\",\n            \"Locator\": \"FAUXBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T08:34:33.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19783,\n            \"UniqueId\": \"AIR-7C8BD652-1219-473F-81B4-B96C6A38D415\",\n            \"Locator\": \"USZCII\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T09:06:40.137\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19784,\n            \"UniqueId\": \"AIR-C0CA7490-BFDD-4EDB-A261-03AF51FEBFE2\",\n            \"Locator\": \"UTXYNZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T09:44:14.8\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19785,\n            \"UniqueId\": \"AIR-38143FD6-517D-4F7C-AFA0-5FDC417FB969\",\n            \"Locator\": \"TCFGZM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T09:45:46.683\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19787,\n            \"UniqueId\": \"AIR-AAAD8786-4F80-4732-91BE-9FACB9595662\",\n            \"Locator\": \"UUGVDH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T10:43:35.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19788,\n            \"UniqueId\": \"AIR-5D0EF766-19DF-4220-969A-5DA90B43191F\",\n            \"Locator\": \"UVTRWG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T11:10:10.99\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19789,\n            \"UniqueId\": \"AIR-D4097785-C996-4C73-8278-28A56D22FE63\",\n            \"Locator\": \"RODTJN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T11:10:22.177\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19790,\n            \"UniqueId\": \"AIR-7C5E3247-1113-4589-985A-A691E4B37E9D\",\n            \"Locator\": \"4VJ856\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T11:26:26.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19791,\n            \"UniqueId\": \"AIR-9A116A2E-4735-4FEC-847A-A3ECA3B5BA98\",\n            \"Locator\": \"FBGPTK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T11:34:18.993\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19792,\n            \"UniqueId\": \"AIR-DA198E68-59C3-4ECE-9025-A306F471D8BC\",\n            \"Locator\": \"4VUV7Y\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T11:39:13.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19793,\n            \"UniqueId\": \"AIR-856BE5A4-806D-4C03-9F4D-32F199C7C43F\",\n            \"Locator\": \"ROFFRR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T11:39:26.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19794,\n            \"UniqueId\": \"AIR-92621BCA-A426-4A3F-9F08-C1A2FE55D76D\",\n            \"Locator\": \"TFQGSQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T11:50:02.31\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19796,\n            \"UniqueId\": \"AIR-A7DB4520-5A88-4E9D-8779-29C0059A1526\",\n            \"Locator\": \"4XRXFZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T13:49:07.077\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19798,\n            \"UniqueId\": \"AIR-18016831-3158-4D13-B2D3-B3F38BA6E789\",\n            \"Locator\": \"UYTXFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T14:20:58.933\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19797,\n            \"UniqueId\": \"AIR-9CB2FCA8-713E-45D9-A335-95E3080317A2\",\n            \"Locator\": \"UXNIPE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T14:24:58.387\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19799,\n            \"UniqueId\": \"AIR-900C9D9D-4D21-4462-9DFC-0C176C0D3F6C\",\n            \"Locator\": \"FDTPVQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T15:19:09.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19800,\n            \"UniqueId\": \"AIR-F1D482BE-9B99-4801-99EE-4A211FE1DB5E\",\n            \"Locator\": \"TJKQAQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T15:46:38.71\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19801,\n            \"UniqueId\": \"AIR-B77DB99B-6EB0-4620-B28D-0F43BF6B35AC\",\n            \"Locator\": \"UAETCC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T15:55:28.24\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19802,\n            \"UniqueId\": \"AIR-20085080-E86D-4E48-AAB0-D47CB2124206\",\n            \"Locator\": \"UALUHJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T16:10:33.837\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19803,\n            \"UniqueId\": \"AIR-3D8A1B37-A4C3-46FF-83ED-3DEA1E42580F\",\n            \"Locator\": \"UAPMQS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T16:22:43.817\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19804,\n            \"UniqueId\": \"AIR-04C30020-D0B8-4181-84C4-4ACDC72F67D1\",\n            \"Locator\": \"UBQEKT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T16:24:54.773\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19805,\n            \"UniqueId\": \"AIR-5F315275-5676-408C-B891-E28D0B83F5B1\",\n            \"Locator\": \"RPPWMH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T16:25:09.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19806,\n            \"UniqueId\": \"AIR-E727CC77-EB25-42CE-98F5-2AA4DDCECF23\",\n            \"Locator\": \"TKEKWI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T16:29:21.833\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19807,\n            \"UniqueId\": \"AIR-126DBC3A-A224-4E7A-95E9-C934C1541E16\",\n            \"Locator\": \"TKMXXX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T16:47:25.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19808,\n            \"UniqueId\": \"AIR-B3AAAA05-6D44-4CD9-9F89-37435BD8A8A8\",\n            \"Locator\": \"UBHUDP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T17:04:12.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19809,\n            \"UniqueId\": \"AIR-98B40A81-B314-4FB6-8AB2-B4E6DFABFB2C\",\n            \"Locator\": \"SQSINB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T17:06:36.297\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19810,\n            \"UniqueId\": \"AIR-52316066-2420-4B04-8FA4-10FA9153E578\",\n            \"Locator\": \"TLDKHG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T17:28:59.83\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19811,\n            \"UniqueId\": \"AIR-A38938DF-2555-4CE6-8323-D75011B64ABF\",\n            \"Locator\": \"UCSHDQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T17:30:41.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19812,\n            \"UniqueId\": \"AIR-D70E2E7F-DF2D-4C53-AEC7-8F2D1AD9C6BB\",\n            \"Locator\": \"UCAQZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T17:46:22.447\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19813,\n            \"UniqueId\": \"AIR-65669E6B-96D8-491B-B1CF-AFF1C307C637\",\n            \"Locator\": \"UCHDIK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T17:59:56.403\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19814,\n            \"UniqueId\": \"AIR-379E7E8E-1DE9-4306-B920-0D89E6CFAF9B\",\n            \"Locator\": \"SQAPJA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T18:14:39.27\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19815,\n            \"UniqueId\": \"AIR-592E619B-A4A3-44E2-8011-7C0A1F331D61\",\n            \"Locator\": \"PR_AIR-8D9D27D5ED\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-02T10:20:35.373\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19816,\n            \"UniqueId\": \"AIR-037CD550-BEE8-4BD3-9CA2-BCF85F3CCD55\",\n            \"Locator\": \"PR_AIR-8237923551\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-02T10:21:31.887\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19817,\n            \"UniqueId\": \"AIR-8C0C6152-3E35-444F-8BFD-C49D3B63DCE1\",\n            \"Locator\": \"UOPDXV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-03T15:38:17.207\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19818,\n            \"UniqueId\": \"AIR-F6D5C6C8-CC18-4412-86AB-6D9B2F58D116\",\n            \"Locator\": \"WSATQJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T08:49:01.033\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19819,\n            \"UniqueId\": \"AIR-32E0F436-BDEC-415C-ACE9-5041F6AE2D5D\",\n            \"Locator\": \"WTTKRW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T09:28:55.273\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19820,\n            \"UniqueId\": \"AIR-D86812B4-E541-4D68-AE36-4B0CDA84672E\",\n            \"Locator\": \"GZHTZV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T10:26:16.373\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19821,\n            \"UniqueId\": \"AIR-4830D688-3049-43C4-9163-BEEDB1FE0842\",\n            \"Locator\": \"VFNXXY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T10:40:11.817\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19822,\n            \"UniqueId\": \"AIR-292EF265-E589-4FFF-B125-979186BA098F\",\n            \"Locator\": \"VGXGIS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T11:09:04.61\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19823,\n            \"UniqueId\": \"AIR-DE6AB1A2-0A4F-4DA2-94C5-FAFEB693BE4D\",\n            \"Locator\": \"VGYCWE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T11:13:47.903\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19824,\n            \"UniqueId\": \"AIR-E10411F9-3DE3-4E36-A6A5-C367FE0ABBA0\",\n            \"Locator\": \"3OQKHC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T11:26:45.89\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19825,\n            \"UniqueId\": \"AIR-E281B475-38CC-4854-BAAF-1EC7D2A3B116\",\n            \"Locator\": \"VHHDRW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T12:34:45.56\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19826,\n            \"UniqueId\": \"AIR-A5D0F6CF-1ABA-4E18-A881-394517D56C1D\",\n            \"Locator\": \"WWSJIH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T12:48:13.317\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19827,\n            \"UniqueId\": \"AIR-FA1C3391-454D-4D5B-858B-BDD01EC8D507\",\n            \"Locator\": \"3Q47KI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T13:07:26.687\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19828,\n            \"UniqueId\": \"AIR-CB193322-B455-4B34-BE11-DB13EAB83F59\",\n            \"Locator\": \"WXUFCJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T14:08:29.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19829,\n            \"UniqueId\": \"AIR-51052446-316E-4B00-8D27-2D79A0413F8C\",\n            \"Locator\": \"WXWXGH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T14:15:24.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19786,\n            \"UniqueId\": \"AIR-79922DDE-FDE3-4170-B90B-716C1529A141\",\n            \"Locator\": \"UTHZXV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T14:38:51.137\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19830,\n            \"UniqueId\": \"AIR-62B67119-B5FA-4514-A497-56E9A1206866\",\n            \"Locator\": \"WXDKYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T14:42:39.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19831,\n            \"UniqueId\": \"AIR-5B934A60-47B8-4CD6-9E17-FC2FA6FB1138\",\n            \"Locator\": \"VJPJLG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T15:15:56.997\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19832,\n            \"UniqueId\": \"AIR-809827A7-C0DF-48D8-A12E-DFEB61855A1A\",\n            \"Locator\": \"GBUZYU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T15:30:32.553\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19833,\n            \"UniqueId\": \"AIR-B96D64B2-EA63-4948-92A7-5D519C6E845B\",\n            \"Locator\": \"VKJTVY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T16:06:17.053\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19835,\n            \"UniqueId\": \"AIR-7AC347BF-ABAB-47C8-856E-639E7B6F0FC7\",\n            \"Locator\": \"VLTGKF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T16:12:48.463\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19834,\n            \"UniqueId\": \"AIR-41397EB0-4700-4155-B81C-F0FEE9590BD4\",\n            \"Locator\": \"WZZDQC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T16:16:40.527\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19836,\n            \"UniqueId\": \"AIR-C1586E38-F183-4E4A-99EB-9593633EDD67\",\n            \"Locator\": \"WZDQBH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T16:23:29.893\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19837,\n            \"UniqueId\": \"AIR-734295E7-2060-49AE-A060-891D1488AC02\",\n            \"Locator\": \"VLXJDA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T16:26:05.523\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19838,\n            \"UniqueId\": \"AIR-4F7FE9DF-EBA9-46B1-ADE8-C9E0114707AA\",\n            \"Locator\": \"VLYRUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T16:27:19.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19839,\n            \"UniqueId\": \"AIR-3927ECD5-9B6D-4E40-A2F4-34814D71BA48\",\n            \"Locator\": \"VLBKMS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T16:38:37.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19841,\n            \"UniqueId\": \"AIR-1333108E-7905-4B10-BA9B-715BCB2BA059\",\n            \"Locator\": \"3TCCHU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T16:55:23.257\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19842,\n            \"UniqueId\": \"AIR-B57EFC7F-AF47-41DC-877B-2206E77D5290\",\n            \"Locator\": \"WZODJJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T17:03:42.593\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19840,\n            \"UniqueId\": \"AIR-8E4FC670-B42A-4B60-837C-921D222AE7C7\",\n            \"Locator\": \"GBFMXU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T17:12:31.73\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19843,\n            \"UniqueId\": \"AIR-64E3D7FD-3F43-4608-B692-F6FCDF646973\",\n            \"Locator\": \"VLNUHL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T17:23:49.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19844,\n            \"UniqueId\": \"AIR-FDD9AE04-6394-4A9D-89EB-F93FEDAC5254\",\n            \"Locator\": \"WAZFOG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T17:38:23.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19845,\n            \"UniqueId\": \"AIR-5F876AA6-A3C4-4A55-A63D-FAD45D7F08BB\",\n            \"Locator\": \"WALIEC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T18:11:38.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19846,\n            \"UniqueId\": \"AIR-279BF9FC-1251-4821-83D9-ACF62F88D1F1\",\n            \"Locator\": \"WAOQZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T18:17:54.407\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19847,\n            \"UniqueId\": \"AIR-290D15AD-D51F-40CB-A46A-8389805C758F\",\n            \"Locator\": \"SLSWHN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T18:53:29.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19848,\n            \"UniqueId\": \"AIR-0ABE97EC-B453-4DE3-A694-03D33B737318\",\n            \"Locator\": \"PR_AIR-8B948A13D0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T23:14:50.663\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19849,\n            \"UniqueId\": \"AIR-9A6BA40E-2E3F-4793-A2B8-AD17C9E4AEA5\",\n            \"Locator\": \"PR_AIR-0B7F01A7D5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T23:15:53.427\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19850,\n            \"UniqueId\": \"AIR-B59913A1-6E6A-4504-B59A-1887281FB0DA\",\n            \"Locator\": \"WGTMXK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T23:55:00.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19795,\n            \"UniqueId\": \"AIR-E54C169C-ED10-4056-BB15-C9B162D0E4F3\",\n            \"Locator\": \"TFTWVD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T10:25:57.953\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19852,\n            \"UniqueId\": \"AIR-7EAF6C4C-73A3-4961-9C7F-B4C74B8807B4\",\n            \"Locator\": \"TQAPQL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T10:38:17.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19853,\n            \"UniqueId\": \"AIR-EA9F37EE-3330-4C9D-A388-82721FF04F14\",\n            \"Locator\": \"GJJPLA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T10:52:31.78\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19854,\n            \"UniqueId\": \"AIR-CE776C89-2D1C-4264-A0C1-BA0BAFC64B5B\",\n            \"Locator\": \"4BJA5E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T11:17:01.02\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19855,\n            \"UniqueId\": \"AIR-53F01860-4009-4037-A2D0-000D525D8702\",\n            \"Locator\": \"ERROR_AIR-9F7923F9EA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T11:24:41.997\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19856,\n            \"UniqueId\": \"AIR-6C882BFA-0BED-4656-A1E3-E577D1578495\",\n            \"Locator\": \"ERROR_AIR-637E6236E9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T11:27:37.893\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19857,\n            \"UniqueId\": \"AIR-9E0247C7-3071-4A52-9EAD-DF7E28E3D034\",\n            \"Locator\": \"4BNNUW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T11:28:21.43\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19858,\n            \"UniqueId\": \"AIR-DC829201-5545-4B07-8A5D-8DD0EEB088AB\",\n            \"Locator\": \"WMPRLF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T11:52:04.413\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19859,\n            \"UniqueId\": \"AIR-7C8D59BD-8862-415F-A912-F8CA9C98FBB8\",\n            \"Locator\": \"4C5WAJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T11:57:13.653\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19860,\n            \"UniqueId\": \"AIR-7509EC1A-D4B8-4D7C-8E4E-BB54DD4521B6\",\n            \"Locator\": \"4CDXS3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T12:14:13.66\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19861,\n            \"UniqueId\": \"AIR-07782339-08B1-49E5-A9BA-E3B60D8785BA\",\n            \"Locator\": \"XCGATZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T13:38:04.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19862,\n            \"UniqueId\": \"AIR-2D4FFBDC-25DA-4838-B540-487DCF40D3B7\",\n            \"Locator\": \"WPTGYX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T14:08:50.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19863,\n            \"UniqueId\": \"AIR-9C4E6423-6045-4FB5-A4B6-BAFDE871F7F8\",\n            \"Locator\": \"GMSASV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T14:16:34.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19864,\n            \"UniqueId\": \"AIR-0C5DB7CB-A5A6-4E2E-A2E2-25E75420A043\",\n            \"Locator\": \"4E9VE3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T14:19:56.417\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19865,\n            \"UniqueId\": \"AIR-0958E97B-B60F-4A77-9DAE-82F4D4FB453D\",\n            \"Locator\": \"4E7M83\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T14:21:33.847\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19866,\n            \"UniqueId\": \"AIR-9DE63DF6-C75D-4933-A6F8-157164E989EA\",\n            \"Locator\": \"WPFTXY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T14:44:53.18\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19867,\n            \"UniqueId\": \"AIR-0559F0E7-21FC-4078-9BAE-7AD6FB4B5B03\",\n            \"Locator\": \"GMWSIK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T14:47:16.293\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19868,\n            \"UniqueId\": \"AIR-134DF9EF-F0ED-4EFA-A1B9-759CD3C5F523\",\n            \"Locator\": \"4EPWGK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T14:51:20.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19869,\n            \"UniqueId\": \"AIR-96EFAF23-5C98-48F6-A864-25404D4F4E47\",\n            \"Locator\": \"4EPVBJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T14:53:10.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19870,\n            \"UniqueId\": \"AIR-87E18951-5C1E-446B-9C52-0758ADC394F7\",\n            \"Locator\": \"XEQNDY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T15:00:06.753\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19871,\n            \"UniqueId\": \"AIR-494FE118-D3B8-4137-802A-540CE5A5A537\",\n            \"Locator\": \"ERROR_AIR-E6D32ED813\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T15:04:12.26\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19872,\n            \"UniqueId\": \"AIR-5AE07EC6-F256-4C30-AA60-EE494B20525B\",\n            \"Locator\": \"4FDWC3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T15:45:45.943\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19873,\n            \"UniqueId\": \"AIR-E1B48389-E25A-42E6-BCA1-80FFE51FE6D3\",\n            \"Locator\": \"4FJX8I\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T15:50:11.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19874,\n            \"UniqueId\": \"AIR-A2482D4D-9788-4897-86CF-051C14A2600C\",\n            \"Locator\": \"4FQGFG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T16:05:38.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19875,\n            \"UniqueId\": \"AIR-F06BEDB8-5D46-4464-ADBD-EAEB1D3F02A7\",\n            \"Locator\": \"XRTTAB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T16:06:23.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19876,\n            \"UniqueId\": \"AIR-C209463B-54FA-4A81-91F1-FC8B38174CF3\",\n            \"Locator\": \"XFQAKK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T16:08:49.867\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19877,\n            \"UniqueId\": \"AIR-644A5353-6A71-4AB7-96AD-5907A52D5E87\",\n            \"Locator\": \"TSNXCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T16:09:05.91\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19878,\n            \"UniqueId\": \"AIR-40694306-A608-455F-A8B5-34BB6A32408F\",\n            \"Locator\": \"XFSPVS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T16:15:52.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19879,\n            \"UniqueId\": \"AIR-9916E34A-F531-46F3-AD4B-1CDD2B8CBA5E\",\n            \"Locator\": \"XRWCHR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T16:16:03.357\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19880,\n            \"UniqueId\": \"AIR-FDE6AEE9-7FB7-42DE-B662-5CC4BE9176A1\",\n            \"Locator\": \"4GBWDJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T16:44:20.64\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19881,\n            \"UniqueId\": \"AIR-440301CE-512A-4C3F-824F-CD276C5494CD\",\n            \"Locator\": \"XRFMIT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T16:44:26.73\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19882,\n            \"UniqueId\": \"AIR-C9F30313-76DE-401B-8E7D-E3250F48BEA0\",\n            \"Locator\": \"4GFIB2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T16:46:18.987\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19883,\n            \"UniqueId\": \"AIR-6E8A1CCE-D958-46EE-960D-AD8CF95400EA\",\n            \"Locator\": \"XGLPHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T17:49:04.557\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19884,\n            \"UniqueId\": \"AIR-CF50DF68-17CC-4EC1-9BDA-5CC0A7F84C68\",\n            \"Locator\": \"XTSGTD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T17:55:26.54\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19885,\n            \"UniqueId\": \"AIR-9A0F6338-F5E4-462D-974E-468B42D2E86D\",\n            \"Locator\": \"4HLCOO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:08:44.51\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19886,\n            \"UniqueId\": \"AIR-DFCCAF51-E716-44FA-8139-AEF45445F27C\",\n            \"Locator\": \"4HK3Z5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:12:15.237\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19887,\n            \"UniqueId\": \"AIR-3E8B2896-D3A8-4C60-A924-110472B599AB\",\n            \"Locator\": \"GNFBDC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:24:12.29\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19888,\n            \"UniqueId\": \"AIR-1C588A77-900A-47EC-8977-3C42C67035EE\",\n            \"Locator\": \"4HTHNW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:26:07.053\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19889,\n            \"UniqueId\": \"AIR-42D21CE5-01F6-489D-A1DD-612FC5DEAADF\",\n            \"Locator\": \"GNGFJL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:29:56.5\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19890,\n            \"UniqueId\": \"AIR-862592A2-ED7F-46DC-88B7-0AE6C9F6ECA5\",\n            \"Locator\": \"XHGPSP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:31:23.713\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19891,\n            \"UniqueId\": \"AIR-B9B18B58-A1D8-4060-B98B-CE8CB8DD2927\",\n            \"Locator\": \"XHHDZD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:32:35.123\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19892,\n            \"UniqueId\": \"AIR-32C330EA-77B7-47DB-8843-C2A2175ED005\",\n            \"Locator\": \"XTLPDX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:33:35.59\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19893,\n            \"UniqueId\": \"AIR-8B2CF40D-EAE0-428A-BD1E-EC8C226E4560\",\n            \"Locator\": \"GNHLJZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:37:06.187\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19894,\n            \"UniqueId\": \"AIR-2F6A3D9A-019F-4479-81BC-9212FC1318E5\",\n            \"Locator\": \"XLAONK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T22:40:09.7\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19895,\n            \"UniqueId\": \"AIR-D77FD74C-BF28-48A6-87EA-10E4EFD170D2\",\n            \"Locator\": \"TUFGFE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T22:41:00.36\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19851,\n            \"UniqueId\": \"AIR-C004632D-C788-4180-85F4-45D2C0038FA9\",\n            \"Locator\": \"WGFJIS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T01:01:52.467\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19366,\n            \"UniqueId\": \"AIR-2D63E80B-A857-4C72-A829-0C203C1F6334\",\n            \"Locator\": \"ZQKTJI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T08:57:34.587\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19596,\n            \"UniqueId\": \"AIR-69A43731-2713-434D-B6AB-9986760C3D60\",\n            \"Locator\": \"IBUOEP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T08:57:37.12\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19391,\n            \"UniqueId\": \"AIR-D8BF5A24-B666-455E-AECA-45386588535C\",\n            \"Locator\": \"BQVGEU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T08:57:42.827\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19365,\n            \"UniqueId\": \"AIR-D66BFDEF-FC98-4862-8739-93701C23EB9D\",\n            \"Locator\": \"ATDAGT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T08:57:42.997\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19431,\n            \"UniqueId\": \"AIR-70F913FC-46E8-4063-9177-FE5FF38E844F\",\n            \"Locator\": \"CWEYYB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T08:57:51.443\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19723,\n            \"UniqueId\": \"AIR-13214479-4BFB-49C8-B125-015E90736E21\",\n            \"Locator\": \"QSCFBZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T08:57:52.313\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19896,\n            \"UniqueId\": \"AIR-442D8311-204F-4827-AACF-84F37108B067\",\n            \"Locator\": \"XJUYET\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T09:42:59.247\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19897,\n            \"UniqueId\": \"AIR-F28BB5B0-2976-4501-A4CD-93D9C224119F\",\n            \"Locator\": \"YWKTWM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T09:53:22.56\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19898,\n            \"UniqueId\": \"AIR-1BEBA612-FDDB-43F2-A8DC-0DF070F9C13C\",\n            \"Locator\": \"YXITWP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T10:41:39.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19899,\n            \"UniqueId\": \"AIR-34D1B442-0750-490D-8A78-9BB970C3A71D\",\n            \"Locator\": \"TYQXJB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T10:50:15.01\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19900,\n            \"UniqueId\": \"AIR-108CFF8B-6A22-4576-9C04-CA80D7A58339\",\n            \"Locator\": \"4WILV4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T10:52:14.387\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19901,\n            \"UniqueId\": \"AIR-6E596F65-DC2A-4A34-AD56-73581186F164\",\n            \"Locator\": \"4WJU9Y\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T10:54:22.973\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19902,\n            \"UniqueId\": \"AIR-19C3A67B-D3BE-42A2-B41C-51C48C775498\",\n            \"Locator\": \"HTJNCR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T11:03:45.477\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19903,\n            \"UniqueId\": \"AIR-01920B71-6AC7-4533-B23F-5936420D70B4\",\n            \"Locator\": \"YYSREC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T11:04:12.677\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19904,\n            \"UniqueId\": \"AIR-676B32D1-A6D8-493A-9512-F0D07964CE09\",\n            \"Locator\": \"4WYHZI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T11:31:48.203\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19906,\n            \"UniqueId\": \"AIR-144FF16A-318C-4D62-AE7A-146CCD8451DD\",\n            \"Locator\": \"YYGXBB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T11:37:47\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19905,\n            \"UniqueId\": \"AIR-06E483B5-1CC8-4C3D-BA06-4A03D0D7BB02\",\n            \"Locator\": \"YYFDPV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T11:38:25.403\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19907,\n            \"UniqueId\": \"AIR-4C0E7D80-23C3-47A9-A967-872AE2B9D0A3\",\n            \"Locator\": \"4X2SE9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T11:38:32.49\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19908,\n            \"UniqueId\": \"AIR-4A7B8AA4-A0FD-4434-B3AA-4E0BAEE1F3BC\",\n            \"Locator\": \"XLGUCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T11:58:27.94\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19909,\n            \"UniqueId\": \"AIR-1EE89F68-D699-4085-BB70-F5681D988E0C\",\n            \"Locator\": \"4XEFNV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T12:02:15.307\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19910,\n            \"UniqueId\": \"AIR-760328CD-D671-40D0-AC8D-BF31676C5A91\",\n            \"Locator\": \"4XKZKQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T12:04:03.863\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19911,\n            \"UniqueId\": \"AIR-5912BCDA-5F54-41C5-8347-732A72EEED08\",\n            \"Locator\": \"4XGXES\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T12:04:37.25\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19912,\n            \"UniqueId\": \"AIR-B09341F1-9349-4A4F-A0D3-87617442B460\",\n            \"Locator\": \"4XP6MF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T12:14:44.36\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19914,\n            \"UniqueId\": \"AIR-1BECF7D0-BA49-4EF0-976D-ECB422505814\",\n            \"Locator\": \"XNGXEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T14:15:55.233\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19915,\n            \"UniqueId\": \"AIR-0C162CC3-4F49-4E4A-8836-7287F0FF5A76\",\n            \"Locator\": \"4ZBBG3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T14:16:23.96\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19916,\n            \"UniqueId\": \"AIR-2114E446-9403-4E7F-B7EB-1BDDAA0A53E1\",\n            \"Locator\": \"4ZD7S7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T14:18:02.03\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19917,\n            \"UniqueId\": \"AIR-2CA58B2F-952F-4FC1-B7CD-1FF2671F7D9C\",\n            \"Locator\": \"XNIEHW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T14:22:48.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19918,\n            \"UniqueId\": \"AIR-880ED1FB-EBCF-4F88-972D-FE62D232E567\",\n            \"Locator\": \"HUOXPE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T14:43:13.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19919,\n            \"UniqueId\": \"AIR-202CE88E-75AD-4D60-8C0E-422801743274\",\n            \"Locator\": \"224JCI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T15:05:43.127\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19921,\n            \"UniqueId\": \"AIR-8FAAA426-C9E7-4AF6-BAE7-20D6F106B209\",\n            \"Locator\": \"ERROR_AIR-3F0E6E095D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T15:33:25.867\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19923,\n            \"UniqueId\": \"AIR-3A26DD0D-B79E-43EE-963C-EF31BA4B2A4A\",\n            \"Locator\": \"XPMULY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T16:08:54.797\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19924,\n            \"UniqueId\": \"AIR-BE799794-D0FD-45BE-9B14-C21F750D7B49\",\n            \"Locator\": \"YDYYXA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T16:16:00.037\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19925,\n            \"UniqueId\": \"AIR-27006B10-A681-4BCF-A22E-ABAC35EBCE86\",\n            \"Locator\": \"23CDBV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T16:23:08.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19926,\n            \"UniqueId\": \"AIR-CEF6E148-F35C-43A9-BB60-0784AE039547\",\n            \"Locator\": \"23KNE8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T16:44:12.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19927,\n            \"UniqueId\": \"AIR-6B0B171A-39D9-4C97-BD86-96B43CB90A86\",\n            \"Locator\": \"YEBKTV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T17:20:21.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19928,\n            \"UniqueId\": \"AIR-BDF2C88A-2627-4704-B273-93450C8A9D38\",\n            \"Locator\": \"244XEK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T17:28:14.413\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19929,\n            \"UniqueId\": \"AIR-C8B10AD6-B1BC-458A-B7EC-EEB462DDE991\",\n            \"Locator\": \"YFQOYL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T17:56:12.737\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19920,\n            \"UniqueId\": \"AIR-D1C800D2-AB95-44EC-9600-D756D2B0BA59\",\n            \"Locator\": \"YCTRMG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T17:57:09.65\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19922,\n            \"UniqueId\": \"AIR-245A81E5-FA55-42DA-8020-6CA7E8DD8C5B\",\n            \"Locator\": \"YCJCJL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T18:03:38.28\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19930,\n            \"UniqueId\": \"AIR-EA29D49A-86D1-40AE-9AAC-5C61D6C095BD\",\n            \"Locator\": \"HWUELZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T18:04:26.783\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19931,\n            \"UniqueId\": \"AIR-C794179B-DC38-461D-AAF4-7AEDDE3D7303\",\n            \"Locator\": \"25AWA4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T18:42:33.267\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19932,\n            \"UniqueId\": \"AIR-CD83C708-B18B-452F-BCDD-FA013FC615F6\",\n            \"Locator\": \"YGQCHY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T18:49:02.767\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19933,\n            \"UniqueId\": \"AIR-4C86136A-594D-422E-B4BC-640912C866A4\",\n            \"Locator\": \"PR_AIR-EECC5D9B6C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T22:07:34.927\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19934,\n            \"UniqueId\": \"AIR-878FB765-B375-4E30-B3B6-AE3B25DAD767\",\n            \"Locator\": \"PR_AIR-DEA5905F8C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T22:08:44.25\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19935,\n            \"UniqueId\": \"AIR-B375C540-6DD8-4FFC-B786-64DC47F98739\",\n            \"Locator\": \"28DORM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T22:09:40.67\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19936,\n            \"UniqueId\": \"AIR-96DCC588-4AEF-40ED-80DD-80C88339E6F0\",\n            \"Locator\": \"YIJQSU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T22:12:57.99\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19937,\n            \"UniqueId\": \"AIR-AC484595-574A-44A7-BC38-4948F45D8D7F\",\n            \"Locator\": \"2HHBAR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T08:34:30.98\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19938,\n            \"UniqueId\": \"AIR-ACE57715-F1CC-4481-93F1-0E3E5F090CFF\",\n            \"Locator\": \"YFXGMT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T09:19:46.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19939,\n            \"UniqueId\": \"AIR-AED642AB-F9D9-4FC4-8651-C4C23C5DC80A\",\n            \"Locator\": \"ZTBLPW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T10:31:09.22\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19940,\n            \"UniqueId\": \"AIR-BA4FB195-49AF-48A9-B46C-CCE3217920A3\",\n            \"Locator\": \"ERROR_AIR-3D8789BB20\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T10:55:32.067\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19941,\n            \"UniqueId\": \"AIR-10CF9942-5F32-4812-8A09-BB5098BED0C2\",\n            \"Locator\": \"ERROR_AIR-3023036BA0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T10:56:38.137\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19942,\n            \"UniqueId\": \"AIR-8AA48C57-BF56-4318-A834-F418FD0A926F\",\n            \"Locator\": \"ERROR_AIR-0B652BCA9C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T10:59:16.267\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19943,\n            \"UniqueId\": \"AIR-4A60B238-B348-4295-9286-1ECAD154DDBA\",\n            \"Locator\": \"ERROR_AIR-984BBA59EA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T11:01:57.987\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19944,\n            \"UniqueId\": \"AIR-8C172B51-A5CC-4524-97ED-3B350968C826\",\n            \"Locator\": \"TDAXTW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T11:04:35.35\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19945,\n            \"UniqueId\": \"AIR-2FBD4663-9399-4634-82DF-2F7FA1F52F85\",\n            \"Locator\": \"ZTOMVH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T11:06:18.757\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19946,\n            \"UniqueId\": \"AIR-B474E7A9-DB92-4F0F-89FF-F4C906B27034\",\n            \"Locator\": \"ZTPXYL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T11:07:17.373\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19913,\n            \"UniqueId\": \"AIR-20ECCC52-9233-4397-97D8-564076970629\",\n            \"Locator\": \"XNZZCK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T11:15:39.147\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19947,\n            \"UniqueId\": \"AIR-D033453C-1B76-4FDD-9AC9-87611F2E70C2\",\n            \"Locator\": \"ZUEXAT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T11:48:16.57\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19949,\n            \"UniqueId\": \"AIR-058EB53A-E377-44D9-911A-94C43A941910\",\n            \"Locator\": \"ZVBVOS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T12:39:55.843\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19950,\n            \"UniqueId\": \"AIR-270D4EBC-2989-4FE2-96E3-D6D8E61935B2\",\n            \"Locator\": \"HBCYTC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T12:49:23.213\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19951,\n            \"UniqueId\": \"AIR-F169A271-7FBB-4C65-96B7-308804AF475C\",\n            \"Locator\": \"2M4UJD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T13:36:56.697\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19948,\n            \"UniqueId\": \"AIR-D6049241-4764-4F0B-A5C9-8A03645FFA6D\",\n            \"Locator\": \"YIQXAY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T13:51:19.543\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19952,\n            \"UniqueId\": \"AIR-1F91AE6C-4E4A-4AC8-8598-065E497BF3B7\",\n            \"Locator\": \"2MR8FO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:18:45.953\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19953,\n            \"UniqueId\": \"AIR-4BF0FB26-0F74-4CA2-9F7A-EE2EC5B1FB9C\",\n            \"Locator\": \"2MUPZ8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:32:24.093\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19954,\n            \"UniqueId\": \"AIR-D2E32C49-757F-4F0D-817A-5B76C2116DD1\",\n            \"Locator\": \"2NJZNJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T15:09:16.857\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19955,\n            \"UniqueId\": \"AIR-42E15537-5D1E-4D56-A142-4E6B466BE1B8\",\n            \"Locator\": \"ZXPVCN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T15:14:54.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19956,\n            \"UniqueId\": \"AIR-C240FDE6-E1CA-4102-9807-ED1C7D574278\",\n            \"Locator\": \"YLFHFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T15:51:42.663\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19957,\n            \"UniqueId\": \"AIR-1112002B-F1DB-412A-8BB8-BEF3FB2A4FC4\",\n            \"Locator\": \"2Q5RMD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T18:11:24.253\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19958,\n            \"UniqueId\": \"AIR-11DB8BF6-644D-4427-9D5E-2EEBD893B5DF\",\n            \"Locator\": \"2QISEO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T18:28:07.84\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19959,\n            \"UniqueId\": \"AIR-71446E20-C413-4CEE-8891-DD321C1CB122\",\n            \"Locator\": \"PR_AIR-E83F8A11DA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T22:03:15.21\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19960,\n            \"UniqueId\": \"AIR-41B3D312-0F6B-44F9-9B2C-BC07A333F946\",\n            \"Locator\": \"PR_AIR-B617F25F49\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T22:03:47.983\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19961,\n            \"UniqueId\": \"AIR-7110D104-7AA0-46BB-A71E-F34A76967C2F\",\n            \"Locator\": \"2TOR7Z\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T22:05:30.547\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19962,\n            \"UniqueId\": \"AIR-DC5281A6-D189-4D6B-A5BB-6CC345C4EFF8\",\n            \"Locator\": \"TFGRFY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T22:15:15.71\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19963,\n            \"UniqueId\": \"AIR-BAB16951-B975-4A44-B017-701A2DBC430E\",\n            \"Locator\": \"ZCGOZR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T22:26:45.493\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19964,\n            \"UniqueId\": \"AIR-9171A070-7148-4804-A51D-749EBD60845D\",\n            \"Locator\": \"YPOQSR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T22:28:45.257\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19965,\n            \"UniqueId\": \"AIR-E2D5899D-C45C-46B5-9387-978720E4717A\",\n            \"Locator\": \"ZQUEAP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T22:52:43.163\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19966,\n            \"UniqueId\": \"AIR-4A6E647A-248D-426D-9EFA-0E0A22100491\",\n            \"Locator\": \"ZCOIHB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T22:54:58.067\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19967,\n            \"UniqueId\": \"AIR-2DD7836D-4FC9-4A00-8940-D2D51F7E03C3\",\n            \"Locator\": \"TFLJHL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T23:35:12.803\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19968,\n            \"UniqueId\": \"AIR-35504904-757C-414C-B011-DCED00A4D5AE\",\n            \"Locator\": \"ZDJPAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T00:13:54.55\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19969,\n            \"UniqueId\": \"AIR-B6EFF79F-80B7-417F-8B70-1EA508B4E343\",\n            \"Locator\": \"35A45V\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T08:53:18.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19970,\n            \"UniqueId\": \"AIR-3FBBA1A2-40B0-4822-83C3-706886745135\",\n            \"Locator\": \"ZLNVYV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T08:57:42.42\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19971,\n            \"UniqueId\": \"AIR-DEA20F61-9C36-4CA2-A2C2-4BB9C404AEE3\",\n            \"Locator\": \"HHWKRY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T09:26:27.91\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19972,\n            \"UniqueId\": \"AIR-EACA5CDE-5ADA-4736-841F-A0A3E05D9F75\",\n            \"Locator\": \"35ZOM9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T09:49:04.597\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19974,\n            \"UniqueId\": \"AIR-307DE755-F946-4921-8A34-77FD2908B320\",\n            \"Locator\": \"TICRAX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T09:51:37.53\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19973,\n            \"UniqueId\": \"AIR-E8AA4DE6-021F-43FA-8660-57D9FF154364\",\n            \"Locator\": \"HHEUXG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T09:56:02.74\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19975,\n            \"UniqueId\": \"AIR-94B7AC1C-8B3D-4ADF-9AAA-9C2E42739069\",\n            \"Locator\": \"ZPYXOB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T10:51:53.527\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19976,\n            \"UniqueId\": \"AIR-809048FE-4B9D-4869-93C1-B9F708373B3F\",\n            \"Locator\": \"376LXT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T11:05:14.363\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19977,\n            \"UniqueId\": \"AIR-4414D7BE-18EC-4546-8BD2-1807186859A6\",\n            \"Locator\": \"376JQM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T11:06:14.963\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19978,\n            \"UniqueId\": \"AIR-BC2AD850-91D0-42B7-990E-4748FF5E9815\",\n            \"Locator\": \"ZDCWLZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T11:11:03.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19980,\n            \"UniqueId\": \"AIR-E597A8FF-8C06-4CAE-8CDD-E1C31D7E3755\",\n            \"Locator\": \"AQXKUK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T11:22:34.563\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19981,\n            \"UniqueId\": \"AIR-9984DB18-D909-493C-A91B-2D2C6455187E\",\n            \"Locator\": \"HIFIRL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T11:24:00.083\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19982,\n            \"UniqueId\": \"AIR-C96735F1-0DE2-45ED-B349-8A5B4352ECC3\",\n            \"Locator\": \"37KHSA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T11:35:50.947\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19983,\n            \"UniqueId\": \"AIR-5FE0128E-8D68-4ECE-912D-0F87267FE476\",\n            \"Locator\": \"37XGPY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T11:52:29.267\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19984,\n            \"UniqueId\": \"AIR-3A13869E-95E7-4F25-B2C0-22C0849ED9AD\",\n            \"Locator\": \"ZFCXTR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T12:28:55.447\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19985,\n            \"UniqueId\": \"AIR-38B39B18-34B2-473F-BE82-5158689FE3DE\",\n            \"Locator\": \"3AGDXO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T14:48:09.727\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19986,\n            \"UniqueId\": \"AIR-4A37C097-190C-4A5F-91A3-C48308C3BF70\",\n            \"Locator\": \"HKRWEL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T14:54:29.907\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19979,\n            \"UniqueId\": \"AIR-021A55D6-C230-4052-9C10-04BA59D2A577\",\n            \"Locator\": \"ZDEGZT\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T15:02:38.97\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19987,\n            \"UniqueId\": \"AIR-7BD3387E-264F-4D02-9877-7B5468677B91\",\n            \"Locator\": \"3B54KF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T15:34:40.507\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19989,\n            \"UniqueId\": \"AIR-DE22599F-A2ED-45D1-90D3-6B4689F11AF1\",\n            \"Locator\": \"3CM46Z\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T17:19:37.623\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19990,\n            \"UniqueId\": \"AIR-6620E87A-62EE-4594-8A7F-FCB5D943F264\",\n            \"Locator\": \"AYFYIL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-10T10:30:55.78\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19991,\n            \"UniqueId\": \"AIR-4984A493-B326-4468-A548-F49EAD5EA4A9\",\n            \"Locator\": \"AYFEGF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-10T10:34:11.873\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19992,\n            \"UniqueId\": \"AIR-198E4615-BC3C-4C45-B65A-E8389B2DCD76\",\n            \"Locator\": \"AYGVYZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-10T10:41:54.067\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19993,\n            \"UniqueId\": \"AIR-2B50E9CE-E705-4D5A-AAE5-323A2C384191\",\n            \"Locator\": \"AIOORY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-10T10:52:41.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19994,\n            \"UniqueId\": \"AIR-3F271F67-200C-40E9-9A14-B3D62D053960\",\n            \"Locator\": \"4JCP3B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-10T17:36:03.537\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19995,\n            \"UniqueId\": \"AIR-1C7CB311-8916-4BC9-A679-F6E4445BD48D\",\n            \"Locator\": \"4JCVQP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-10T17:40:33.523\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19996,\n            \"UniqueId\": \"AIR-D6B4DDB1-0458-42A1-B59D-CFB5EFB97EE7\",\n            \"Locator\": \"UTYHHV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-10T17:55:27.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19997,\n            \"UniqueId\": \"AIR-6FA65AB0-3A9C-46C0-99DC-56ACB406749B\",\n            \"Locator\": \"4JLHTY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-10T18:00:55.027\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19999,\n            \"UniqueId\": \"AIR-D46BD21C-4004-452D-A2F5-DB06347DB2BB\",\n            \"Locator\": \"BSHHQC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T09:05:48.28\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20002,\n            \"UniqueId\": \"AIR-7AEA771D-59DA-423A-A678-C5F332DAAC18\",\n            \"Locator\": \"BXWKKR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T10:01:33.39\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20003,\n            \"UniqueId\": \"AIR-94FF86EF-1175-4453-ACAA-4B24CCE2D4B9\",\n            \"Locator\": \"ICWYMI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T10:48:35.08\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20004,\n            \"UniqueId\": \"AIR-EB13A77B-49FD-422A-AE41-CAC9F182887E\",\n            \"Locator\": \"4YR2H9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T11:19:02.813\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20005,\n            \"UniqueId\": \"AIR-0BF6A59A-A967-4712-9E38-248135626A9B\",\n            \"Locator\": \"4YYERD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T11:25:43.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20006,\n            \"UniqueId\": \"AIR-82AC0CE2-291F-4AFF-8239-58FE65F52010\",\n            \"Locator\": \"4Z4Y3B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T11:36:03.083\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20001,\n            \"UniqueId\": \"AIR-4AF70108-B974-424F-B69D-5A1F6006542F\",\n            \"Locator\": \"4XNRCU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T12:09:03.503\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20000,\n            \"UniqueId\": \"AIR-3FE5055D-4C5B-44CC-A316-D9D05A8ADB37\",\n            \"Locator\": \"4XJCJJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T12:09:26.593\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19998,\n            \"UniqueId\": \"AIR-0EEF73B7-E3C7-45BD-BF72-3A1959F502E7\",\n            \"Locator\": \"4WSWQP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T12:09:43.47\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 19988,\n            \"UniqueId\": \"AIR-47F2559B-6D12-474C-9FE4-952B1657C80E\",\n            \"Locator\": \"ZJWUCG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T12:10:20.987\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20008,\n            \"UniqueId\": \"AIR-349197EF-FA3F-499A-928F-8A321C33C13C\",\n            \"Locator\": \"23LAQF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T14:17:20.147\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20009,\n            \"UniqueId\": \"AIR-0D5331B6-9864-4DA9-8298-3446AEFA6BE4\",\n            \"Locator\": \"BLSMMO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T14:44:32.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20010,\n            \"UniqueId\": \"AIR-961D3DDF-6E6A-4DAD-B628-210B16CB6D0A\",\n            \"Locator\": \"IEHWCK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T16:34:16.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20011,\n            \"UniqueId\": \"AIR-990A2844-AC49-435B-B823-2419B2E8793B\",\n            \"Locator\": \"BOTJEJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T16:40:15.367\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20012,\n            \"UniqueId\": \"AIR-BF5F4337-83A7-4684-AB6B-47C2F245B2C7\",\n            \"Locator\": \"25PEU5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T16:50:01.387\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20013,\n            \"UniqueId\": \"AIR-DA045E8D-172B-4E23-A263-78D5552226AD\",\n            \"Locator\": \"25NCA9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T16:50:50.827\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20014,\n            \"UniqueId\": \"AIR-E97C5920-C85B-4535-84CB-02B6DA41C460\",\n            \"Locator\": \"25RKRG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T16:51:15.707\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20015,\n            \"UniqueId\": \"AIR-13A6D55F-C687-471B-937D-0FC22A946203\",\n            \"Locator\": \"25OSLU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T16:52:06.16\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20016,\n            \"UniqueId\": \"AIR-690995B3-F2FE-4368-8BE0-32CBA413E477\",\n            \"Locator\": \"ERROR_AIR-22F57924C8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T16:52:13.507\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20017,\n            \"UniqueId\": \"AIR-5761CFBA-352A-412B-A86A-1BF1C3A05763\",\n            \"Locator\": \"BOIYTG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T17:53:12.317\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20018,\n            \"UniqueId\": \"AIR-85199620-C2EC-4596-B2ED-4B3A1E0BD96E\",\n            \"Locator\": \"IFBDUR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T20:00:32.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20019,\n            \"UniqueId\": \"AIR-6C5349FF-5F64-4AB3-8038-6F2FA4D2F060\",\n            \"Locator\": \"2ITE8D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T07:23:11.88\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20021,\n            \"UniqueId\": \"AIR-64A3902B-6D13-4762-B75E-F965C12220E4\",\n            \"Locator\": \"IJWGUQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T08:51:48.07\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20022,\n            \"UniqueId\": \"AIR-53A9132A-C0F7-41CD-BA79-E19143EC1A92\",\n            \"Locator\": \"ERROR_AIR-C14A2CD15A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T10:05:45.957\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20023,\n            \"UniqueId\": \"AIR-EB0DC8A4-58B4-4627-B511-C6944F605474\",\n            \"Locator\": \"CCJPEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T10:09:17.273\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20024,\n            \"UniqueId\": \"AIR-C1150D64-C5ED-4CEF-8720-C88F823D1E89\",\n            \"Locator\": \"CCPOFH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T10:19:06.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20025,\n            \"UniqueId\": \"AIR-B91220D1-BFCC-452E-B691-A87295ED920B\",\n            \"Locator\": \"CELCKZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T10:50:04.733\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20026,\n            \"UniqueId\": \"AIR-2C3FF6DB-B40F-45A6-BBEA-6E2F099910DD\",\n            \"Locator\": \"CNYYGE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T12:25:16.897\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20027,\n            \"UniqueId\": \"AIR-8D6CE5C9-46E7-4EC4-89EF-539DA56AF1F4\",\n            \"Locator\": \"DSMJKV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T13:37:53.887\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20028,\n            \"UniqueId\": \"AIR-A0C3C746-8F21-41DE-A8C7-5AECD98ABF42\",\n            \"Locator\": \"2OXS86\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:05:46.323\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20029,\n            \"UniqueId\": \"AIR-6B594BF3-05CA-40D1-9933-E0B425754470\",\n            \"Locator\": \"CPWEQW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:14:58.76\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20030,\n            \"UniqueId\": \"AIR-0470DB92-E1B4-4AEE-8F36-5E243FBEFBD2\",\n            \"Locator\": \"2P4LAD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:15:14.143\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20031,\n            \"UniqueId\": \"AIR-C7ACAC5B-58AE-4299-B88E-C88722F4841A\",\n            \"Locator\": \"2P5UW4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:18:18.33\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20032,\n            \"UniqueId\": \"AIR-957BC2A9-CF98-47BF-B400-0B10991F78C4\",\n            \"Locator\": \"2P4MAA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:21:37.383\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20033,\n            \"UniqueId\": \"AIR-8D4CB5F1-2639-4374-A3E4-9A5971E87EE6\",\n            \"Locator\": \"2PAM7J\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:28:23.21\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20034,\n            \"UniqueId\": \"AIR-08B95A85-BACE-47B2-B33A-4BB3DA910C35\",\n            \"Locator\": \"2P9HYL\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:29:27.337\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20035,\n            \"UniqueId\": \"AIR-7404EA65-FC27-4E48-8B1A-93A9A81C2C1D\",\n            \"Locator\": \"2PGWBB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:40:05.57\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20036,\n            \"UniqueId\": \"AIR-26BB7926-3288-419B-B079-399D924E07DA\",\n            \"Locator\": \"CPFEYU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:42:03.853\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20037,\n            \"UniqueId\": \"AIR-95B98207-AF43-4721-88F2-8B882A4B9FD8\",\n            \"Locator\": \"2PEF39\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:42:19.88\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20038,\n            \"UniqueId\": \"AIR-6139DBA8-9EE1-4F92-BD17-034E5C8103D9\",\n            \"Locator\": \"2PINWX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:46:33.62\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20039,\n            \"UniqueId\": \"AIR-7BDB2301-64DB-4AC9-AC89-E17EA81F19B4\",\n            \"Locator\": \"2PISQJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:46:42.203\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20040,\n            \"UniqueId\": \"AIR-6A4B9BFE-904B-4C1A-89D8-3FB6277DA1AB\",\n            \"Locator\": \"2PICLX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:47:59.393\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20041,\n            \"UniqueId\": \"AIR-8AAA3FA1-767B-4349-B923-FF9B04DD6A9A\",\n            \"Locator\": \"DVMXQU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:51:17.503\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20042,\n            \"UniqueId\": \"AIR-D24FF322-264A-4F9C-AF5C-C454CF39E6F1\",\n            \"Locator\": \"2PJEV6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:53:05.657\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20043,\n            \"UniqueId\": \"AIR-5AB9D4AF-214C-4B72-953E-402949542055\",\n            \"Locator\": \"2PPIBF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:56:05.617\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20044,\n            \"UniqueId\": \"AIR-598460A1-3969-45EA-9C66-1F8F4F040130\",\n            \"Locator\": \"2PQE29\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:56:59.82\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20045,\n            \"UniqueId\": \"AIR-FCC46A80-088E-4AB2-9367-6246E28472E0\",\n            \"Locator\": \"2PKTM6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:57:24.43\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20046,\n            \"UniqueId\": \"AIR-64878006-D4BB-40AE-99E7-656EFF19A218\",\n            \"Locator\": \"2PMEFP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T14:57:44.923\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20047,\n            \"UniqueId\": \"AIR-59E56A1A-088C-4F0F-9A0A-E1A4D8E4B764\",\n            \"Locator\": \"DWFMXF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T15:35:22.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20048,\n            \"UniqueId\": \"AIR-71ECD685-C23C-4758-8882-F49428296319\",\n            \"Locator\": \"DQJYTF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T15:40:54.947\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20049,\n            \"UniqueId\": \"AIR-D4E8D1BA-F41E-4598-8DC6-59C729CA248E\",\n            \"Locator\": \"JRDSDN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T18:19:35.717\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20050,\n            \"UniqueId\": \"AIR-8A9866F7-057A-48AB-9EBE-D8653DB9D8C2\",\n            \"Locator\": \"2SXIN2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T18:36:41.2\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20051,\n            \"UniqueId\": \"AIR-BBBDC17C-91DD-4065-9668-D0A1B9AD31BD\",\n            \"Locator\": \"JRENLV\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T18:43:07.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20052,\n            \"UniqueId\": \"AIR-09813EFA-C2B0-4907-98D8-D15298A87B90\",\n            \"Locator\": \"UKVMIH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T18:44:38.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20053,\n            \"UniqueId\": \"AIR-180CBA68-37B6-48C9-A7DE-524AC0B82DB2\",\n            \"Locator\": \"2SYHPZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T18:47:05.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20054,\n            \"UniqueId\": \"AIR-F47ED965-DA2E-4B78-805A-3CA72E850C2D\",\n            \"Locator\": \"DYDCIY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T18:50:45.003\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20055,\n            \"UniqueId\": \"AIR-032CE11C-FE27-4FDC-8B82-D8E5B477B3DB\",\n            \"Locator\": \"DSGKAR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T18:53:26.693\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20056,\n            \"UniqueId\": \"AIR-A5BB3206-BCD6-4E6D-ADE4-F53537F2F70A\",\n            \"Locator\": \"DZJAUR\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-12T21:48:43.573\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20057,\n            \"UniqueId\": \"AIR-8B063706-DBAF-40FA-936D-7376CDF6DDD2\",\n            \"Locator\": \"DJRYVP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T08:52:22.023\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20058,\n            \"UniqueId\": \"AIR-44AA9A47-DDE2-469D-8B95-E63321658B18\",\n            \"Locator\": \"DJUVHW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T08:56:15.947\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20059,\n            \"UniqueId\": \"AIR-E76DA0E6-ACA0-4BDF-9B77-BFCA2638F105\",\n            \"Locator\": \"DJYPBQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T09:02:49.443\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20060,\n            \"UniqueId\": \"AIR-832A7CBC-A0A9-468F-8039-741C7C51AA03\",\n            \"Locator\": \"UNXUDM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T09:05:00.057\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20061,\n            \"UniqueId\": \"AIR-700868BF-F738-44DF-94CD-B0C97C52B3DE\",\n            \"Locator\": \"DDKLFZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T09:11:52.747\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20062,\n            \"UniqueId\": \"AIR-B7C187C3-323A-427F-975F-1FE13D77F045\",\n            \"Locator\": \"38EC5O\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T09:51:17.133\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20063,\n            \"UniqueId\": \"AIR-AD62A232-A36E-4BDE-AB16-3001FB6C44D3\",\n            \"Locator\": \"DENZSA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T10:04:52.62\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20064,\n            \"UniqueId\": \"AIR-2D25DA3B-25D1-4B34-B49C-2B4C81EB6FD5\",\n            \"Locator\": \"DGDPQQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T11:33:05.643\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20065,\n            \"UniqueId\": \"AIR-0BADAD92-4B3E-4148-B367-981F2198A27D\",\n            \"Locator\": \"3AINQS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T12:09:37.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20007,\n            \"UniqueId\": \"AIR-E3E716C7-DF42-4B91-92E6-CFFD712192A2\",\n            \"Locator\": \"BAJYWE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T13:34:33.097\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20067,\n            \"UniqueId\": \"AIR-AABF1432-3E15-40A6-B4C5-FA4D2E46BC2B\",\n            \"Locator\": \"DJLJRK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T14:01:30.243\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20068,\n            \"UniqueId\": \"AIR-B1436F43-A7D8-4530-B5FC-52AAFF6F79AF\",\n            \"Locator\": \"UOIBZM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T14:03:34.483\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20069,\n            \"UniqueId\": \"AIR-359CCFC5-56DB-4C37-BCBD-7DD97FD114A6\",\n            \"Locator\": \"JXJFHF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T14:05:26.347\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20070,\n            \"UniqueId\": \"AIR-CD3D96F2-1DA6-4A9E-B126-4C3274D60BAF\",\n            \"Locator\": \"DKATTQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T14:08:35.33\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20071,\n            \"UniqueId\": \"AIR-4C6A64ED-B1F0-4724-8745-76AE53F29D07\",\n            \"Locator\": \"DMULAY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T15:39:17.9\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20072,\n            \"UniqueId\": \"AIR-82BCA774-28EA-4625-8AE2-922EC9DDA5DE\",\n            \"Locator\": \"DMGZRH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T15:57:55.947\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20073,\n            \"UniqueId\": \"AIR-AE4F2732-796E-44B6-A7AE-AC89585F981D\",\n            \"Locator\": \"DNRTWH\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T16:03:58.92\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20074,\n            \"UniqueId\": \"AIR-F729DF2D-DABA-43AC-A67D-E6EC577D9C81\",\n            \"Locator\": \"3E9PWA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T16:18:31.613\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20076,\n            \"UniqueId\": \"AIR-7C1340FA-A5BA-4CF9-BCE5-62A471D9FBD3\",\n            \"Locator\": \"EUZAAP\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T17:39:56.513\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20077,\n            \"UniqueId\": \"AIR-C2C5C7FE-1133-406E-8F2A-10098CF53177\",\n            \"Locator\": \"UPPNDW\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-13T18:04:43.497\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20078,\n            \"UniqueId\": \"AIR-33902124-055F-4643-AF73-992E6958A309\",\n            \"Locator\": \"ERROR_AIR-FB5C3D3F16\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T07:26:17.283\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20079,\n            \"UniqueId\": \"AIR-9EDDEA55-017E-43A3-8FC3-26A700042CA2\",\n            \"Locator\": \"EZMDTF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T08:39:46.433\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20080,\n            \"UniqueId\": \"AIR-C8F1B83F-8CA3-48C8-B82A-AFA60F7BFA25\",\n            \"Locator\": \"EFBIBY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T08:50:44.297\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20081,\n            \"UniqueId\": \"AIR-8BBD31B5-5A52-4929-9766-50C1821615BE\",\n            \"Locator\": \"3SRW8C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T09:09:10.807\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20082,\n            \"UniqueId\": \"AIR-D143578C-E73A-46FD-BAF5-4E6BA9983198\",\n            \"Locator\": \"ERROR_AIR-320760BE9E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T10:04:30.653\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20083,\n            \"UniqueId\": \"AIR-5F6E3435-EF5F-4FBB-8EC9-6BF7245EED7D\",\n            \"Locator\": \"EBIKSZ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T10:20:26.32\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20084,\n            \"UniqueId\": \"AIR-34D03C58-4836-42B8-9BFB-44C4FDE0D83A\",\n            \"Locator\": \"3U8WY2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T10:38:33.26\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20085,\n            \"UniqueId\": \"AIR-FB7C5DEB-89B5-48BA-9B0B-6529128DC764\",\n            \"Locator\": \"EDDUQN\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T11:14:05.02\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20086,\n            \"UniqueId\": \"AIR-E6D714B8-88B9-486C-9FF3-137D35113F08\",\n            \"Locator\": \"VTMRXY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T11:33:52.287\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20087,\n            \"UniqueId\": \"AIR-05B86206-B338-4A5A-A12E-73EB9A3EE622\",\n            \"Locator\": \"EJMNXI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T11:41:36.34\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20088,\n            \"UniqueId\": \"AIR-B70C5D2A-A286-429D-B462-39E5E572CEA1\",\n            \"Locator\": \"EEFIOU\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T11:47:31.007\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20089,\n            \"UniqueId\": \"AIR-65CF3C87-F6B6-4D69-A210-61862D58337C\",\n            \"Locator\": \"EKWXHI\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T12:12:26.783\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20090,\n            \"UniqueId\": \"AIR-E166602F-1B36-42E8-AE79-EDBE1C719333\",\n            \"Locator\": \"EGTWUJ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T13:02:45.033\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20091,\n            \"UniqueId\": \"AIR-B85022C0-6ECC-436F-83F2-FD8406B74A66\",\n            \"Locator\": \"EHFZGC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T14:18:37.643\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20092,\n            \"UniqueId\": \"AIR-D9789999-A4C3-420F-953E-13AFADF59601\",\n            \"Locator\": \"ENALXS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T15:37:56.873\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20093,\n            \"UniqueId\": \"AIR-B29C21CA-EDDA-444F-9AF6-B4CF3800205A\",\n            \"Locator\": \"3YW8O9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T15:56:32.383\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20095,\n            \"UniqueId\": \"AIR-DF8A3CDC-FDDD-44DE-A123-F2E7AB13CC8F\",\n            \"Locator\": \"3Z4MTS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T16:13:49.107\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20020,\n            \"UniqueId\": \"AIR-3C2CC9EB-1B07-409E-ABD1-6C4A171AA44E\",\n            \"Locator\": \"CSOGTQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T16:46:44.047\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20096,\n            \"UniqueId\": \"AIR-6ED31F9F-9C32-4C2B-87FB-17454DD0EADC\",\n            \"Locator\": \"FZQTDM\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T17:00:45.157\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20097,\n            \"UniqueId\": \"AIR-D7F98344-B8C8-4FF1-8AAC-321B60253CCB\",\n            \"Locator\": \"43YJE8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T19:27:49.547\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20098,\n            \"UniqueId\": \"AIR-30194219-A7A1-4C37-A793-EDC7E1E71FFD\",\n            \"Locator\": \"47C4C7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-14T23:12:26.317\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20099,\n            \"UniqueId\": \"AIR-D7335237-259C-47AA-B4CA-E70AA98C0046\",\n            \"Locator\": \"FLXBZB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T08:33:49.407\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20100,\n            \"UniqueId\": \"AIR-A04E360C-0833-4CC1-BB20-0C9299F2A4DA\",\n            \"Locator\": \"FLZDWX\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T08:37:01.567\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20101,\n            \"UniqueId\": \"AIR-17B1672D-7CB2-49D8-AFDD-61D8179DF523\",\n            \"Locator\": \"FLZNYC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T08:40:37.75\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20102,\n            \"UniqueId\": \"AIR-61E940BE-596D-4662-96F8-FF728D28EE45\",\n            \"Locator\": \"FLLECQ\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T09:04:33.56\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20103,\n            \"UniqueId\": \"AIR-0E37AB1B-EDFF-4F8E-BE7F-F2A19FDDB019\",\n            \"Locator\": \"FNXGMG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T10:28:24.567\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20066,\n            \"UniqueId\": \"AIR-737B0ACF-F110-4672-9300-C4FCD6D5AF7F\",\n            \"Locator\": \"DHJWLS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T11:18:35.87\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20075,\n            \"UniqueId\": \"AIR-AACE1984-694D-496C-A687-FF02035E485B\",\n            \"Locator\": \"EUVHKY\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T11:19:25.55\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20094,\n            \"UniqueId\": \"AIR-60384CE6-AD80-4218-9FF7-43E701D69432\",\n            \"Locator\": \"EPPEHS\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T11:20:03.22\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20104,\n            \"UniqueId\": \"AIR-531B6274-1FFF-4092-8B98-55B56994370D\",\n            \"Locator\": \"GSOJMG\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T11:39:50.853\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 20105,\n            \"UniqueId\": \"AIR-1ED00643-FF88-4DF8-BBA2-B537F4D09D29\",\n            \"Locator\": \"FOAFLK\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T11:55:42.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4668,\n            \"UniqueId\": \"TKT-DCF2008E-4488-4630-AE67-09060671D9F0\",\n            \"Locator\": \"RGNZFR\",\n            \"Ticket\": \"1272102034914\",\n            \"LastUpdate\": \"2022-01-10T10:59:57.023\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4669,\n            \"UniqueId\": \"TKT-E267150D-95FB-4181-A9FD-D5AC22377324\",\n            \"Locator\": \"RGNZFR\",\n            \"Ticket\": \"1272102034917\",\n            \"LastUpdate\": \"2022-01-10T10:59:58.58\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4670,\n            \"UniqueId\": \"TKT-F9BE8D67-8744-45FA-A8A5-AE27B991FE2A\",\n            \"Locator\": \"RGNZFR\",\n            \"Ticket\": \"1272102034915\",\n            \"LastUpdate\": \"2022-01-10T10:59:59.89\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4671,\n            \"UniqueId\": \"TKT-CE2D107B-2110-47C3-BC85-15EA3B639C1F\",\n            \"Locator\": \"RGNZFR\",\n            \"Ticket\": \"1272102034916\",\n            \"LastUpdate\": \"2022-01-10T11:00:01.557\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4672,\n            \"UniqueId\": \"TKT-65BDC518-04B4-4DA6-8115-49724EC670C5\",\n            \"Locator\": \"RIBSRX\",\n            \"Ticket\": \"1272102035298\",\n            \"LastUpdate\": \"2022-01-10T15:35:47.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4673,\n            \"UniqueId\": \"TKT-6EB7EC50-BF0D-44B4-88AF-BDACB006638C\",\n            \"Locator\": \"22GUBJ\",\n            \"Ticket\": \"0756529887099\",\n            \"LastUpdate\": \"2022-01-10T15:43:19.167\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4674,\n            \"UniqueId\": \"TKT-FF067BFA-012C-4E26-92F0-ECE8863A8547\",\n            \"Locator\": \"22GUBJ\",\n            \"Ticket\": \"0756529887102\",\n            \"LastUpdate\": \"2022-01-10T15:43:21.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4675,\n            \"UniqueId\": \"TKT-A19B0F47-E792-4BDC-82B0-192BA673EEE9\",\n            \"Locator\": \"22GUBJ\",\n            \"Ticket\": \"0756529887100\",\n            \"LastUpdate\": \"2022-01-10T15:43:22.823\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4676,\n            \"UniqueId\": \"TKT-E37234D2-BF3D-4ADC-B79D-87D9EA80CF3A\",\n            \"Locator\": \"22GUBJ\",\n            \"Ticket\": \"0756529887101\",\n            \"LastUpdate\": \"2022-01-10T15:43:24.943\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4677,\n            \"UniqueId\": \"TKT-6D6CB94E-FFD8-4ABE-B27A-EBB266E7FA92\",\n            \"Locator\": \"RIBKTX\",\n            \"Ticket\": \"1272102035527\",\n            \"LastUpdate\": \"2022-01-10T16:16:51.343\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4678,\n            \"UniqueId\": \"TKT-167D3369-69CB-43E5-B559-DA6357DDAB7C\",\n            \"Locator\": \"23BVXH\",\n            \"Ticket\": \"0756529887103\",\n            \"LastUpdate\": \"2022-01-10T16:37:45.103\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4679,\n            \"UniqueId\": \"TKT-ACC38333-5E28-4407-9786-8009EB767AD7\",\n            \"Locator\": \"2MLV5O\",\n            \"Ticket\": \"0756529887104\",\n            \"LastUpdate\": \"2022-01-11T15:10:37.233\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4680,\n            \"UniqueId\": \"TKT-1CC6A566-2816-45DD-A958-91C4934D02DB\",\n            \"Locator\": \"SCVEGV\",\n            \"Ticket\": \"9572155065192\",\n            \"LastUpdate\": \"2022-01-11T15:17:25.98\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4681,\n            \"UniqueId\": \"TKT-A62FCEDA-6DE0-491F-98D6-38633C61EEBA\",\n            \"Locator\": \"2MZCMV\",\n            \"Ticket\": \"0756529887105\",\n            \"LastUpdate\": \"2022-01-11T15:36:19.673\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4682,\n            \"UniqueId\": \"TKT-4A809F15-72B7-4AB2-9801-9F4A5351B8F7\",\n            \"Locator\": \"2PO7PK\",\n            \"Ticket\": \"0756529887106\",\n            \"LastUpdate\": \"2022-01-11T18:47:52.017\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4683,\n            \"UniqueId\": \"TKT-3DB0CD78-5983-42E5-A408-8754742519D1\",\n            \"Locator\": \"2PO7PK\",\n            \"Ticket\": \"0756529887107\",\n            \"LastUpdate\": \"2022-01-11T18:47:53.537\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4684,\n            \"UniqueId\": \"TKT-AD618E8C-3557-407F-B0B0-6CA7AC8FF78D\",\n            \"Locator\": \"TIXUDV\",\n            \"Ticket\": \"1272102038562\",\n            \"LastUpdate\": \"2022-01-12T12:23:09.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4685,\n            \"UniqueId\": \"TKT-E92FF97F-9E70-4B13-B4F4-FEE024696FC1\",\n            \"Locator\": \"TIXUDV\",\n            \"Ticket\": \"1272102038565\",\n            \"LastUpdate\": \"2022-01-12T12:23:11.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4686,\n            \"UniqueId\": \"TKT-455A69FE-354C-41B0-B05C-71881748D9A1\",\n            \"Locator\": \"TIXUDV\",\n            \"Ticket\": \"1272102038563\",\n            \"LastUpdate\": \"2022-01-12T12:23:12.553\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4687,\n            \"UniqueId\": \"TKT-1C3A5431-86E5-4915-9CC9-DAA42C1EC68E\",\n            \"Locator\": \"TIXUDV\",\n            \"Ticket\": \"1272102038564\",\n            \"LastUpdate\": \"2022-01-12T12:23:13.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4688,\n            \"UniqueId\": \"TKT-7B086FF5-0B86-4D51-B4F5-6A16C0CEF723\",\n            \"Locator\": \"SADGXN\",\n            \"Ticket\": \"1272102038739\",\n            \"LastUpdate\": \"2022-01-12T13:17:59.61\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4689,\n            \"UniqueId\": \"TKT-89DEF8E9-8801-487A-957A-BD6B7BB93C7A\",\n            \"Locator\": \"HEPAVB\",\n            \"Ticket\": \"1272102038742\",\n            \"LastUpdate\": \"2022-01-12T13:22:27.967\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4690,\n            \"UniqueId\": \"TKT-C978D7FC-091F-420F-AF1C-ACEA12990C71\",\n            \"Locator\": \"USVAIR\",\n            \"Ticket\": \"1272102039334\",\n            \"LastUpdate\": \"2022-01-12T19:11:15.493\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4691,\n            \"UniqueId\": \"TKT-DD7F79B2-95DB-4D90-93A8-DB65E97AE625\",\n            \"Locator\": \"USVAIR\",\n            \"Ticket\": \"1272102039337\",\n            \"LastUpdate\": \"2022-01-12T19:11:16.87\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4692,\n            \"UniqueId\": \"TKT-53651B17-D2C4-4C74-B903-86EF14458397\",\n            \"Locator\": \"USVAIR\",\n            \"Ticket\": \"1272102039335\",\n            \"LastUpdate\": \"2022-01-12T19:11:18.167\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4693,\n            \"UniqueId\": \"TKT-F288BDDC-6422-44C3-9C87-D21D4C6443AB\",\n            \"Locator\": \"USVAIR\",\n            \"Ticket\": \"1272102039336\",\n            \"LastUpdate\": \"2022-01-12T19:11:19.523\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4694,\n            \"UniqueId\": \"TKT-D1E772DA-B636-4917-AA53-CA81178BF23F\",\n            \"Locator\": \"SDLUKP\",\n            \"Ticket\": \"1272102039340\",\n            \"LastUpdate\": \"2022-01-12T19:15:21.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4695,\n            \"UniqueId\": \"TKT-71F70F06-31C2-4321-AA0E-7274715ABD90\",\n            \"Locator\": \"3CF3YQ\",\n            \"Ticket\": \"0756529887108\",\n            \"LastUpdate\": \"2022-01-12T19:19:47.483\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4696,\n            \"UniqueId\": \"TKT-4A88681E-3BD3-43D6-8DFF-C47E7F0E4063\",\n            \"Locator\": \"USYZMF\",\n            \"Ticket\": \"9572155076667\",\n            \"LastUpdate\": \"2022-01-12T19:23:36.717\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4697,\n            \"UniqueId\": \"TKT-2B365375-51AC-4504-BC70-20355861A0CB\",\n            \"Locator\": \"USYZMF\",\n            \"Ticket\": \"9572155076668\",\n            \"LastUpdate\": \"2022-01-12T19:23:38.047\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4698,\n            \"UniqueId\": \"TKT-12477550-EA5C-434E-953F-EC33F7BAA818\",\n            \"Locator\": \"3CLZGQ\",\n            \"Ticket\": \"0756529887109\",\n            \"LastUpdate\": \"2022-01-12T19:26:37.363\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4699,\n            \"UniqueId\": \"TKT-71F1926B-0047-47BF-A182-6D6B781B36F4\",\n            \"Locator\": \"3CLZGQ\",\n            \"Ticket\": \"0756529887110\",\n            \"LastUpdate\": \"2022-01-12T19:26:39.017\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4700,\n            \"UniqueId\": \"TKT-2A112EB1-289B-4874-88D4-2C05B394A488\",\n            \"Locator\": \"SKEMZZ\",\n            \"Ticket\": \"1272102039987\",\n            \"LastUpdate\": \"2022-01-13T11:05:55.023\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4701,\n            \"UniqueId\": \"TKT-90C38446-34AA-483E-84F5-E1972ECDBAAF\",\n            \"Locator\": \"ZWWLZU\",\n            \"Ticket\": \"1272102040879\",\n            \"LastUpdate\": \"2022-01-13T17:36:58.287\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4702,\n            \"UniqueId\": \"TKT-8CA1AAB7-F722-4BEA-BB49-1428B6592BCF\",\n            \"Locator\": \"SOEMOF\",\n            \"Ticket\": \"1272102040891\",\n            \"LastUpdate\": \"2022-01-13T18:13:50.423\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4703,\n            \"UniqueId\": \"TKT-1CB8968E-69FF-489F-AB86-3DB62B9470EE\",\n            \"Locator\": \"SOGVIA\",\n            \"Ticket\": \"1272102041003\",\n            \"LastUpdate\": \"2022-01-13T18:40:19.38\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4704,\n            \"UniqueId\": \"TKT-1E3C7B47-08C4-45B7-B744-066AB01E3E2F\",\n            \"Locator\": \"WTVVFB\",\n            \"Ticket\": \"1272102041721\",\n            \"LastUpdate\": \"2022-01-14T11:59:36.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4705,\n            \"UniqueId\": \"TKT-E5484446-E632-4544-BC3C-B5282B057907\",\n            \"Locator\": \"4C7TJ3\",\n            \"Ticket\": \"0756529887121\",\n            \"LastUpdate\": \"2022-01-14T12:06:05.84\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4706,\n            \"UniqueId\": \"TKT-5716D283-BAC1-4393-8888-8891B802E57F\",\n            \"Locator\": \"ASTHJE\",\n            \"Ticket\": \"1272102041776\",\n            \"LastUpdate\": \"2022-01-14T12:16:22.197\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4707,\n            \"UniqueId\": \"TKT-92FAE990-D72F-4480-8586-0EE3D3D2295A\",\n            \"Locator\": \"ASTHJE\",\n            \"Ticket\": \"1272102041778\",\n            \"LastUpdate\": \"2022-01-14T12:16:24.637\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4708,\n            \"UniqueId\": \"TKT-C8F225DA-4237-42A7-BFE7-6DDC25CEA599\",\n            \"Locator\": \"WSKQXV\",\n            \"Ticket\": \"1272102041779\",\n            \"LastUpdate\": \"2022-01-14T12:16:25.643\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4709,\n            \"UniqueId\": \"TKT-55A3906D-932A-42CC-8D29-B9038C0A9518\",\n            \"Locator\": \"ASTHJE\",\n            \"Ticket\": \"1272102041777\",\n            \"LastUpdate\": \"2022-01-14T12:16:26.82\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4710,\n            \"UniqueId\": \"TKT-77CF66AB-B936-4DD4-B678-E16C1EC2A8F8\",\n            \"Locator\": \"WSKQXV\",\n            \"Ticket\": \"1272102041780\",\n            \"LastUpdate\": \"2022-01-14T12:16:27.837\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4711,\n            \"UniqueId\": \"TKT-ED61B043-F793-45D7-9F42-14ECC4DD7B2D\",\n            \"Locator\": \"WDTBSU\",\n            \"Ticket\": \"1272102042228\",\n            \"LastUpdate\": \"2022-01-14T17:11:35.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4712,\n            \"UniqueId\": \"TKT-1CEBD8DF-9F03-4BC8-A6D8-16CC805EB9FB\",\n            \"Locator\": \"WDTBSU\",\n            \"Ticket\": \"1272102042229\",\n            \"LastUpdate\": \"2022-01-14T17:11:37.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4713,\n            \"UniqueId\": \"TKT-C82B62EC-56E5-4D70-A3DC-B1779C105837\",\n            \"Locator\": \"WDTBSU\",\n            \"Ticket\": \"1272102042230\",\n            \"LastUpdate\": \"2022-01-14T17:11:38.473\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4714,\n            \"UniqueId\": \"TKT-461C422A-B0E8-45C4-8E44-B7355DBEAF86\",\n            \"Locator\": \"USGIBF\",\n            \"Ticket\": \"9572155102666\",\n            \"LastUpdate\": \"2022-01-17T10:37:35.447\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4715,\n            \"UniqueId\": \"TKT-4511B79A-12D0-4189-9231-BEA5B0EF6DF5\",\n            \"Locator\": \"CHXTMD\",\n            \"Ticket\": \"1272102045276\",\n            \"LastUpdate\": \"2022-01-17T18:32:12.663\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4716,\n            \"UniqueId\": \"TKT-34E382C5-123A-411C-8FB1-A552AC805CCE\",\n            \"Locator\": \"DIBFJJ\",\n            \"Ticket\": \"1272102050572\",\n            \"LastUpdate\": \"2022-01-18T11:12:59.763\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4717,\n            \"UniqueId\": \"TKT-8EE061F6-9EC4-48C7-B1A3-C9E974426964\",\n            \"Locator\": \"DIIKBZ\",\n            \"Ticket\": \"1272102050770\",\n            \"LastUpdate\": \"2022-01-18T11:27:55.17\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4718,\n            \"UniqueId\": \"TKT-BAF7F27C-7DB3-4603-A5E5-81B1ECB6E3B7\",\n            \"Locator\": \"3N2R6Y\",\n            \"Ticket\": \"0756529887123\",\n            \"LastUpdate\": \"2022-01-18T11:45:50.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4719,\n            \"UniqueId\": \"TKT-5968FE45-E240-4CAA-A9C0-0801625B60A5\",\n            \"Locator\": \"JBMQTF\",\n            \"Ticket\": \"1272102051923\",\n            \"LastUpdate\": \"2022-01-18T13:02:57.74\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4720,\n            \"UniqueId\": \"TKT-70E507D9-8B60-4DB3-BD4C-70EDEB263B0F\",\n            \"Locator\": \"ZIAYKK\",\n            \"Ticket\": \"1272102051901\",\n            \"LastUpdate\": \"2022-01-18T14:21:22.85\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4721,\n            \"UniqueId\": \"TKT-47203E3B-69FF-4491-919B-E2C824F19AA6\",\n            \"Locator\": \"FTSRRE\",\n            \"Ticket\": \"9572155127854\",\n            \"LastUpdate\": \"2022-01-19T15:11:48.233\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4722,\n            \"UniqueId\": \"TKT-6407E3EB-76CC-461B-A47B-C28E6D22B4A4\",\n            \"Locator\": \"BSODIU\",\n            \"Ticket\": \"1272102058753\",\n            \"LastUpdate\": \"2022-01-19T15:47:09.127\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4723,\n            \"UniqueId\": \"TKT-C41808FB-9762-4DC3-82B1-3BE7E9589726\",\n            \"Locator\": \"FCTJTE\",\n            \"Ticket\": \"1272102059040\",\n            \"LastUpdate\": \"2022-01-19T17:48:48.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4724,\n            \"UniqueId\": \"TKT-27F1A1D5-1624-4494-ACA0-E3B569D0A91A\",\n            \"Locator\": \"VXVRYF\",\n            \"Ticket\": \"9572155134622\",\n            \"LastUpdate\": \"2022-01-20T11:14:26.06\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4725,\n            \"UniqueId\": \"TKT-DF22CAE6-F784-4049-A944-575AEF2AC800\",\n            \"Locator\": \"IYPUKL\",\n            \"Ticket\": \"1272102065025\",\n            \"LastUpdate\": \"2022-01-24T16:26:13.453\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4726,\n            \"UniqueId\": \"TKT-4C43C50F-0429-4616-A2BF-8D0984970D9B\",\n            \"Locator\": \"WLWYXM\",\n            \"Ticket\": \"1272102065043\",\n            \"LastUpdate\": \"2022-01-24T17:01:00.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4727,\n            \"UniqueId\": \"TKT-86E8F0E3-744D-48B3-AE0D-7FB8926C5330\",\n            \"Locator\": \"FPPXHL\",\n            \"Ticket\": \"1272102065563\",\n            \"LastUpdate\": \"2022-01-25T08:57:35.213\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4728,\n            \"UniqueId\": \"TKT-06DE054C-1327-4C63-88CE-2CE6F6A3CC18\",\n            \"Locator\": \"KHUGZP\",\n            \"Ticket\": \"1272102065355\",\n            \"LastUpdate\": \"2022-01-25T09:06:00.747\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4729,\n            \"UniqueId\": \"TKT-453AD9DD-7453-42CB-A245-3CD79BD3F429\",\n            \"Locator\": \"KHUGZP\",\n            \"Ticket\": \"1272102065357\",\n            \"LastUpdate\": \"2022-01-25T09:06:02.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4730,\n            \"UniqueId\": \"TKT-415C8B52-A537-4751-8C30-C4DB0D05E762\",\n            \"Locator\": \"GCAAFZ\",\n            \"Ticket\": \"9572155169507\",\n            \"LastUpdate\": \"2022-01-25T13:29:34.06\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4731,\n            \"UniqueId\": \"TKT-910D6A86-F406-4FBC-918C-BCBD7654F535\",\n            \"Locator\": \"LRWAZQ\",\n            \"Ticket\": \"9572155170299\",\n            \"LastUpdate\": \"2022-01-25T17:01:33.143\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4732,\n            \"UniqueId\": \"TKT-FEC2E6F5-E28A-4AFE-ABA5-FC0CAB4D6D4A\",\n            \"Locator\": \"LCYXFT\",\n            \"Ticket\": \"1272102066264\",\n            \"LastUpdate\": \"2022-01-26T08:31:42.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4733,\n            \"UniqueId\": \"TKT-E340F954-1751-4316-82FC-3ECCBC6FDD22\",\n            \"Locator\": \"HVKYDN\",\n            \"Ticket\": \"1272102066531\",\n            \"LastUpdate\": \"2022-01-26T10:31:46.433\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4734,\n            \"UniqueId\": \"TKT-E203CB6D-FE2D-4B88-8E1C-7E93295C54EA\",\n            \"Locator\": \"MBLABH\",\n            \"Ticket\": \"1272102068619\",\n            \"LastUpdate\": \"2022-01-27T10:19:50.487\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4735,\n            \"UniqueId\": \"TKT-18EE13D7-3958-4359-9A05-7F4BD5A43F7D\",\n            \"Locator\": \"MBLABH\",\n            \"Ticket\": \"1272102068620\",\n            \"LastUpdate\": \"2022-01-27T10:19:52.033\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4736,\n            \"UniqueId\": \"TKT-BD247C08-D61E-4198-AAE0-E95608673C8C\",\n            \"Locator\": \"2WGKBB\",\n            \"Ticket\": \"0756529887126\",\n            \"LastUpdate\": \"2022-01-27T10:26:47.167\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4737,\n            \"UniqueId\": \"TKT-369197AA-9D65-4FF5-98F8-87D2413F8C85\",\n            \"Locator\": \"MCQRSR\",\n            \"Ticket\": \"1272102068558\",\n            \"LastUpdate\": \"2022-01-27T10:48:08.453\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4738,\n            \"UniqueId\": \"TKT-85A29C2D-F2EB-4F23-B7C7-1536A732B264\",\n            \"Locator\": \"MCSRVL\",\n            \"Ticket\": \"1272102068568\",\n            \"LastUpdate\": \"2022-01-27T10:59:16.933\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4739,\n            \"UniqueId\": \"TKT-4F8F87FE-8A8D-436A-9584-9D8EBB0B5847\",\n            \"Locator\": \"XPOLGN\",\n            \"Ticket\": \"1272102068582\",\n            \"LastUpdate\": \"2022-01-27T11:01:33.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4740,\n            \"UniqueId\": \"TKT-97BF23EF-8668-489E-B39E-E93E5CBEAA2C\",\n            \"Locator\": \"2WY3EL\",\n            \"Ticket\": \"0756529887127\",\n            \"LastUpdate\": \"2022-01-27T11:08:45.677\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4741,\n            \"UniqueId\": \"TKT-CCBC8573-222C-4063-8111-5184767D5178\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"1272102069126\",\n            \"LastUpdate\": \"2022-01-27T15:01:36.733\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4742,\n            \"UniqueId\": \"TKT-89B5A44A-8211-4C2A-B78D-35AED6055A6C\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"1272102069132\",\n            \"LastUpdate\": \"2022-01-27T15:01:38.063\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4743,\n            \"UniqueId\": \"TKT-A1269DC4-4687-4F64-818B-E5FA4C21E534\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"1272102069127\",\n            \"LastUpdate\": \"2022-01-27T15:01:39.353\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4744,\n            \"UniqueId\": \"TKT-1328E841-F24F-46B1-8B12-D9C9A3AF0573\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"1272102069133\",\n            \"LastUpdate\": \"2022-01-27T15:01:40.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4745,\n            \"UniqueId\": \"TKT-8FB8CE41-72B5-4C0E-A09B-87FED02078D8\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"1272102069128\",\n            \"LastUpdate\": \"2022-01-27T15:01:41.78\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4746,\n            \"UniqueId\": \"TKT-6EC3FB7E-4EF9-4BA1-A450-BC9A8B932367\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"1272102069134\",\n            \"LastUpdate\": \"2022-01-27T15:01:43.08\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4747,\n            \"UniqueId\": \"TKT-CD426D1A-D8F2-44B2-BDB3-A0FF7490F857\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"1272102069129\",\n            \"LastUpdate\": \"2022-01-27T15:01:44.35\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4748,\n            \"UniqueId\": \"TKT-4AD74725-E3F4-4F3D-A463-14F38EA37295\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"1272102069130\",\n            \"LastUpdate\": \"2022-01-27T15:01:45.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4749,\n            \"UniqueId\": \"TKT-F760A8B7-14D5-40EE-B52B-DBDDC9815C0F\",\n            \"Locator\": \"YRIIQL\",\n            \"Ticket\": \"1272102069131\",\n            \"LastUpdate\": \"2022-01-27T15:01:46.91\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4750,\n            \"UniqueId\": \"TKT-EBE51902-3CF4-49A9-AB81-D71BAD17AF99\",\n            \"Locator\": \"IPLHBU\",\n            \"Ticket\": \"1272102069046\",\n            \"LastUpdate\": \"2022-01-27T15:03:59.027\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4751,\n            \"UniqueId\": \"TKT-6D95C2A1-0CA2-4FB6-A4D5-F8CE978A991A\",\n            \"Locator\": \"QYBJQJ\",\n            \"Ticket\": \"1272102069053\",\n            \"LastUpdate\": \"2022-01-27T15:15:43.667\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4752,\n            \"UniqueId\": \"TKT-94F17934-CD87-4257-BD1E-9C0ED2BA5887\",\n            \"Locator\": \"JVHOPX\",\n            \"Ticket\": \"9572155188190\",\n            \"LastUpdate\": \"2022-01-27T17:09:43.753\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4753,\n            \"UniqueId\": \"TKT-724CEF05-40AE-46CB-8238-BA7931C53A48\",\n            \"Locator\": \"RUMMZT\",\n            \"Ticket\": \"1272102070516\",\n            \"LastUpdate\": \"2022-01-28T09:53:36.867\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4754,\n            \"UniqueId\": \"TKT-C072AF60-B768-4A09-8CD6-1E08F5DC8085\",\n            \"Locator\": \"RVNIRZ\",\n            \"Ticket\": \"1272102070748\",\n            \"LastUpdate\": \"2022-01-28T11:48:50.56\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4755,\n            \"UniqueId\": \"TKT-2ABE1581-E271-44D2-A97E-57D2FDC1FF47\",\n            \"Locator\": \"RXZSQN\",\n            \"Ticket\": \"1272102071016\",\n            \"LastUpdate\": \"2022-01-28T14:51:08.417\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4756,\n            \"UniqueId\": \"TKT-3B165F0B-3D34-4D32-9EEA-043045523674\",\n            \"Locator\": \"YBWGNS\",\n            \"Ticket\": \"1272102071091\",\n            \"LastUpdate\": \"2022-01-28T16:29:46.353\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4757,\n            \"UniqueId\": \"TKT-A27B5E0E-E6E2-4A23-B758-184B725905AA\",\n            \"Locator\": \"KRPUKC\",\n            \"Ticket\": \"1272102071308\",\n            \"LastUpdate\": \"2022-01-28T16:36:38.267\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4758,\n            \"UniqueId\": \"TKT-40521110-BF1F-436B-8B6A-F6471A2A294A\",\n            \"Locator\": \"KSDNDK\",\n            \"Ticket\": \"1272102071252\",\n            \"LastUpdate\": \"2022-01-28T16:43:35.623\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4759,\n            \"UniqueId\": \"TKT-F95426C3-9B4C-410F-A086-193B454B1718\",\n            \"Locator\": \"SEYCQW\",\n            \"Ticket\": \"1272102072854\",\n            \"LastUpdate\": \"2022-01-31T10:25:35.343\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4760,\n            \"UniqueId\": \"TKT-AAC8C72C-DAC9-4D52-BF59-DF8C8D26E0AF\",\n            \"Locator\": \"SFXJQN\",\n            \"Ticket\": \"1272102073029\",\n            \"LastUpdate\": \"2022-01-31T12:06:32.807\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4761,\n            \"UniqueId\": \"TKT-08882629-52EB-435F-8734-53456F2F92C0\",\n            \"Locator\": \"LDNEQM\",\n            \"Ticket\": \"1272102073381\",\n            \"LastUpdate\": \"2022-01-31T18:07:19.067\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4762,\n            \"UniqueId\": \"TKT-3FF1A0FC-A7DE-467A-ADFF-BA8F6F2BCA0D\",\n            \"Locator\": \"ZNUCEO\",\n            \"Ticket\": \"9572155234518\",\n            \"LastUpdate\": \"2022-02-02T17:12:01.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4763,\n            \"UniqueId\": \"TKT-BF60F6BD-EB22-4B95-B9A3-34E086ED05A2\",\n            \"Locator\": \"WUGIIZ\",\n            \"Ticket\": \"9572155242278\",\n            \"LastUpdate\": \"2022-02-03T16:09:51.623\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4764,\n            \"UniqueId\": \"TKT-E6503460-F8C1-4D7E-8DCC-E63B417BD049\",\n            \"Locator\": \"AXDSUG\",\n            \"Ticket\": \"9572155242932\",\n            \"LastUpdate\": \"2022-02-03T17:15:05.593\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4765,\n            \"UniqueId\": \"TKT-D5EC6BAE-A13B-4CA9-81AA-9D3D4E265377\",\n            \"Locator\": \"WZDAUK\",\n            \"Ticket\": \"9572155246957\",\n            \"LastUpdate\": \"2022-02-03T22:59:00.407\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4766,\n            \"UniqueId\": \"TKT-4CAFED66-B077-492D-AF93-C9A9F6C7A977\",\n            \"Locator\": \"XXVWDY\",\n            \"Ticket\": \"1272102093969\",\n            \"LastUpdate\": \"2022-02-04T15:41:29.573\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4767,\n            \"UniqueId\": \"TKT-41F752AD-6BCF-4A60-8279-44597C3FF58D\",\n            \"Locator\": \"SPCAKY\",\n            \"Ticket\": \"1272102093985\",\n            \"LastUpdate\": \"2022-02-04T16:14:04.61\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4768,\n            \"UniqueId\": \"TKT-33ADFE81-1B9D-4ED3-AA51-9EF90A1E05DB\",\n            \"Locator\": \"TQQRIF\",\n            \"Ticket\": \"1272102094114\",\n            \"LastUpdate\": \"2022-02-04T16:37:45.537\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4769,\n            \"UniqueId\": \"TKT-9C1A4E42-2945-4C46-844C-FF14CEFD91CB\",\n            \"Locator\": \"TRRCID\",\n            \"Ticket\": \"1272102094229\",\n            \"LastUpdate\": \"2022-02-04T16:45:38.13\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4770,\n            \"UniqueId\": \"TKT-96471C0C-AFC6-483B-BC19-3BA3E9DD72B6\",\n            \"Locator\": \"TRRCID\",\n            \"Ticket\": \"1272102094230\",\n            \"LastUpdate\": \"2022-02-04T16:45:39.35\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4771,\n            \"UniqueId\": \"TKT-21E062A6-8845-46D6-916F-38684A340A2D\",\n            \"Locator\": \"AIWIOQ\",\n            \"Ticket\": \"1272102094523\",\n            \"LastUpdate\": \"2022-02-04T20:24:03.603\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4772,\n            \"UniqueId\": \"TKT-B3AB0782-3C66-49FB-A4B0-F8C8CDF8DF52\",\n            \"Locator\": \"TXYBHX\",\n            \"Ticket\": \"1272102094601\",\n            \"LastUpdate\": \"2022-02-04T22:26:37.02\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4773,\n            \"UniqueId\": \"TKT-62B14230-4617-4167-BDDA-85BDAD4ED83D\",\n            \"Locator\": \"YOFSRH\",\n            \"Ticket\": \"1272102096333\",\n            \"LastUpdate\": \"2022-02-07T09:47:02.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4774,\n            \"UniqueId\": \"TKT-B3BA7E56-D7F6-44FF-AA01-C0083037464F\",\n            \"Locator\": \"UGHMYR\",\n            \"Ticket\": \"1272102096957\",\n            \"LastUpdate\": \"2022-02-07T13:51:45.12\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4775,\n            \"UniqueId\": \"TKT-B1AEF869-8E8D-4819-B8D3-596A3A7751F4\",\n            \"Locator\": \"ZRVHRP\",\n            \"Ticket\": \"9572155267563\",\n            \"LastUpdate\": \"2022-02-07T13:54:21.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4776,\n            \"UniqueId\": \"TKT-CDFBA89E-81DE-4AB0-9D40-DA2EC79CE913\",\n            \"Locator\": \"ZRWGKL\",\n            \"Ticket\": \"9572155267572\",\n            \"LastUpdate\": \"2022-02-07T13:56:36.183\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4777,\n            \"UniqueId\": \"TKT-132C934C-C6A9-4F20-AAFA-EEB048C4ED52\",\n            \"Locator\": \"UKVFJO\",\n            \"Ticket\": \"9572155268993\",\n            \"LastUpdate\": \"2022-02-07T16:58:44.7\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4778,\n            \"UniqueId\": \"TKT-48BFFC14-FED0-4630-B000-ADDE43B79528\",\n            \"Locator\": \"ZUOXJP\",\n            \"Ticket\": \"9572155269223\",\n            \"LastUpdate\": \"2022-02-07T17:24:43.017\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4779,\n            \"UniqueId\": \"TKT-42E5C822-F701-47F0-97DE-90BB64E51A51\",\n            \"Locator\": \"BXLHHO\",\n            \"Ticket\": \"1272102097374\",\n            \"LastUpdate\": \"2022-02-07T18:21:17.153\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4780,\n            \"UniqueId\": \"TKT-2054B5BC-DECB-4117-AAE1-9D02AC1D6E44\",\n            \"Locator\": \"BXLHHO\",\n            \"Ticket\": \"1272102097375\",\n            \"LastUpdate\": \"2022-02-07T18:21:18.813\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4781,\n            \"UniqueId\": \"TKT-869708BD-09ED-4739-923D-9E08B3D0F5EB\",\n            \"Locator\": \"SQQKDT\",\n            \"Ticket\": \"9572155269860\",\n            \"LastUpdate\": \"2022-02-07T20:51:53.693\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4782,\n            \"UniqueId\": \"TKT-A700551B-271D-4C60-A4F0-76AF91FBBC5B\",\n            \"Locator\": \"UKTLML\",\n            \"Ticket\": \"9572155272862\",\n            \"LastUpdate\": \"2022-02-08T10:43:03.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4783,\n            \"UniqueId\": \"TKT-9B27194D-CA3D-463A-8F26-6E3E24DB5473\",\n            \"Locator\": \"VBVFLB\",\n            \"Ticket\": \"9572155274024\",\n            \"LastUpdate\": \"2022-02-08T14:33:35.693\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4784,\n            \"UniqueId\": \"TKT-B8344ABC-AE21-451A-A8FD-C42F77EB9792\",\n            \"Locator\": \"VDQHLM\",\n            \"Ticket\": \"1272102099348\",\n            \"LastUpdate\": \"2022-02-08T14:57:02.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4785,\n            \"UniqueId\": \"TKT-334DB101-407A-400D-9F9F-6C5CE16B6BD2\",\n            \"Locator\": \"BHXZSH\",\n            \"Ticket\": \"9572155274222\",\n            \"LastUpdate\": \"2022-02-08T15:07:16.483\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4786,\n            \"UniqueId\": \"TKT-D3402724-60C6-499C-9E63-BA111FBE1D9F\",\n            \"Locator\": \"AQKJAU\",\n            \"Ticket\": \"9572155274482\",\n            \"LastUpdate\": \"2022-02-08T15:30:32.533\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4787,\n            \"UniqueId\": \"TKT-8C33115C-288B-479F-8FCA-0A4D5B321E47\",\n            \"Locator\": \"AUBUZI\",\n            \"Ticket\": \"9572155275305\",\n            \"LastUpdate\": \"2022-02-08T16:47:46.67\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4788,\n            \"UniqueId\": \"TKT-A977CF02-9F30-4BC0-8804-86971B4AE1AF\",\n            \"Locator\": \"SLDRWR\",\n            \"Ticket\": \"9572155279618\",\n            \"LastUpdate\": \"2022-02-09T09:14:46.863\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4789,\n            \"UniqueId\": \"TKT-2637D61A-0E80-468D-AC58-BB62B9FF669F\",\n            \"Locator\": \"SMRHNU\",\n            \"Ticket\": \"1272102101487\",\n            \"LastUpdate\": \"2022-02-09T11:28:48.423\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4790,\n            \"UniqueId\": \"TKT-913DD2B5-DBF8-4DF3-85A2-EF7E2DF70B01\",\n            \"Locator\": \"SMTFOI\",\n            \"Ticket\": \"1272102101542\",\n            \"LastUpdate\": \"2022-02-09T11:51:29.723\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4791,\n            \"UniqueId\": \"TKT-8D45A8E9-0FF7-429F-909A-0A2C968F5EDF\",\n            \"Locator\": \"AGBRPQ\",\n            \"Ticket\": \"9572155281429\",\n            \"LastUpdate\": \"2022-02-09T12:02:10.32\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4792,\n            \"UniqueId\": \"TKT-280E05C9-5CD1-404C-A869-84BC6EF2CC7D\",\n            \"Locator\": \"WYVLXV\",\n            \"Ticket\": \"1272102101963\",\n            \"LastUpdate\": \"2022-02-09T15:16:25.75\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4793,\n            \"UniqueId\": \"TKT-F2502A9A-21EA-408E-B93B-C69126DF8129\",\n            \"Locator\": \"4MPSB2\",\n            \"Ticket\": \"0756529887135\",\n            \"LastUpdate\": \"2022-02-09T15:33:14.127\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4794,\n            \"UniqueId\": \"TKT-57924B53-878F-4529-8471-691B70188CFF\",\n            \"Locator\": \"WZKHPK\",\n            \"Ticket\": \"1272102102329\",\n            \"LastUpdate\": \"2022-02-09T15:56:33.857\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4795,\n            \"UniqueId\": \"TKT-D07D7BCB-3C98-44C2-A268-3504F2BB813C\",\n            \"Locator\": \"4NCEW9\",\n            \"Ticket\": \"0756529887136\",\n            \"LastUpdate\": \"2022-02-09T16:21:28.137\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4796,\n            \"UniqueId\": \"TKT-5551CDF6-9791-410D-9B59-D0203E455776\",\n            \"Locator\": \"BLEANU\",\n            \"Ticket\": \"1272102104337\",\n            \"LastUpdate\": \"2022-02-10T08:30:21.613\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4797,\n            \"UniqueId\": \"TKT-C42B2DCD-86C7-4D25-969E-DA2F49CB7A74\",\n            \"Locator\": \"22XWI9\",\n            \"Ticket\": \"9966529887137\",\n            \"LastUpdate\": \"2022-02-10T08:42:39.57\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4798,\n            \"UniqueId\": \"TKT-E8BFED4B-3A8D-4985-950C-8EADD74FBE36\",\n            \"Locator\": \"CAHBEJ\",\n            \"Ticket\": \"1272102104846\",\n            \"LastUpdate\": \"2022-02-10T11:12:42.293\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4799,\n            \"UniqueId\": \"TKT-81250C0F-F8E3-42E6-8940-CB427BED92E1\",\n            \"Locator\": \"CTOGOP\",\n            \"Ticket\": \"1272102105289\",\n            \"LastUpdate\": \"2022-02-10T14:55:01.287\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4800,\n            \"UniqueId\": \"TKT-CB7597B0-FF12-454B-8C18-D18B79593F3D\",\n            \"Locator\": \"TZVWMJ\",\n            \"Ticket\": \"9572155290739\",\n            \"LastUpdate\": \"2022-02-10T15:56:15.33\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4801,\n            \"UniqueId\": \"TKT-56E2F927-D221-46DF-9BF1-1A5B9CC03313\",\n            \"Locator\": \"CWEAJM\",\n            \"Ticket\": \"1272102105469\",\n            \"LastUpdate\": \"2022-02-10T16:03:17.53\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4802,\n            \"UniqueId\": \"TKT-019255CD-E9AB-4CB3-8C6B-0F882DE90976\",\n            \"Locator\": \"CYEBRD\",\n            \"Ticket\": \"1272102105486\",\n            \"LastUpdate\": \"2022-02-10T16:28:01.117\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4803,\n            \"UniqueId\": \"TKT-4406939C-B471-4679-871A-07BA38858CBF\",\n            \"Locator\": \"CYEBRD\",\n            \"Ticket\": \"1272102105487\",\n            \"LastUpdate\": \"2022-02-10T16:28:02.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4804,\n            \"UniqueId\": \"TKT-CB72390E-A662-4A9A-B159-7B2DE545988D\",\n            \"Locator\": \"XKKHMS\",\n            \"Ticket\": \"1272102105721\",\n            \"LastUpdate\": \"2022-02-10T16:44:39.853\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4805,\n            \"UniqueId\": \"TKT-E12EAC5B-7191-494A-979A-28AA20548A2E\",\n            \"Locator\": \"TAYXFU\",\n            \"Ticket\": \"9572155291778\",\n            \"LastUpdate\": \"2022-02-10T17:20:23.633\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4806,\n            \"UniqueId\": \"TKT-9ECD03CB-4833-48D6-8BA6-B3C00F0DEC81\",\n            \"Locator\": \"2AMDDH\",\n            \"Ticket\": \"0756529887142\",\n            \"LastUpdate\": \"2022-02-10T17:24:29.803\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4807,\n            \"UniqueId\": \"TKT-78F29CA2-58CF-4D21-A8DB-78E8333CB24C\",\n            \"Locator\": \"CBUDEA\",\n            \"Ticket\": \"1272102106141\",\n            \"LastUpdate\": \"2022-02-10T18:13:19.2\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4808,\n            \"UniqueId\": \"TKT-6ECD2A4D-8BE8-4BA0-8A72-7E4E31A0BC5F\",\n            \"Locator\": \"CBWIVH\",\n            \"Ticket\": \"1272102106151\",\n            \"LastUpdate\": \"2022-02-10T18:18:51.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4809,\n            \"UniqueId\": \"TKT-9552EB5F-BA64-47CE-BA91-94731B668D95\",\n            \"Locator\": \"CHUUQR\",\n            \"Ticket\": \"1272102106292\",\n            \"LastUpdate\": \"2022-02-11T00:02:04.463\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4810,\n            \"UniqueId\": \"TKT-D542B3E0-FBFD-4170-925D-ECF402E5563E\",\n            \"Locator\": \"CHUUQR\",\n            \"Ticket\": \"1272102106293\",\n            \"LastUpdate\": \"2022-02-11T00:02:06.027\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4811,\n            \"UniqueId\": \"TKT-D2D5B6A5-EB7D-408B-9E7B-2A39B884BE23\",\n            \"Locator\": \"CHUUQR\",\n            \"Ticket\": \"1272102106295\",\n            \"LastUpdate\": \"2022-02-11T00:02:07.387\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4812,\n            \"UniqueId\": \"TKT-8CE1E2D8-000B-45EA-B9DC-D791F20667D2\",\n            \"Locator\": \"CHUUQR\",\n            \"Ticket\": \"1272102106294\",\n            \"LastUpdate\": \"2022-02-11T00:02:08.79\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4813,\n            \"UniqueId\": \"TKT-2701A242-C979-49C0-BFC6-FEF7FE28E348\",\n            \"Locator\": \"2OML9V\",\n            \"Ticket\": \"0756529887143\",\n            \"LastUpdate\": \"2022-02-11T09:57:09.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4814,\n            \"UniqueId\": \"TKT-BF3F8BFF-C145-49DF-93DA-758A43F7CF8A\",\n            \"Locator\": \"YEYNIP\",\n            \"Ticket\": \"9572155296307\",\n            \"LastUpdate\": \"2022-02-11T13:18:14.823\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4815,\n            \"UniqueId\": \"TKT-FBAE5778-A97A-4A28-B151-C528A5587534\",\n            \"Locator\": \"DUUXXI\",\n            \"Ticket\": \"1272102107987\",\n            \"LastUpdate\": \"2022-02-11T15:16:12.93\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4816,\n            \"UniqueId\": \"TKT-FA715545-62C7-4F56-B179-346AE07EE1EB\",\n            \"Locator\": \"DUZLEH\",\n            \"Ticket\": \"1272102108060\",\n            \"LastUpdate\": \"2022-02-11T15:31:42.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4817,\n            \"UniqueId\": \"TKT-C21A7032-FF14-463E-8491-AF29CB02D291\",\n            \"Locator\": \"YJSZBU\",\n            \"Ticket\": \"1272102108088\",\n            \"LastUpdate\": \"2022-02-11T15:56:48.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4818,\n            \"UniqueId\": \"TKT-4A0BAC41-6F77-4A3B-B7B2-885C89400B66\",\n            \"Locator\": \"YGMMWJ\",\n            \"Ticket\": \"9572155298250\",\n            \"LastUpdate\": \"2022-02-11T16:46:18.947\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4819,\n            \"UniqueId\": \"TKT-D2DA780D-82AC-454C-A6EB-4453FF2206C5\",\n            \"Locator\": \"DAZLRZ\",\n            \"Ticket\": \"9572155298555\",\n            \"LastUpdate\": \"2022-02-11T17:53:10.347\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4821,\n            \"UniqueId\": \"TKT-27228C6C-C0CB-44DE-8076-DAFD1E480F4E\",\n            \"Locator\": \"COBDMK\",\n            \"Ticket\": \"1272102111084\",\n            \"LastUpdate\": \"2022-02-14T11:18:15.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4825,\n            \"UniqueId\": \"TKT-0489D944-AB4E-4CD0-9D2B-71880E173F6B\",\n            \"Locator\": \"EOZYTF\",\n            \"Ticket\": \"1272102111519\",\n            \"LastUpdate\": \"2022-02-14T13:48:40.99\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4826,\n            \"UniqueId\": \"TKT-3BD5FA49-02EA-48E9-BFD0-62A4526CA139\",\n            \"Locator\": \"ENDCSI\",\n            \"Ticket\": \"1272102111520\",\n            \"LastUpdate\": \"2022-02-14T13:49:06.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4827,\n            \"UniqueId\": \"TKT-870AB4F4-638B-4770-B7D8-BDDFD5B8A3FF\",\n            \"Locator\": \"DJQZVY\",\n            \"Ticket\": \"1272102111521\",\n            \"LastUpdate\": \"2022-02-14T13:49:29.573\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4828,\n            \"UniqueId\": \"TKT-FA1249AC-2F84-4143-B32E-393592AD92E9\",\n            \"Locator\": \"ENVRKF\",\n            \"Ticket\": \"1272102111524\",\n            \"LastUpdate\": \"2022-02-14T13:49:53.797\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4829,\n            \"UniqueId\": \"TKT-C2B9EC02-A6B4-4CD0-A952-C3D12F21D95D\",\n            \"Locator\": \"ENWPDS\",\n            \"Ticket\": \"1272102111529\",\n            \"LastUpdate\": \"2022-02-14T13:50:50.6\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4830,\n            \"UniqueId\": \"TKT-8C7C78D4-22B5-4EF7-9BCB-A02200BFE35A\",\n            \"Locator\": \"AZUUWF\",\n            \"Ticket\": \"1272102111452\",\n            \"LastUpdate\": \"2022-02-14T14:47:11.807\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4831,\n            \"UniqueId\": \"TKT-22AB4A6F-D57D-4A9A-AA59-1F15B2CBBEEB\",\n            \"Locator\": \"AZTDVJ\",\n            \"Ticket\": \"1272102111457\",\n            \"LastUpdate\": \"2022-02-14T14:53:14.64\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4832,\n            \"UniqueId\": \"TKT-F2B45AEB-5167-4017-971D-2A1F53A6EBA0\",\n            \"Locator\": \"EOHEPY\",\n            \"Ticket\": \"1272102111459\",\n            \"LastUpdate\": \"2022-02-14T14:53:42.817\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4833,\n            \"UniqueId\": \"TKT-8900A5CE-2FE7-46D9-A3E6-868469C59472\",\n            \"Locator\": \"UCSUGK\",\n            \"Ticket\": \"1272102111580\",\n            \"LastUpdate\": \"2022-02-14T14:53:54.117\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4834,\n            \"UniqueId\": \"TKT-0B795D99-155C-46D1-9758-1E6577DCF362\",\n            \"Locator\": \"UCSZMA\",\n            \"Ticket\": \"1272102111460\",\n            \"LastUpdate\": \"2022-02-14T14:54:23.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4835,\n            \"UniqueId\": \"TKT-1DC1997B-F02D-4339-BE1B-E175192D40C4\",\n            \"Locator\": \"AZHFGW\",\n            \"Ticket\": \"1272102111618\",\n            \"LastUpdate\": \"2022-02-14T15:49:51.817\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4836,\n            \"UniqueId\": \"TKT-40B3F557-4983-47E6-843B-3F5CE190C33D\",\n            \"Locator\": \"ABERBH\",\n            \"Ticket\": \"1272102111756\",\n            \"LastUpdate\": \"2022-02-14T16:24:37.843\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4837,\n            \"UniqueId\": \"TKT-5354926F-F568-4E72-B943-B5E1D7EB0C81\",\n            \"Locator\": \"ABERBH\",\n            \"Ticket\": \"1272102111757\",\n            \"LastUpdate\": \"2022-02-14T16:24:39.2\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4838,\n            \"UniqueId\": \"TKT-A41166D3-4D83-42CD-B475-F8259671D283\",\n            \"Locator\": \"ABERBH\",\n            \"Ticket\": \"1272102111759\",\n            \"LastUpdate\": \"2022-02-14T16:24:40.543\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4839,\n            \"UniqueId\": \"TKT-4EFABFC5-BDAE-4A30-A2F7-924E7396971E\",\n            \"Locator\": \"ABERBH\",\n            \"Ticket\": \"1272102111758\",\n            \"LastUpdate\": \"2022-02-14T16:24:41.81\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4840,\n            \"UniqueId\": \"TKT-54C86BEC-C42F-404C-8FBD-6F451B9700A0\",\n            \"Locator\": \"ACAHGH\",\n            \"Ticket\": \"1272102111869\",\n            \"LastUpdate\": \"2022-02-14T16:37:35.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4841,\n            \"UniqueId\": \"TKT-170F2D54-19A3-46DC-AD1F-4FF2CDE517AE\",\n            \"Locator\": \"FSWDZH\",\n            \"Ticket\": \"1272102111781\",\n            \"LastUpdate\": \"2022-02-14T16:37:38.013\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4824,\n            \"UniqueId\": \"TKT-64671A4A-A21B-4E1C-B787-B3FA1CF59B6B\",\n            \"Locator\": \"DILQCP\",\n            \"Ticket\": \"9572155308612\",\n            \"LastUpdate\": \"2022-02-14T16:47:52.953\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4823,\n            \"UniqueId\": \"TKT-A690E7E9-DB5D-4C06-B332-84889CA49B76\",\n            \"Locator\": \"DIJIKW\",\n            \"Ticket\": \"9572155308427\",\n            \"LastUpdate\": \"2022-02-14T17:19:23.257\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4822,\n            \"UniqueId\": \"TKT-BDD69780-19CF-4DEC-93B4-BD52F33012CF\",\n            \"Locator\": \"AYWPSM\",\n            \"Ticket\": \"9572155308411\",\n            \"LastUpdate\": \"2022-02-14T17:20:23.53\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4820,\n            \"UniqueId\": \"TKT-BFB3DEEA-B369-486C-835A-721F98F2B571\",\n            \"Locator\": \"AXWWUP\",\n            \"Ticket\": \"9572155307743\",\n            \"LastUpdate\": \"2022-02-14T17:20:43.377\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4842,\n            \"UniqueId\": \"TKT-5E2AF95C-6655-4922-A389-214BD3DC6DF9\",\n            \"Locator\": \"AFENOY\",\n            \"Ticket\": \"9572155311018\",\n            \"LastUpdate\": \"2022-02-14T19:18:59.41\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4843,\n            \"UniqueId\": \"TKT-609E3DDB-B1B4-4CC2-81C5-5EAAB904A1E4\",\n            \"Locator\": \"DMRFXU\",\n            \"Ticket\": \"9572155312228\",\n            \"LastUpdate\": \"2022-02-14T22:32:49.097\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4844,\n            \"UniqueId\": \"TKT-39770A42-CF7B-4C1A-B0B6-9ADD834980A9\",\n            \"Locator\": \"AHYVQC\",\n            \"Ticket\": \"9572155312460\",\n            \"LastUpdate\": \"2022-02-14T23:58:38.96\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4845,\n            \"UniqueId\": \"TKT-333620ED-F5CC-4636-8B9E-F12C5BC07F25\",\n            \"Locator\": \"DMYPDB\",\n            \"Ticket\": \"9572155312298\",\n            \"LastUpdate\": \"2022-02-15T00:03:34.263\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4846,\n            \"UniqueId\": \"TKT-ADDB68AA-B255-48D4-8252-44A533C752BC\",\n            \"Locator\": \"AHBWPX\",\n            \"Ticket\": \"9572155312507\",\n            \"LastUpdate\": \"2022-02-15T00:04:26.913\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4847,\n            \"UniqueId\": \"TKT-5A86EB42-8E19-4631-9742-FE7B539BC0EB\",\n            \"Locator\": \"FXENZK\",\n            \"Ticket\": \"9572155312669\",\n            \"LastUpdate\": \"2022-02-15T02:08:36.337\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4848,\n            \"UniqueId\": \"TKT-D2EB0E15-E11C-4BBE-890A-B901DB0AF439\",\n            \"Locator\": \"UFAEZX\",\n            \"Ticket\": \"9572155312583\",\n            \"LastUpdate\": \"2022-02-15T02:09:20.943\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4849,\n            \"UniqueId\": \"TKT-9C8E57A1-F0A9-4BC7-BC0A-43D2201773DC\",\n            \"Locator\": \"FXFXBN\",\n            \"Ticket\": \"9572155312584\",\n            \"LastUpdate\": \"2022-02-15T02:10:08.567\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4850,\n            \"UniqueId\": \"TKT-C6EC74C2-FCC3-4EA9-A522-9515CFAFCCD3\",\n            \"Locator\": \"UFEDOJ\",\n            \"Ticket\": \"9572155312755\",\n            \"LastUpdate\": \"2022-02-15T03:12:23.96\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4851,\n            \"UniqueId\": \"TKT-649342E3-85FE-44F7-B91B-A27999186EE3\",\n            \"Locator\": \"FXLURJ\",\n            \"Ticket\": \"9572155312695\",\n            \"LastUpdate\": \"2022-02-15T03:13:07.637\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4852,\n            \"UniqueId\": \"TKT-9160A5DB-1665-4F03-B4FB-A8107590E381\",\n            \"Locator\": \"AGVKGM\",\n            \"Ticket\": \"1272102113069\",\n            \"LastUpdate\": \"2022-02-15T08:48:33.867\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4853,\n            \"UniqueId\": \"TKT-16458FC0-33D5-449C-93DB-AE60AD66DC72\",\n            \"Locator\": \"DLVHUU\",\n            \"Ticket\": \"9572155314256\",\n            \"LastUpdate\": \"2022-02-15T08:49:12.41\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4854,\n            \"UniqueId\": \"TKT-DA8F5887-6CA4-4C13-B8EA-49336AD84BC8\",\n            \"Locator\": \"UGJRFC\",\n            \"Ticket\": \"1272102113211\",\n            \"LastUpdate\": \"2022-02-15T09:26:25.387\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4855,\n            \"UniqueId\": \"TKT-F0CA5014-4CBC-4E9C-BD86-51EBE3A8EE93\",\n            \"Locator\": \"FAHYAS\",\n            \"Ticket\": \"1272102113156\",\n            \"LastUpdate\": \"2022-02-15T09:26:50.03\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4856,\n            \"UniqueId\": \"TKT-446C0551-D2B8-4BAD-93B6-9B5500BB9D07\",\n            \"Locator\": \"UHRCWJ\",\n            \"Ticket\": \"9572155315211\",\n            \"LastUpdate\": \"2022-02-15T10:32:08.767\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4857,\n            \"UniqueId\": \"TKT-0E64CEEA-C621-4A0B-ABB5-9BCDB939C01E\",\n            \"Locator\": \"DODWIZ\",\n            \"Ticket\": \"9572155315297\",\n            \"LastUpdate\": \"2022-02-15T10:46:36.913\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4858,\n            \"UniqueId\": \"TKT-BC67FE87-8F9F-4C03-928A-7081FB0735CC\",\n            \"Locator\": \"FCQBGU\",\n            \"Ticket\": \"9572155315995\",\n            \"LastUpdate\": \"2022-02-15T12:11:00.503\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4859,\n            \"UniqueId\": \"TKT-F1BB949B-712C-4F75-9F5F-09D446EBE749\",\n            \"Locator\": \"FCBKRH\",\n            \"Ticket\": \"9572155315876\",\n            \"LastUpdate\": \"2022-02-15T12:24:03.03\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4860,\n            \"UniqueId\": \"TKT-FA7866CF-90B7-4BA8-B27C-79ECD6BAB670\",\n            \"Locator\": \"DOLCCP\",\n            \"Ticket\": \"1272102114017\",\n            \"LastUpdate\": \"2022-02-15T13:58:54.347\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4861,\n            \"UniqueId\": \"TKT-61AFE78A-F1CE-4A56-B918-1101BBAAF9CE\",\n            \"Locator\": \"FEWESV\",\n            \"Ticket\": \"1272102114243\",\n            \"LastUpdate\": \"2022-02-15T15:34:40.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4862,\n            \"UniqueId\": \"TKT-9892A033-0D66-492E-9FFC-8A02B3C45D60\",\n            \"Locator\": \"FBZCTY\",\n            \"Ticket\": \"1272102114588\",\n            \"LastUpdate\": \"2022-02-15T17:12:57.373\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4863,\n            \"UniqueId\": \"TKT-D84D1745-48D4-438F-AE21-7008A64F31A4\",\n            \"Locator\": \"UITJUQ\",\n            \"Ticket\": \"1272102114911\",\n            \"LastUpdate\": \"2022-02-15T19:54:50.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4864,\n            \"UniqueId\": \"TKT-066CDCA2-C514-4BD8-B0A7-8EB3417C5239\",\n            \"Locator\": \"APTWDF\",\n            \"Ticket\": \"1272102114866\",\n            \"LastUpdate\": \"2022-02-15T19:56:05.287\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4865,\n            \"UniqueId\": \"TKT-BC270647-4AD7-41B1-BE1D-3E018715C910\",\n            \"Locator\": \"UHOYID\",\n            \"Ticket\": \"1272102114914\",\n            \"LastUpdate\": \"2022-02-15T19:58:48.643\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4866,\n            \"UniqueId\": \"TKT-9583BE7D-5752-4265-AC91-C473B4EA9502\",\n            \"Locator\": \"FBNAZZ\",\n            \"Ticket\": \"1272102114867\",\n            \"LastUpdate\": \"2022-02-15T20:00:03.393\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4867,\n            \"UniqueId\": \"TKT-6776482D-ECD1-4639-806B-0B3A33057068\",\n            \"Locator\": \"UMRKPF\",\n            \"Ticket\": \"1272102116715\",\n            \"LastUpdate\": \"2022-02-16T14:41:01.027\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4868,\n            \"UniqueId\": \"TKT-6A2BE23B-8872-472A-8175-D06DB2710EEE\",\n            \"Locator\": \"BZCRYN\",\n            \"Ticket\": \"1272102116773\",\n            \"LastUpdate\": \"2022-02-16T15:09:16.59\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4869,\n            \"UniqueId\": \"TKT-543FA517-DBFE-4E25-B992-6DA702C6121F\",\n            \"Locator\": \"BZCWEC\",\n            \"Ticket\": \"1272102116774\",\n            \"LastUpdate\": \"2022-02-16T15:09:17.543\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4870,\n            \"UniqueId\": \"TKT-976B628B-19AE-4F6D-A71E-A6204CDA17DB\",\n            \"Locator\": \"BCUZVS\",\n            \"Ticket\": \"1272102116899\",\n            \"LastUpdate\": \"2022-02-16T17:27:47.263\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4871,\n            \"UniqueId\": \"TKT-4B4757B6-1BA4-4B35-BD6D-0AE5715B8D71\",\n            \"Locator\": \"BHHCFN\",\n            \"Ticket\": \"1272102118151\",\n            \"LastUpdate\": \"2022-02-17T09:31:28.607\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4872,\n            \"UniqueId\": \"TKT-7EEA7774-4FB6-4EF8-B4D2-D366F709037F\",\n            \"Locator\": \"GAGEEC\",\n            \"Ticket\": \"1272102119110\",\n            \"LastUpdate\": \"2022-02-17T13:14:14.56\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4873,\n            \"UniqueId\": \"TKT-6C6A248A-006D-4597-8461-F5C84C5F2BAC\",\n            \"Locator\": \"39JXWV\",\n            \"Ticket\": \"0756529887144\",\n            \"LastUpdate\": \"2022-02-17T13:32:34.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4874,\n            \"UniqueId\": \"TKT-451F137B-84F5-449C-9F26-39560B6A3C27\",\n            \"Locator\": \"ETPOGM\",\n            \"Ticket\": \"1272102119181\",\n            \"LastUpdate\": \"2022-02-17T14:09:39.997\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4875,\n            \"UniqueId\": \"TKT-C70350F1-DAF5-4349-9281-F8223E3C4AD2\",\n            \"Locator\": \"UMITKH\",\n            \"Ticket\": \"1272102119379\",\n            \"LastUpdate\": \"2022-02-17T14:10:14.733\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4876,\n            \"UniqueId\": \"TKT-7B1011ED-D9A0-4E64-9F84-282820AF8828\",\n            \"Locator\": \"EVQKIS\",\n            \"Ticket\": \"1272102119397\",\n            \"LastUpdate\": \"2022-02-17T14:27:54.39\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4877,\n            \"UniqueId\": \"TKT-3BCB527F-0271-46E1-B8E5-C94953E9CC37\",\n            \"Locator\": \"GBAJLF\",\n            \"Ticket\": \"1272102119506\",\n            \"LastUpdate\": \"2022-02-17T14:40:53.543\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4878,\n            \"UniqueId\": \"TKT-D147AD40-F4F1-4862-8931-971B17134DF4\",\n            \"Locator\": \"GBPTDO\",\n            \"Ticket\": \"1272102119524\",\n            \"LastUpdate\": \"2022-02-17T14:57:48.757\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4879,\n            \"UniqueId\": \"TKT-9518260F-C326-482A-8A4E-56820F3A7206\",\n            \"Locator\": \"GFJGNZ\",\n            \"Ticket\": \"1272102120060\",\n            \"LastUpdate\": \"2022-02-18T01:25:29.23\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4880,\n            \"UniqueId\": \"TKT-6AE5355D-1065-49D9-BEA4-62C6AA9E8B39\",\n            \"Locator\": \"GDHMIG\",\n            \"Ticket\": \"1272102121157\",\n            \"LastUpdate\": \"2022-02-18T08:41:00.203\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4881,\n            \"UniqueId\": \"TKT-204E3748-BF30-4332-B7B8-A68F8A77E69E\",\n            \"Locator\": \"EYCOBZ\",\n            \"Ticket\": \"1272102121094\",\n            \"LastUpdate\": \"2022-02-18T08:41:30.363\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4882,\n            \"UniqueId\": \"TKT-FEDCBD80-C918-4803-B90C-1FBE9DB3861D\",\n            \"Locator\": \"CQBXOT\",\n            \"Ticket\": \"1272102121236\",\n            \"LastUpdate\": \"2022-02-18T09:12:49.213\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4883,\n            \"UniqueId\": \"TKT-CA3ED2FB-59E1-4AE0-9F51-C254E76CA812\",\n            \"Locator\": \"VRJDPG\",\n            \"Ticket\": \"1272102121323\",\n            \"LastUpdate\": \"2022-02-18T09:15:16.76\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4884,\n            \"UniqueId\": \"TKT-53C71665-4738-4100-87AD-DC43A96E7BA7\",\n            \"Locator\": \"BLIGRY\",\n            \"Ticket\": \"1272102121325\",\n            \"LastUpdate\": \"2022-02-18T09:15:49.31\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4885,\n            \"UniqueId\": \"TKT-E8423D0A-47F3-42D9-96E3-03851B627442\",\n            \"Locator\": \"BLQNBY\",\n            \"Ticket\": \"1272102121260\",\n            \"LastUpdate\": \"2022-02-18T09:44:17.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4886,\n            \"UniqueId\": \"TKT-CF58541B-2500-46C0-BD55-147434190F33\",\n            \"Locator\": \"CQKMLJ\",\n            \"Ticket\": \"9572155337233\",\n            \"LastUpdate\": \"2022-02-18T10:16:31.63\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4887,\n            \"UniqueId\": \"TKT-8CCA4A6B-E2C8-487B-B168-3C783127D190\",\n            \"Locator\": \"XQNSFD\",\n            \"Ticket\": \"1272168587751\",\n            \"LastUpdate\": \"2022-02-20T23:39:55.27\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4888,\n            \"UniqueId\": \"TKT-FA1E5D7C-942D-49E2-B10E-CBCCC2B12AF3\",\n            \"Locator\": \"XQNSFD\",\n            \"Ticket\": \"1272168587752\",\n            \"LastUpdate\": \"2022-02-20T23:39:57.117\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4889,\n            \"UniqueId\": \"TKT-0CA29AF5-B5C6-4D5D-B416-15F69BE8F845\",\n            \"Locator\": \"XWDHZT\",\n            \"Ticket\": \"1272168588193\",\n            \"LastUpdate\": \"2022-02-21T11:20:02.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4890,\n            \"UniqueId\": \"TKT-9FD467D3-7DC0-40BA-98F7-5A6DE9F63A12\",\n            \"Locator\": \"CAOLBX\",\n            \"Ticket\": \"1272168588251\",\n            \"LastUpdate\": \"2022-02-21T12:16:57.64\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4891,\n            \"UniqueId\": \"TKT-2491771E-C22D-44D1-A883-4AA310CCED03\",\n            \"Locator\": \"KIVJQY\",\n            \"Ticket\": \"1272168588354\",\n            \"LastUpdate\": \"2022-02-21T12:19:38.8\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4892,\n            \"UniqueId\": \"TKT-FBF55DD1-97AD-4B6D-B07E-2B93FEE93848\",\n            \"Locator\": \"CBTQOA\",\n            \"Ticket\": \"1272168588359\",\n            \"LastUpdate\": \"2022-02-21T12:25:46.38\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4893,\n            \"UniqueId\": \"TKT-E651D62D-BA7F-4646-BA61-F4E991D9A7DB\",\n            \"Locator\": \"KICEXO\",\n            \"Ticket\": \"1272168588368\",\n            \"LastUpdate\": \"2022-02-21T12:35:19.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4894,\n            \"UniqueId\": \"TKT-1CC517BC-224D-4A1F-B39E-DF0E8AFDE7CF\",\n            \"Locator\": \"DTCALG\",\n            \"Ticket\": \"1272168591609\",\n            \"LastUpdate\": \"2022-02-22T12:38:14.51\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4895,\n            \"UniqueId\": \"TKT-814799BE-664D-4C27-89C9-AA3C6B66EC95\",\n            \"Locator\": \"MAPWRW\",\n            \"Ticket\": \"1272168592425\",\n            \"LastUpdate\": \"2022-02-22T16:04:17.917\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4896,\n            \"UniqueId\": \"TKT-A5383AEE-1EE8-4015-8CC0-9178AB862751\",\n            \"Locator\": \"MDEUPM\",\n            \"Ticket\": \"1272168592737\",\n            \"LastUpdate\": \"2022-02-22T18:26:57.69\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4897,\n            \"UniqueId\": \"TKT-59F840F7-00DB-426E-AC8A-5FEAE155E43E\",\n            \"Locator\": \"YRIQXW\",\n            \"Ticket\": \"1272168594853\",\n            \"LastUpdate\": \"2022-02-23T10:22:28.193\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4898,\n            \"UniqueId\": \"TKT-64F4E33C-856D-4852-BEAC-0EE97EF2FC77\",\n            \"Locator\": \"FRNEBW\",\n            \"Ticket\": \"1272168595379\",\n            \"LastUpdate\": \"2022-02-23T13:01:25.74\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4899,\n            \"UniqueId\": \"TKT-ED1FDF68-231B-4B90-9517-7606F4A199FD\",\n            \"Locator\": \"3RYOJU\",\n            \"Ticket\": \"0756529887146\",\n            \"LastUpdate\": \"2022-02-23T13:34:11.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4900,\n            \"UniqueId\": \"TKT-D4AFC695-43BE-46DD-8D90-35AF610CD921\",\n            \"Locator\": \"ENLINL\",\n            \"Ticket\": \"1272168595817\",\n            \"LastUpdate\": \"2022-02-23T16:58:42.18\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4901,\n            \"UniqueId\": \"TKT-07B5B0BB-C8DB-400A-A06A-E4E12B13058E\",\n            \"Locator\": \"QZNJHC\",\n            \"Ticket\": \"1272168595835\",\n            \"LastUpdate\": \"2022-02-23T17:20:06.47\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4902,\n            \"UniqueId\": \"TKT-9AA3F0DF-F45A-423B-9065-D207FD6066E0\",\n            \"Locator\": \"EMCMGE\",\n            \"Ticket\": \"1272168596018\",\n            \"LastUpdate\": \"2022-02-23T18:25:24.447\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4903,\n            \"UniqueId\": \"TKT-8FA572DF-92AF-4CF4-9D53-0B5784F2820B\",\n            \"Locator\": \"FYDFKU\",\n            \"Ticket\": \"1272168596043\",\n            \"LastUpdate\": \"2022-02-23T18:59:26.457\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4904,\n            \"UniqueId\": \"TKT-1A7C8EF0-3A2A-4D97-9AB8-7FA8E61932F2\",\n            \"Locator\": \"UMIZYE\",\n            \"Ticket\": \"1272168596057\",\n            \"LastUpdate\": \"2022-02-23T19:21:43.487\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4905,\n            \"UniqueId\": \"TKT-272BBB09-2C76-4924-8780-2415945D638B\",\n            \"Locator\": \"GKQZXT\",\n            \"Ticket\": \"1272168599820\",\n            \"LastUpdate\": \"2022-02-24T09:53:13.61\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4906,\n            \"UniqueId\": \"TKT-0688180B-8440-4847-9D68-0DB889278468\",\n            \"Locator\": \"GKOOVL\",\n            \"Ticket\": \"1272168599925\",\n            \"LastUpdate\": \"2022-02-24T10:10:46.12\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4907,\n            \"UniqueId\": \"TKT-161F6629-B41D-4F38-8352-EE56503E6C42\",\n            \"Locator\": \"SUWOPZ\",\n            \"Ticket\": \"1272168600127\",\n            \"LastUpdate\": \"2022-02-24T11:28:10.477\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4908,\n            \"UniqueId\": \"TKT-800EA391-E3D0-4C72-B59F-818710453BBE\",\n            \"Locator\": \"ICXJZV\",\n            \"Ticket\": \"1272168618272\",\n            \"LastUpdate\": \"2022-02-28T10:04:14.093\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4909,\n            \"UniqueId\": \"TKT-4B26B587-B483-4C42-A097-7D2734667788\",\n            \"Locator\": \"ZEJEJF\",\n            \"Ticket\": \"1272168618277\",\n            \"LastUpdate\": \"2022-02-28T10:05:43.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4910,\n            \"UniqueId\": \"TKT-AAF26942-F839-4017-9126-5A2DADADC7A7\",\n            \"Locator\": \"JLQTCR\",\n            \"Ticket\": \"1272168618460\",\n            \"LastUpdate\": \"2022-02-28T10:33:04.523\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4911,\n            \"UniqueId\": \"TKT-D0447606-C3BC-4D47-B1DA-15874077DDFA\",\n            \"Locator\": \"VGOJXJ\",\n            \"Ticket\": \"1272168618366\",\n            \"LastUpdate\": \"2022-02-28T10:33:33.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4912,\n            \"UniqueId\": \"TKT-1B7EE689-DF0D-4BD1-9D48-D7E901314A40\",\n            \"Locator\": \"ZUHXFT\",\n            \"Ticket\": \"1272168618395\",\n            \"LastUpdate\": \"2022-02-28T10:58:42.083\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4913,\n            \"UniqueId\": \"TKT-7A7547D3-07A8-420B-8BA2-97B581EBD207\",\n            \"Locator\": \"RSXTNK\",\n            \"Ticket\": \"1272168623596\",\n            \"LastUpdate\": \"2022-03-01T16:16:49.457\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4914,\n            \"UniqueId\": \"TKT-3309C13F-BD21-490D-B1AC-38CE9EEBCFBD\",\n            \"Locator\": \"AKECCY\",\n            \"Ticket\": \"1272168623712\",\n            \"LastUpdate\": \"2022-03-01T17:58:02.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4915,\n            \"UniqueId\": \"TKT-1688C354-6F8B-4702-9697-9589D0935BB2\",\n            \"Locator\": \"AKECCY\",\n            \"Ticket\": \"1272168623714\",\n            \"LastUpdate\": \"2022-03-01T17:58:03.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4916,\n            \"UniqueId\": \"TKT-F31BE0F2-ADF7-4F58-9C9B-ADA4F3F5730E\",\n            \"Locator\": \"AKECCY\",\n            \"Ticket\": \"1272168623713\",\n            \"LastUpdate\": \"2022-03-01T17:58:04.667\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4917,\n            \"UniqueId\": \"TKT-20DFFADF-F245-44E7-9D20-70D75AEF155F\",\n            \"Locator\": \"BQFONY\",\n            \"Ticket\": \"1272168623693\",\n            \"LastUpdate\": \"2022-03-01T18:32:03.2\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4918,\n            \"UniqueId\": \"TKT-E4E485D8-0496-46DC-A5FF-D470DC6EB3B6\",\n            \"Locator\": \"RYIWPD\",\n            \"Ticket\": \"1272168623811\",\n            \"LastUpdate\": \"2022-03-01T19:40:35.967\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4919,\n            \"UniqueId\": \"TKT-3447936C-8297-4F92-BAD4-D0C5CF70736F\",\n            \"Locator\": \"XHWXHI\",\n            \"Ticket\": \"1272168623750\",\n            \"LastUpdate\": \"2022-03-01T19:53:26.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4920,\n            \"UniqueId\": \"TKT-E1A8FE05-51B0-45B9-A9CF-C286A3F35300\",\n            \"Locator\": \"XHWXHI\",\n            \"Ticket\": \"1272168623752\",\n            \"LastUpdate\": \"2022-03-01T19:53:33.047\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4921,\n            \"UniqueId\": \"TKT-2288B2B6-4335-4E18-B7DF-5C6187E98003\",\n            \"Locator\": \"XHWXHI\",\n            \"Ticket\": \"1272168623751\",\n            \"LastUpdate\": \"2022-03-01T19:53:38.343\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4922,\n            \"UniqueId\": \"TKT-FCF94279-66F7-4077-BD08-6DBE29D8F44D\",\n            \"Locator\": \"BRJIQM\",\n            \"Ticket\": \"1272168623763\",\n            \"LastUpdate\": \"2022-03-01T20:23:22.253\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4923,\n            \"UniqueId\": \"TKT-90C0A796-65B3-4BEC-9CCA-F5BB4DC353BD\",\n            \"Locator\": \"SVTDBX\",\n            \"Ticket\": \"1272168626088\",\n            \"LastUpdate\": \"2022-03-02T09:28:46.74\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4924,\n            \"UniqueId\": \"TKT-E0829089-97F6-4483-9DBD-45218D570814\",\n            \"Locator\": \"SWRQVM\",\n            \"Ticket\": \"1272168626400\",\n            \"LastUpdate\": \"2022-03-02T09:59:01.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4925,\n            \"UniqueId\": \"TKT-6ECA8EC6-E283-4D2E-9BB9-8823A0022AA0\",\n            \"Locator\": \"SXTWSR\",\n            \"Ticket\": \"1272168627162\",\n            \"LastUpdate\": \"2022-03-02T10:47:10.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4926,\n            \"UniqueId\": \"TKT-F87BB537-07B7-4C89-88CC-F20978DCC15E\",\n            \"Locator\": \"QPSRQI\",\n            \"Ticket\": \"1272168627508\",\n            \"LastUpdate\": \"2022-03-02T11:48:52.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4927,\n            \"UniqueId\": \"TKT-5C76C1C6-1407-4BAB-B967-387677FE5149\",\n            \"Locator\": \"SZQELP\",\n            \"Ticket\": \"1272168627567\",\n            \"LastUpdate\": \"2022-03-02T12:36:46.943\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4928,\n            \"UniqueId\": \"TKT-8087A1ED-ACC0-4C48-813D-34010110D350\",\n            \"Locator\": \"CVZCYV\",\n            \"Ticket\": \"1272168627811\",\n            \"LastUpdate\": \"2022-03-02T14:23:46.543\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4929,\n            \"UniqueId\": \"TKT-59ED311C-131B-44DB-80A1-BFDD3717B559\",\n            \"Locator\": \"CWBZTA\",\n            \"Ticket\": \"1272168627918\",\n            \"LastUpdate\": \"2022-03-02T15:25:06.387\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4930,\n            \"UniqueId\": \"TKT-0E666312-D2CB-4DF8-B54C-C13E62A526FE\",\n            \"Locator\": \"YRRNQO\",\n            \"Ticket\": \"1272168627881\",\n            \"LastUpdate\": \"2022-03-02T15:28:51.73\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4931,\n            \"UniqueId\": \"TKT-F79D2325-BF94-466B-804B-A07901D6019E\",\n            \"Locator\": \"YRRNQO\",\n            \"Ticket\": \"1272168627883\",\n            \"LastUpdate\": \"2022-03-02T15:28:52.973\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4932,\n            \"UniqueId\": \"TKT-B13A96FB-E767-4312-B4EF-C1F2E4D6B24E\",\n            \"Locator\": \"YRRNQO\",\n            \"Ticket\": \"1272168627882\",\n            \"LastUpdate\": \"2022-03-02T15:28:54.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4933,\n            \"UniqueId\": \"TKT-38DCDF77-582A-4242-9CB9-CA97287B8A9F\",\n            \"Locator\": \"SISBBC\",\n            \"Ticket\": \"1272168627935\",\n            \"LastUpdate\": \"2022-03-02T15:32:22.397\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4934,\n            \"UniqueId\": \"TKT-9D287C07-A23B-4E77-BE56-0D1AE41B5892\",\n            \"Locator\": \"YRUEEG\",\n            \"Ticket\": \"1272168628017\",\n            \"LastUpdate\": \"2022-03-02T15:37:15.96\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4935,\n            \"UniqueId\": \"TKT-801908B6-6650-4E3A-8E81-8783B6124BFA\",\n            \"Locator\": \"YRUEEG\",\n            \"Ticket\": \"1272168628019\",\n            \"LastUpdate\": \"2022-03-02T15:37:17.22\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4936,\n            \"UniqueId\": \"TKT-9DCA7278-F311-4BEA-99A7-0F44818D53D8\",\n            \"Locator\": \"YRUEEG\",\n            \"Ticket\": \"1272168628018\",\n            \"LastUpdate\": \"2022-03-02T15:37:18.41\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4937,\n            \"UniqueId\": \"TKT-42987226-41F6-4791-B08B-98615ACB4596\",\n            \"Locator\": \"DAPKSG\",\n            \"Ticket\": \"1272168631792\",\n            \"LastUpdate\": \"2022-03-03T09:21:33.837\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4938,\n            \"UniqueId\": \"TKT-C099A84C-06BB-485E-9AB3-46E02EECC612\",\n            \"Locator\": \"DBSIFS\",\n            \"Ticket\": \"1272168631848\",\n            \"LastUpdate\": \"2022-03-03T09:22:00.007\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4939,\n            \"UniqueId\": \"TKT-52F029DE-D9FD-4180-9215-974495E8E8DE\",\n            \"Locator\": \"DAIIVX\",\n            \"Ticket\": \"1272168631795\",\n            \"LastUpdate\": \"2022-03-03T09:22:25.557\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4940,\n            \"UniqueId\": \"TKT-EF06BF69-6379-46E8-A99A-8BC1F9EEAF3D\",\n            \"Locator\": \"DALSST\",\n            \"Ticket\": \"1272168631797\",\n            \"LastUpdate\": \"2022-03-03T09:22:56.667\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4941,\n            \"UniqueId\": \"TKT-7CDA2AD4-1399-4356-8A83-EF9F7B1EF05C\",\n            \"Locator\": \"TNQXTL\",\n            \"Ticket\": \"1272168631798\",\n            \"LastUpdate\": \"2022-03-03T09:23:28.14\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4942,\n            \"UniqueId\": \"TKT-7BD99927-117A-4E67-8B8E-349307560DF9\",\n            \"Locator\": \"TNBTBR\",\n            \"Ticket\": \"1272168632592\",\n            \"LastUpdate\": \"2022-03-03T14:06:21.07\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4943,\n            \"UniqueId\": \"TKT-8ED373E1-ACEC-4D3D-9F42-9B1921882C83\",\n            \"Locator\": \"TPUIMV\",\n            \"Ticket\": \"1272168632620\",\n            \"LastUpdate\": \"2022-03-03T14:07:34.033\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4944,\n            \"UniqueId\": \"TKT-83E6DE04-092C-4E43-923D-F9BA8A159775\",\n            \"Locator\": \"BNLNCH\",\n            \"Ticket\": \"1272168632595\",\n            \"LastUpdate\": \"2022-03-03T14:09:00.84\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4945,\n            \"UniqueId\": \"TKT-A0459959-43C0-48F2-9242-AF36AE1DE35F\",\n            \"Locator\": \"YASLPL\",\n            \"Ticket\": \"1272168632627\",\n            \"LastUpdate\": \"2022-03-03T14:21:14.453\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4946,\n            \"UniqueId\": \"TKT-1F3F6D59-DA39-4E91-BE53-345EB0D4E2A0\",\n            \"Locator\": \"DIMFTK\",\n            \"Ticket\": \"1272168632826\",\n            \"LastUpdate\": \"2022-03-03T16:12:42.3\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4947,\n            \"UniqueId\": \"TKT-0DBBD9B1-9380-493C-A40F-9AE2F2083F77\",\n            \"Locator\": \"CQBWMB\",\n            \"Ticket\": \"1272168632936\",\n            \"LastUpdate\": \"2022-03-03T16:15:59.223\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4948,\n            \"UniqueId\": \"TKT-9479346A-9FCE-4D84-913B-BDF65831F369\",\n            \"Locator\": \"DJNRBO\",\n            \"Ticket\": \"1272168632948\",\n            \"LastUpdate\": \"2022-03-03T16:23:47.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4949,\n            \"UniqueId\": \"TKT-CB59BAF3-5EA9-4D58-839C-8028599860D0\",\n            \"Locator\": \"UBZPLM\",\n            \"Ticket\": \"1272168633248\",\n            \"LastUpdate\": \"2022-03-03T22:02:39.47\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4950,\n            \"UniqueId\": \"TKT-47867403-D693-4606-8DBD-01C48510666C\",\n            \"Locator\": \"DMTKOO\",\n            \"Ticket\": \"1272168633249\",\n            \"LastUpdate\": \"2022-03-03T22:03:32.873\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4951,\n            \"UniqueId\": \"TKT-0D397821-2273-4B9F-9D22-A1F897B3A963\",\n            \"Locator\": \"CSOFAZ\",\n            \"Ticket\": \"1272168633258\",\n            \"LastUpdate\": \"2022-03-03T22:28:58.677\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4952,\n            \"UniqueId\": \"TKT-B7824CC3-6CFA-4EFF-A146-CED8DEAC83CB\",\n            \"Locator\": \"CTQLSJ\",\n            \"Ticket\": \"1272168633420\",\n            \"LastUpdate\": \"2022-03-03T22:39:38.217\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4953,\n            \"UniqueId\": \"TKT-84C79830-91B1-460E-8AB5-E702A475D27F\",\n            \"Locator\": \"UEAMMK\",\n            \"Ticket\": \"1272168633533\",\n            \"LastUpdate\": \"2022-03-03T23:04:22.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4954,\n            \"UniqueId\": \"TKT-21D1DBBE-1603-46FE-95D1-A415DF7827E0\",\n            \"Locator\": \"ESYVUY\",\n            \"Ticket\": \"1272168633535\",\n            \"LastUpdate\": \"2022-03-03T23:22:48.247\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4955,\n            \"UniqueId\": \"TKT-5326A220-7D66-4A1C-8949-602EFB42D446\",\n            \"Locator\": \"VVVXGU\",\n            \"Ticket\": \"1272168633772\",\n            \"LastUpdate\": \"2022-03-04T07:55:41.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4956,\n            \"UniqueId\": \"TKT-0C473F76-5899-42CD-9E54-20E1853A9347\",\n            \"Locator\": \"VYDHYG\",\n            \"Ticket\": \"1272168634426\",\n            \"LastUpdate\": \"2022-03-04T11:03:51.413\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4957,\n            \"UniqueId\": \"TKT-A7928104-25D4-4C87-8123-B043CDD919F2\",\n            \"Locator\": \"FYVGWW\",\n            \"Ticket\": \"1272168635377\",\n            \"LastUpdate\": \"2022-03-04T18:24:38.033\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4958,\n            \"UniqueId\": \"TKT-E5D81C7E-999B-488C-B04F-ECF6283BDAE9\",\n            \"Locator\": \"VJBLOS\",\n            \"Ticket\": \"1272168637395\",\n            \"LastUpdate\": \"2022-03-07T09:47:19.747\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4959,\n            \"UniqueId\": \"TKT-B912F2C4-1B82-48D6-A25C-5DB5E8FF6B85\",\n            \"Locator\": \"FVFZEN\",\n            \"Ticket\": \"1272168637396\",\n            \"LastUpdate\": \"2022-03-07T09:48:58.663\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4960,\n            \"UniqueId\": \"TKT-D57E368F-F090-46C3-B939-0D0D49F5CC45\",\n            \"Locator\": \"FVTEOP\",\n            \"Ticket\": \"1272168637401\",\n            \"LastUpdate\": \"2022-03-07T09:50:51.633\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4961,\n            \"UniqueId\": \"TKT-655D0869-3731-4C2D-A15E-D9C328E96492\",\n            \"Locator\": \"VGYLGR\",\n            \"Ticket\": \"1272168637551\",\n            \"LastUpdate\": \"2022-03-07T09:51:20.003\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4962,\n            \"UniqueId\": \"TKT-A3F9D431-ACCE-45ED-A650-21822E7B8625\",\n            \"Locator\": \"FUAJTK\",\n            \"Ticket\": \"1272168637554\",\n            \"LastUpdate\": \"2022-03-07T09:54:35.73\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4963,\n            \"UniqueId\": \"TKT-5D683C19-3182-4151-A69E-9F0A8B1A46F4\",\n            \"Locator\": \"CBTXNW\",\n            \"Ticket\": \"1272168637615\",\n            \"LastUpdate\": \"2022-03-07T09:55:31.63\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4964,\n            \"UniqueId\": \"TKT-B9A57E56-D286-4F43-BF1C-CD2B158083F5\",\n            \"Locator\": \"VHOLMN\",\n            \"Ticket\": \"1272168637618\",\n            \"LastUpdate\": \"2022-03-07T09:57:14.093\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4965,\n            \"UniqueId\": \"TKT-FBAF9C13-6C6E-4139-87E3-0B35DEDB2C9E\",\n            \"Locator\": \"CACILE\",\n            \"Ticket\": \"1272168637619\",\n            \"LastUpdate\": \"2022-03-07T10:00:35.157\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4966,\n            \"UniqueId\": \"TKT-D2E070BA-0B25-494C-9B11-4FF5E6B31260\",\n            \"Locator\": \"YKCMSD\",\n            \"Ticket\": \"1272168637621\",\n            \"LastUpdate\": \"2022-03-07T10:01:34.837\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4967,\n            \"UniqueId\": \"TKT-0D5B6779-584F-4D06-A8EC-2E8258E38486\",\n            \"Locator\": \"EMQVBU\",\n            \"Ticket\": \"1272168637562\",\n            \"LastUpdate\": \"2022-03-07T10:02:04.22\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4968,\n            \"UniqueId\": \"TKT-AD33321C-AD63-4EAB-8E2D-63F32D87FE4A\",\n            \"Locator\": \"ZBZXYJ\",\n            \"Ticket\": \"1272168637567\",\n            \"LastUpdate\": \"2022-03-07T10:02:30.38\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4969,\n            \"UniqueId\": \"TKT-3C87796E-1643-4CC8-9EBC-BC9C0C337E78\",\n            \"Locator\": \"ILDPGY\",\n            \"Ticket\": \"1272168637568\",\n            \"LastUpdate\": \"2022-03-07T10:02:53.757\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4970,\n            \"UniqueId\": \"TKT-671D0D54-FC1B-49F4-9DCA-7CBCEE232827\",\n            \"Locator\": \"VGUPTO\",\n            \"Ticket\": \"1272168637569\",\n            \"LastUpdate\": \"2022-03-07T10:03:23.157\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4971,\n            \"UniqueId\": \"TKT-909EB98F-D59A-4779-966D-D93118BF32BC\",\n            \"Locator\": \"EMTYSS\",\n            \"Ticket\": \"1272168637622\",\n            \"LastUpdate\": \"2022-03-07T10:03:49.493\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4972,\n            \"UniqueId\": \"TKT-A474AE61-D4D3-4BC1-B9A4-C35279857F98\",\n            \"Locator\": \"CAOFDI\",\n            \"Ticket\": \"1272168637573\",\n            \"LastUpdate\": \"2022-03-07T10:04:47.38\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4973,\n            \"UniqueId\": \"TKT-DFDF3A7C-5749-4586-9278-28C2CD536243\",\n            \"Locator\": \"VZXIKY\",\n            \"Ticket\": \"1272168637623\",\n            \"LastUpdate\": \"2022-03-07T10:05:17.037\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4974,\n            \"UniqueId\": \"TKT-102C7736-0392-4D25-8C95-C1BA944B2A1A\",\n            \"Locator\": \"ARHFLY\",\n            \"Ticket\": \"1272168637625\",\n            \"LastUpdate\": \"2022-03-07T10:05:43.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4975,\n            \"UniqueId\": \"TKT-7451656E-FE0A-43BB-A3C5-92D01473E030\",\n            \"Locator\": \"IKGHIX\",\n            \"Ticket\": \"1272168637626\",\n            \"LastUpdate\": \"2022-03-07T10:05:48.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4976,\n            \"UniqueId\": \"TKT-EC7477AB-510B-440F-BCD9-F1B9C8374CB9\",\n            \"Locator\": \"4II63K\",\n            \"Ticket\": \"0756995063304\",\n            \"LastUpdate\": \"2022-03-07T14:03:34.097\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4977,\n            \"UniqueId\": \"TKT-6573FD5A-4825-4EA0-ACDC-E5C1A3BA81E2\",\n            \"Locator\": \"4IL8C6\",\n            \"Ticket\": \"0756995063305\",\n            \"LastUpdate\": \"2022-03-07T14:06:57.68\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4978,\n            \"UniqueId\": \"TKT-11B848CF-AC32-45F3-83C4-C4C870B070FE\",\n            \"Locator\": \"4INOYX\",\n            \"Ticket\": \"0756995063306\",\n            \"LastUpdate\": \"2022-03-07T14:11:04.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4979,\n            \"UniqueId\": \"TKT-7BF70A79-AF98-4E32-BB0D-C2F12950CB64\",\n            \"Locator\": \"DMPDMC\",\n            \"Ticket\": \"1272168638244\",\n            \"LastUpdate\": \"2022-03-07T14:24:12.723\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4980,\n            \"UniqueId\": \"TKT-71B70AFB-C273-43D0-96D1-7173CD3F757B\",\n            \"Locator\": \"ZEOVAR\",\n            \"Ticket\": \"1272168638251\",\n            \"LastUpdate\": \"2022-03-07T14:30:07.907\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4981,\n            \"UniqueId\": \"TKT-3570FDDB-72F5-424E-894C-FCDCDB0208D9\",\n            \"Locator\": \"4IYXIO\",\n            \"Ticket\": \"0756995063307\",\n            \"LastUpdate\": \"2022-03-07T14:34:29.733\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4982,\n            \"UniqueId\": \"TKT-CCEF18C4-8BA9-4F41-A835-93D3D89B7CAF\",\n            \"Locator\": \"4J3TB3\",\n            \"Ticket\": \"0756995063308\",\n            \"LastUpdate\": \"2022-03-07T14:37:26.457\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4983,\n            \"UniqueId\": \"TKT-67E97C68-6DB1-44FA-8E60-637062D7380A\",\n            \"Locator\": \"4IZOUM\",\n            \"Ticket\": \"0756995063309\",\n            \"LastUpdate\": \"2022-03-07T14:37:27.47\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4984,\n            \"UniqueId\": \"TKT-9AFE2094-6E58-492E-8F33-6605FF5AD6BC\",\n            \"Locator\": \"IPMXRY\",\n            \"Ticket\": \"1272168638171\",\n            \"LastUpdate\": \"2022-03-07T14:59:50.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4985,\n            \"UniqueId\": \"TKT-AB806B0A-E8AB-4654-900B-D3D3DD95268E\",\n            \"Locator\": \"ZFLTOR\",\n            \"Ticket\": \"1272168638324\",\n            \"LastUpdate\": \"2022-03-07T15:09:58.59\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4986,\n            \"UniqueId\": \"TKT-239826FA-31E3-42D9-B1A1-A80FE98F4D30\",\n            \"Locator\": \"ZFMBPL\",\n            \"Ticket\": \"1272168638179\",\n            \"LastUpdate\": \"2022-03-07T15:13:47.6\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4987,\n            \"UniqueId\": \"TKT-EF9016A6-0A60-4554-975B-C8B74A0B9E8E\",\n            \"Locator\": \"IPUZEL\",\n            \"Ticket\": \"1272168638355\",\n            \"LastUpdate\": \"2022-03-07T15:21:48.667\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4988,\n            \"UniqueId\": \"TKT-879FD91A-A1BC-4072-9BA7-D9A6C0DDC9B1\",\n            \"Locator\": \"ZELRYP\",\n            \"Ticket\": \"1272168638358\",\n            \"LastUpdate\": \"2022-03-07T15:22:15.927\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4989,\n            \"UniqueId\": \"TKT-99937816-20C6-43CE-AFCB-09A1BCADE52A\",\n            \"Locator\": \"DNWCXB\",\n            \"Ticket\": \"1272168638360\",\n            \"LastUpdate\": \"2022-03-07T15:22:42.22\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4990,\n            \"UniqueId\": \"TKT-BB753628-EF36-4CF2-9BDD-63BAC9A6AAB3\",\n            \"Locator\": \"DLPAFY\",\n            \"Ticket\": \"1272168638364\",\n            \"LastUpdate\": \"2022-03-07T15:23:35.09\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4991,\n            \"UniqueId\": \"TKT-E84A4849-BDDA-428B-BF30-779102EDC2B7\",\n            \"Locator\": \"IPTYBL\",\n            \"Ticket\": \"1272168638374\",\n            \"LastUpdate\": \"2022-03-07T15:23:59.367\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4992,\n            \"UniqueId\": \"TKT-68237E44-286A-4BDE-9212-78756DF8B819\",\n            \"Locator\": \"ZMTBPI\",\n            \"Ticket\": \"1272168638941\",\n            \"LastUpdate\": \"2022-03-07T17:29:38.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4993,\n            \"UniqueId\": \"TKT-092EAB0E-809D-4463-8349-B3575AD0C5AF\",\n            \"Locator\": \"DNOQIO\",\n            \"Ticket\": \"1272168638862\",\n            \"LastUpdate\": \"2022-03-07T17:41:55.73\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4994,\n            \"UniqueId\": \"TKT-DCB4CE8D-2E0B-4BC8-8160-98E8CD1F4620\",\n            \"Locator\": \"AVTCFM\",\n            \"Ticket\": \"1272168638976\",\n            \"LastUpdate\": \"2022-03-07T17:53:46.7\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4995,\n            \"UniqueId\": \"TKT-6DB84543-4C07-4939-9487-D98CE191E4AC\",\n            \"Locator\": \"JYTXYM\",\n            \"Ticket\": \"1272168639048\",\n            \"LastUpdate\": \"2022-03-07T18:46:31.523\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4996,\n            \"UniqueId\": \"TKT-D103C3FB-49B4-44FD-97B3-3E61B24EF108\",\n            \"Locator\": \"DPMYUF\",\n            \"Ticket\": \"1272168639303\",\n            \"LastUpdate\": \"2022-03-07T18:53:11.407\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4997,\n            \"UniqueId\": \"TKT-89CB969D-B617-4243-98E6-1C7355DA7F26\",\n            \"Locator\": \"LRVODT\",\n            \"Ticket\": \"1272168641439\",\n            \"LastUpdate\": \"2022-03-08T11:08:55.65\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4998,\n            \"UniqueId\": \"TKT-1EB1EF68-16AF-4F08-8AC0-9FA4B63B3CDF\",\n            \"Locator\": \"LSUNUN\",\n            \"Ticket\": \"1272168642182\",\n            \"LastUpdate\": \"2022-03-08T13:39:33.263\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 4999,\n            \"UniqueId\": \"TKT-5D647DE3-2E63-4794-82E9-2DCDA1440411\",\n            \"Locator\": \"BJQGMA\",\n            \"Ticket\": \"1272168642191\",\n            \"LastUpdate\": \"2022-03-08T13:43:37.793\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5000,\n            \"UniqueId\": \"TKT-95B1C760-4E4D-4B66-AF87-392DE55E5A21\",\n            \"Locator\": \"BJSNFN\",\n            \"Ticket\": \"1272168642304\",\n            \"LastUpdate\": \"2022-03-08T13:56:46.367\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5001,\n            \"UniqueId\": \"TKT-DF52CF6F-3F2B-4D51-9F6D-9067CC311523\",\n            \"Locator\": \"AJLNWO\",\n            \"Ticket\": \"1272168642657\",\n            \"LastUpdate\": \"2022-03-08T18:45:13.567\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5002,\n            \"UniqueId\": \"TKT-7F2C9F70-C920-45F9-AA46-B7D8886518FC\",\n            \"Locator\": \"MBXISH\",\n            \"Ticket\": \"1272168644711\",\n            \"LastUpdate\": \"2022-03-09T14:44:48.613\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5003,\n            \"UniqueId\": \"TKT-A26661B0-A845-4CC5-B20F-611B03E7B14B\",\n            \"Locator\": \"MPDKOY\",\n            \"Ticket\": \"1272168644788\",\n            \"LastUpdate\": \"2022-03-09T17:49:48.79\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5004,\n            \"UniqueId\": \"TKT-464D1A7F-A11A-4FE9-9D85-2D146217BED7\",\n            \"Locator\": \"BVUNKG\",\n            \"Ticket\": \"1272168644790\",\n            \"LastUpdate\": \"2022-03-09T18:05:01.527\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5005,\n            \"UniqueId\": \"TKT-76683757-C36C-463A-AB80-C48B5EAB4CAE\",\n            \"Locator\": \"DGXIGD\",\n            \"Ticket\": \"1272168644842\",\n            \"LastUpdate\": \"2022-03-09T18:24:53.72\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5006,\n            \"UniqueId\": \"TKT-3892A123-4C79-4F8B-83EE-BDDFBB6C9FED\",\n            \"Locator\": \"FYWHQW\",\n            \"Ticket\": \"1272168644792\",\n            \"LastUpdate\": \"2022-03-09T18:32:40.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5007,\n            \"UniqueId\": \"TKT-D2ED0C76-8B6A-4982-A12B-B297283865C1\",\n            \"Locator\": \"FYXZSW\",\n            \"Ticket\": \"1272168644845\",\n            \"LastUpdate\": \"2022-03-09T18:38:20.753\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5008,\n            \"UniqueId\": \"TKT-357832AC-BDE1-466C-A9E9-A5CC63820AB8\",\n            \"Locator\": \"QRJJFI\",\n            \"Ticket\": \"1272168644796\",\n            \"LastUpdate\": \"2022-03-09T18:45:09.89\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5009,\n            \"UniqueId\": \"TKT-37242A4E-EB40-44BC-8F00-4A74B29AB79C\",\n            \"Locator\": \"QRLLCH\",\n            \"Ticket\": \"1272168644855\",\n            \"LastUpdate\": \"2022-03-09T18:51:24.883\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5010,\n            \"UniqueId\": \"TKT-B9B97A00-322E-4740-8928-3506F2FFF586\",\n            \"Locator\": \"QRNMHE\",\n            \"Ticket\": \"1272168644939\",\n            \"LastUpdate\": \"2022-03-09T19:04:40.497\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5011,\n            \"UniqueId\": \"TKT-FC39FF90-C244-440C-8CF6-3D9E7A0D45E7\",\n            \"Locator\": \"ENXODX\",\n            \"Ticket\": \"1272168654930\",\n            \"LastUpdate\": \"2022-03-10T17:21:02.58\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5012,\n            \"UniqueId\": \"TKT-16608C2E-8AED-4DA2-9BB4-8F21D0FF5598\",\n            \"Locator\": \"VZOEBK\",\n            \"Ticket\": \"1272168697914\",\n            \"LastUpdate\": \"2022-03-15T14:17:02.823\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5013,\n            \"UniqueId\": \"TKT-0BBCA700-60B9-41FC-A3FC-2B35CCC26430\",\n            \"Locator\": \"JTQAVF\",\n            \"Ticket\": \"1272168698026\",\n            \"LastUpdate\": \"2022-03-15T15:26:01.05\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5014,\n            \"UniqueId\": \"TKT-CAD6051C-2E26-44F2-AC31-DFA410B68F6F\",\n            \"Locator\": \"KWVRWP\",\n            \"Ticket\": \"1272168710071\",\n            \"LastUpdate\": \"2022-03-16T11:14:04.37\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5016,\n            \"UniqueId\": \"TKT-0812EBEA-97E9-4ACC-9B35-0E402DE03B43\",\n            \"Locator\": \"KCKWQA\",\n            \"Ticket\": \"1272168710512\",\n            \"LastUpdate\": \"2022-03-16T13:43:32.32\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5017,\n            \"UniqueId\": \"TKT-BFEB4C2F-D619-4F51-BAC4-E0F6245DC801\",\n            \"Locator\": \"KIOMCC\",\n            \"Ticket\": \"1272168710706\",\n            \"LastUpdate\": \"2022-03-16T15:21:44.34\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5018,\n            \"UniqueId\": \"TKT-BB0EBD92-7AFF-4B97-9F99-881C77C9635D\",\n            \"Locator\": \"HOHJKR\",\n            \"Ticket\": \"1272168710647\",\n            \"LastUpdate\": \"2022-03-16T15:26:07.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5015,\n            \"UniqueId\": \"TKT-69560C2E-DD10-4385-9AD2-70F94F2545E6\",\n            \"Locator\": \"DVZDIR\",\n            \"Ticket\": \"1272168710387\",\n            \"LastUpdate\": \"2022-03-16T16:19:40.927\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5019,\n            \"UniqueId\": \"TKT-1894EEA8-6B8D-4E4B-9D9C-E4B52C69D248\",\n            \"Locator\": \"KMXWDP\",\n            \"Ticket\": \"1272168710751\",\n            \"LastUpdate\": \"2022-03-16T16:38:10.45\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5020,\n            \"UniqueId\": \"TKT-AEC0DA9A-E69D-4BAC-8FE9-3E38CE7FD20E\",\n            \"Locator\": \"KMXWDP\",\n            \"Ticket\": \"1272168710752\",\n            \"LastUpdate\": \"2022-03-16T16:38:11.74\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5021,\n            \"UniqueId\": \"TKT-12BC1BCA-AD45-441D-997E-65D4DAB7D79C\",\n            \"Locator\": \"KMXWDP\",\n            \"Ticket\": \"1272168710753\",\n            \"LastUpdate\": \"2022-03-16T16:38:12.983\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5022,\n            \"UniqueId\": \"TKT-EDE778E6-D3BE-4991-82B2-029CDD79FEC1\",\n            \"Locator\": \"KMXWDP\",\n            \"Ticket\": \"1272168710754\",\n            \"LastUpdate\": \"2022-03-16T16:38:14.227\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5023,\n            \"UniqueId\": \"TKT-9D484B33-7D09-47F4-8B7C-C96F54C0875A\",\n            \"Locator\": \"KPWFWZ\",\n            \"Ticket\": \"1272168710697\",\n            \"LastUpdate\": \"2022-03-16T17:45:41.617\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5024,\n            \"UniqueId\": \"TKT-8674664E-3FB3-4E44-BAB7-857F81B9C359\",\n            \"Locator\": \"YABHBV\",\n            \"Ticket\": \"1272168719121\",\n            \"LastUpdate\": \"2022-03-17T10:32:20.18\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5025,\n            \"UniqueId\": \"TKT-BD68B61E-CF41-407F-B5A1-623EFDE4AC54\",\n            \"Locator\": \"YNVPUU\",\n            \"Ticket\": \"1272168719658\",\n            \"LastUpdate\": \"2022-03-17T14:40:06.157\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5026,\n            \"UniqueId\": \"TKT-A4E0CD11-A319-4673-9AFB-4C111A6E18D8\",\n            \"Locator\": \"MIRTJA\",\n            \"Ticket\": \"1272168719573\",\n            \"LastUpdate\": \"2022-03-17T15:05:51.23\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5027,\n            \"UniqueId\": \"TKT-264FA762-C04F-41F1-8A38-07E3AEF18443\",\n            \"Locator\": \"ZRSBXU\",\n            \"Ticket\": \"1272168719681\",\n            \"LastUpdate\": \"2022-03-17T15:31:56.437\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5028,\n            \"UniqueId\": \"TKT-5E8B807C-F809-4E8C-94A5-6DE6E2F3FB0F\",\n            \"Locator\": \"MKOGCE\",\n            \"Ticket\": \"1272168719707\",\n            \"LastUpdate\": \"2022-03-17T15:51:54.183\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5029,\n            \"UniqueId\": \"TKT-532092A6-7773-4202-B74D-1F5F3BC756BB\",\n            \"Locator\": \"ZSGBRV\",\n            \"Ticket\": \"1272168719708\",\n            \"LastUpdate\": \"2022-03-17T15:56:22.133\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5030,\n            \"UniqueId\": \"TKT-1FA0BF00-97F5-4AD4-98AA-D3B82FFD4F47\",\n            \"Locator\": \"QQODNI\",\n            \"Ticket\": \"1272168719791\",\n            \"LastUpdate\": \"2022-03-17T18:51:33.917\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5031,\n            \"UniqueId\": \"TKT-72AFF645-04DA-4F39-B64E-4047C7D93FF2\",\n            \"Locator\": \"JSBRLE\",\n            \"Ticket\": \"1272168720758\",\n            \"LastUpdate\": \"2022-03-18T09:01:51.567\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5032,\n            \"UniqueId\": \"TKT-892D4552-8BAB-4C79-9979-8A7B29FE997D\",\n            \"Locator\": \"AQPDTY\",\n            \"Ticket\": \"1272168720885\",\n            \"LastUpdate\": \"2022-03-18T10:41:35.207\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5033,\n            \"UniqueId\": \"TKT-0EAF879C-0B45-4B41-8F22-05562109D546\",\n            \"Locator\": \"QJKITI\",\n            \"Ticket\": \"1272168720963\",\n            \"LastUpdate\": \"2022-03-18T10:44:55.05\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5034,\n            \"UniqueId\": \"TKT-DB2D9192-627C-4CD0-AE1E-1BD3A31BF498\",\n            \"Locator\": \"QKUSMK\",\n            \"Ticket\": \"1272168721165\",\n            \"LastUpdate\": \"2022-03-18T11:17:57.43\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5035,\n            \"UniqueId\": \"TKT-16B1A8D4-1F66-456F-A9F6-21BEDF805E8F\",\n            \"Locator\": \"JUIUQD\",\n            \"Ticket\": \"1272168727158\",\n            \"LastUpdate\": \"2022-03-18T13:22:00.603\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5036,\n            \"UniqueId\": \"TKT-A9BA020D-895C-4C52-B03E-90F61F533571\",\n            \"Locator\": \"QPNMZD\",\n            \"Ticket\": \"1272168728301\",\n            \"LastUpdate\": \"2022-03-18T14:31:25.6\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5037,\n            \"UniqueId\": \"TKT-066072EE-158D-412C-A1C2-652816563064\",\n            \"Locator\": \"AYUUSW\",\n            \"Ticket\": \"1272168728893\",\n            \"LastUpdate\": \"2022-03-18T15:15:15.063\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5038,\n            \"UniqueId\": \"TKT-F2E7E0C5-4EB6-40DB-B461-4A8713BDAFD9\",\n            \"Locator\": \"AYNRXF\",\n            \"Ticket\": \"1272168729500\",\n            \"LastUpdate\": \"2022-03-18T16:02:49.11\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5039,\n            \"UniqueId\": \"TKT-621BAA7B-B352-459B-8BFD-75024C901A96\",\n            \"Locator\": \"EYBFXO\",\n            \"Ticket\": \"1272168729605\",\n            \"LastUpdate\": \"2022-03-18T16:16:54.783\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5040,\n            \"UniqueId\": \"TKT-0093660F-A520-43E3-BCDD-2C24D97434DE\",\n            \"Locator\": \"JVPYTN\",\n            \"Ticket\": \"1272168729554\",\n            \"LastUpdate\": \"2022-03-18T16:19:19.907\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5041,\n            \"UniqueId\": \"TKT-2BD7740D-84F3-45E4-82A6-AD5EEC7089B9\",\n            \"Locator\": \"AZSFNF\",\n            \"Ticket\": \"1272168729556\",\n            \"LastUpdate\": \"2022-03-18T16:28:40.4\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5042,\n            \"UniqueId\": \"TKT-7AAD2AFF-2515-49C3-8C7D-1379FC69903D\",\n            \"Locator\": \"RSRJTX\",\n            \"Ticket\": \"1272168729621\",\n            \"LastUpdate\": \"2022-03-18T16:33:21.953\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5043,\n            \"UniqueId\": \"TKT-A26EF466-882F-493B-8F33-1087EAC58457\",\n            \"Locator\": \"AZYDVA\",\n            \"Ticket\": \"1272168729566\",\n            \"LastUpdate\": \"2022-03-18T16:45:13.343\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5044,\n            \"UniqueId\": \"TKT-BA4CE66A-FC01-439A-9DF9-5EAE622EE164\",\n            \"Locator\": \"RSZRXY\",\n            \"Ticket\": \"1272168729576\",\n            \"LastUpdate\": \"2022-03-18T16:58:20.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5045,\n            \"UniqueId\": \"TKT-BBA45944-7C19-4875-887E-96D2A738B33E\",\n            \"Locator\": \"RVVBUW\",\n            \"Ticket\": \"1272168730157\",\n            \"LastUpdate\": \"2022-03-18T18:15:00.367\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5046,\n            \"UniqueId\": \"TKT-6A9FAB23-79C0-401C-B954-E9CD52E0BE67\",\n            \"Locator\": \"RWZFSQ\",\n            \"Ticket\": \"1272168730302\",\n            \"LastUpdate\": \"2022-03-18T18:30:27.94\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5047,\n            \"UniqueId\": \"TKT-0353611F-299F-402D-A005-1E09ECAB42AF\",\n            \"Locator\": \"AEROEG\",\n            \"Ticket\": \"1272168730224\",\n            \"LastUpdate\": \"2022-03-18T18:36:48.993\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5048,\n            \"UniqueId\": \"TKT-6E41B81D-FEEC-4429-AAE3-2A5333E4A562\",\n            \"Locator\": \"KFFEKA\",\n            \"Ticket\": \"1272168754525\",\n            \"LastUpdate\": \"2022-03-21T10:41:45.913\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5049,\n            \"UniqueId\": \"TKT-FC61AD8D-797A-452B-958D-268FC1C12A7A\",\n            \"Locator\": \"KFHCCM\",\n            \"Ticket\": \"1272168754806\",\n            \"LastUpdate\": \"2022-03-21T12:50:08.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5050,\n            \"UniqueId\": \"TKT-B9BF40A7-5701-4E89-BEE0-084C659B459C\",\n            \"Locator\": \"UFZOHP\",\n            \"Ticket\": \"1272168754808\",\n            \"LastUpdate\": \"2022-03-21T12:55:56.807\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5051,\n            \"UniqueId\": \"TKT-22A6F5B7-56D7-4453-B868-C7EE28F21D2E\",\n            \"Locator\": \"DMBPQE\",\n            \"Ticket\": \"1272168754856\",\n            \"LastUpdate\": \"2022-03-21T14:05:35.45\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5052,\n            \"UniqueId\": \"TKT-41BE2A76-50F9-4C71-AC7A-1B0BA0107B1F\",\n            \"Locator\": \"UGEXCW\",\n            \"Ticket\": \"1272168754857\",\n            \"LastUpdate\": \"2022-03-21T14:06:47.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5053,\n            \"UniqueId\": \"TKT-69EF8987-2906-408A-88AC-69256A2ACC1F\",\n            \"Locator\": \"UGGBKB\",\n            \"Ticket\": \"1272168754961\",\n            \"LastUpdate\": \"2022-03-21T14:10:20.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5054,\n            \"UniqueId\": \"TKT-3EA2845E-9871-44E2-A2D3-F28C0E90CCCA\",\n            \"Locator\": \"UGMUVN\",\n            \"Ticket\": \"1272168754966\",\n            \"LastUpdate\": \"2022-03-21T14:35:10.723\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5055,\n            \"UniqueId\": \"TKT-62323249-A717-4691-B9D9-E3ED3D5EE0D5\",\n            \"Locator\": \"DOQTYS\",\n            \"Ticket\": \"1272168754983\",\n            \"LastUpdate\": \"2022-03-21T15:25:28.61\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5056,\n            \"UniqueId\": \"TKT-558DEA35-FD96-4408-BB60-4F916C472C82\",\n            \"Locator\": \"UIYBTP\",\n            \"Ticket\": \"1272168755102\",\n            \"LastUpdate\": \"2022-03-21T15:53:39.217\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5057,\n            \"UniqueId\": \"TKT-66AD0A74-76A7-4299-8D7F-B385A7E67C26\",\n            \"Locator\": \"UMTSYK\",\n            \"Ticket\": \"1272168755162\",\n            \"LastUpdate\": \"2022-03-21T17:05:47.377\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5058,\n            \"UniqueId\": \"TKT-8F503930-D577-4C19-BDFC-674EE6AC73F4\",\n            \"Locator\": \"UJSFZP\",\n            \"Ticket\": \"1272168755053\",\n            \"LastUpdate\": \"2022-03-21T17:17:33.253\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5059,\n            \"UniqueId\": \"TKT-388890F9-E116-47E1-AB74-799F95A8F592\",\n            \"Locator\": \"UMKHCZ\",\n            \"Ticket\": \"1272168755056\",\n            \"LastUpdate\": \"2022-03-21T17:26:34.967\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5060,\n            \"UniqueId\": \"TKT-A7C20769-C52E-46E2-AB8B-384D929ACFA4\",\n            \"Locator\": \"DLAPLO\",\n            \"Ticket\": \"1272168755084\",\n            \"LastUpdate\": \"2022-03-21T17:51:02.137\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5061,\n            \"UniqueId\": \"TKT-B70045C4-ABFC-4752-AF61-B61976B2F3D2\",\n            \"Locator\": \"UMRKGR\",\n            \"Ticket\": \"1272168755085\",\n            \"LastUpdate\": \"2022-03-21T17:51:13.137\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5062,\n            \"UniqueId\": \"TKT-2013ECAE-AE65-489E-A1D8-4FC3669297B9\",\n            \"Locator\": \"FDLORV\",\n            \"Ticket\": \"1272168755087\",\n            \"LastUpdate\": \"2022-03-21T18:02:01.48\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5063,\n            \"UniqueId\": \"TKT-2D0885B2-D9E8-4E4E-A4DE-408A60FF2129\",\n            \"Locator\": \"UOYSXJ\",\n            \"Ticket\": \"1272168755099\",\n            \"LastUpdate\": \"2022-03-21T18:18:37.86\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5064,\n            \"UniqueId\": \"TKT-9857A8F0-861B-4AF4-8CD2-5E24D4071D69\",\n            \"Locator\": \"KJZRZL\",\n            \"Ticket\": \"1272168755221\",\n            \"LastUpdate\": \"2022-03-21T18:35:35.733\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5065,\n            \"UniqueId\": \"TKT-F006AA02-6AA3-487C-828E-F1E9D0736C03\",\n            \"Locator\": \"FKNIWL\",\n            \"Ticket\": \"1272168765200\",\n            \"LastUpdate\": \"2022-03-22T11:12:48.4\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5066,\n            \"UniqueId\": \"TKT-89C446EB-AEF8-47EC-B828-41D8BA761E46\",\n            \"Locator\": \"LSIVSW\",\n            \"Ticket\": \"1272168765427\",\n            \"LastUpdate\": \"2022-03-22T11:42:50.74\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5067,\n            \"UniqueId\": \"TKT-B982E73E-4E0B-411E-9765-DCCA506F323E\",\n            \"Locator\": \"WRIQHW\",\n            \"Ticket\": \"1272168765981\",\n            \"LastUpdate\": \"2022-03-22T13:10:58.85\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5068,\n            \"UniqueId\": \"TKT-97A61E24-7807-4EA5-BD9C-11023865D453\",\n            \"Locator\": \"WRIQHW\",\n            \"Ticket\": \"1272168765882\",\n            \"LastUpdate\": \"2022-03-22T13:11:00.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5069,\n            \"UniqueId\": \"TKT-EE3E8C56-03EC-4559-A57D-D2302D5467D4\",\n            \"Locator\": \"LTFREQ\",\n            \"Ticket\": \"1272168766099\",\n            \"LastUpdate\": \"2022-03-22T13:39:07.22\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5070,\n            \"UniqueId\": \"TKT-26F7FFA3-B44D-4CF1-A86F-19811D899403\",\n            \"Locator\": \"FLLJYQ\",\n            \"Ticket\": \"1272168766130\",\n            \"LastUpdate\": \"2022-03-22T13:46:27.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5071,\n            \"UniqueId\": \"TKT-5E529781-16C3-43EA-80D2-372F6A3D5616\",\n            \"Locator\": \"WSWENT\",\n            \"Ticket\": \"1272168766133\",\n            \"LastUpdate\": \"2022-03-22T13:48:55.857\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5072,\n            \"UniqueId\": \"TKT-A6723B99-6912-44E8-9E27-D87CE311E9DE\",\n            \"Locator\": \"WTSLIU\",\n            \"Ticket\": \"1272168766244\",\n            \"LastUpdate\": \"2022-03-22T14:32:49.377\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5073,\n            \"UniqueId\": \"TKT-C7E22DA3-6B94-4CE5-B5CB-D4701FDFD3E0\",\n            \"Locator\": \"LUQTQL\",\n            \"Ticket\": \"1272168766253\",\n            \"LastUpdate\": \"2022-03-22T14:37:50.217\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5074,\n            \"UniqueId\": \"TKT-43855B28-7779-4FD1-9820-C21DFD76C6C4\",\n            \"Locator\": \"FZZASQ\",\n            \"Ticket\": \"1272168766255\",\n            \"LastUpdate\": \"2022-03-22T14:40:01.477\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5075,\n            \"UniqueId\": \"TKT-9692D0E7-4073-4A7E-B19B-3C19CB5FA060\",\n            \"Locator\": \"FBXGTD\",\n            \"Ticket\": \"1272168766283\",\n            \"LastUpdate\": \"2022-03-22T15:32:12.797\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5076,\n            \"UniqueId\": \"TKT-A4AFDE72-DA5E-483B-8249-6FB8FED5116E\",\n            \"Locator\": \"WWRAFY\",\n            \"Ticket\": \"1272168766680\",\n            \"LastUpdate\": \"2022-03-22T15:48:40.403\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5077,\n            \"UniqueId\": \"TKT-8ED974F6-1F55-4070-B845-B35B9F05DEA2\",\n            \"Locator\": \"FGFGJE\",\n            \"Ticket\": \"1272168767046\",\n            \"LastUpdate\": \"2022-03-22T17:05:37.823\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5078,\n            \"UniqueId\": \"TKT-7A6F86AA-06E2-4471-BBEB-3B10961150E9\",\n            \"Locator\": \"FHMMXS\",\n            \"Ticket\": \"1272168767312\",\n            \"LastUpdate\": \"2022-03-22T17:26:58.83\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5079,\n            \"UniqueId\": \"TKT-C3A344DA-1448-4B7D-A237-3884A58B7CA6\",\n            \"Locator\": \"HTHRRZ\",\n            \"Ticket\": \"1272168777252\",\n            \"LastUpdate\": \"2022-03-23T11:21:43.617\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5080,\n            \"UniqueId\": \"TKT-FB7BE127-3C87-431F-9140-3D86D4BBDE63\",\n            \"Locator\": \"HDKNOC\",\n            \"Ticket\": \"1272168777722\",\n            \"LastUpdate\": \"2022-03-23T16:14:46.313\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5081,\n            \"UniqueId\": \"TKT-AA4786F4-4F8B-435A-815A-91B12FD984C1\",\n            \"Locator\": \"YYDHPD\",\n            \"Ticket\": \"1272168777732\",\n            \"LastUpdate\": \"2022-03-23T16:31:27.783\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5082,\n            \"UniqueId\": \"TKT-5F9D29AD-6D14-4B77-A646-EA87642C0240\",\n            \"Locator\": \"YAPIKJ\",\n            \"Ticket\": \"1272168777958\",\n            \"LastUpdate\": \"2022-03-23T18:24:56.307\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5083,\n            \"UniqueId\": \"TKT-3FA4AC68-9609-4E66-B0F4-48027DA62F43\",\n            \"Locator\": \"YEZWAD\",\n            \"Ticket\": \"1272168778313\",\n            \"LastUpdate\": \"2022-03-23T18:36:08.263\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5084,\n            \"UniqueId\": \"TKT-70A1A56F-0516-4537-B31F-4042A50C41B4\",\n            \"Locator\": \"YEJTGO\",\n            \"Ticket\": \"1272168778393\",\n            \"LastUpdate\": \"2022-03-23T18:49:11.017\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5085,\n            \"UniqueId\": \"TKT-AEAB7C6A-56B3-4E71-8C85-CDFFA297C7D3\",\n            \"Locator\": \"HLBGLT\",\n            \"Ticket\": \"1272168778395\",\n            \"LastUpdate\": \"2022-03-23T19:01:26.307\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5086,\n            \"UniqueId\": \"TKT-D3782448-059E-406B-9225-E192E5818062\",\n            \"Locator\": \"GCDNGP\",\n            \"Ticket\": \"1272168778401\",\n            \"LastUpdate\": \"2022-03-23T19:07:40.84\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5087,\n            \"UniqueId\": \"TKT-492867D7-A043-41E1-AD2F-4216E9A268D1\",\n            \"Locator\": \"HNYGUP\",\n            \"Ticket\": \"1272168780404\",\n            \"LastUpdate\": \"2022-03-23T20:30:03.19\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5088,\n            \"UniqueId\": \"TKT-17D0725E-D72F-4059-A1BB-88035F75FFBA\",\n            \"Locator\": \"GGKFQY\",\n            \"Ticket\": \"1272168781193\",\n            \"LastUpdate\": \"2022-03-24T09:40:29.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5089,\n            \"UniqueId\": \"TKT-5A1C5D49-EEDA-477B-B7DA-9AAA83D636C5\",\n            \"Locator\": \"ZTWSLZ\",\n            \"Ticket\": \"1272168781194\",\n            \"LastUpdate\": \"2022-03-24T09:45:25.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5090,\n            \"UniqueId\": \"TKT-010D9983-2E58-478F-805A-5442794BDA57\",\n            \"Locator\": \"ILNSIH\",\n            \"Ticket\": \"1272168782073\",\n            \"LastUpdate\": \"2022-03-24T14:41:54.063\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5091,\n            \"UniqueId\": \"TKT-D4FE9245-BD70-43D2-9591-4CF2057C7F81\",\n            \"Locator\": \"MWMGQI\",\n            \"Ticket\": \"1272168782210\",\n            \"LastUpdate\": \"2022-03-24T15:32:46.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5092,\n            \"UniqueId\": \"TKT-369251D7-2BD2-43D9-B908-DE5578A3F771\",\n            \"Locator\": \"AZOLHE\",\n            \"Ticket\": \"1272168783349\",\n            \"LastUpdate\": \"2022-03-25T08:56:52.653\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5093,\n            \"UniqueId\": \"TKT-15FBE502-085B-4ED3-8A07-5C9585C7932B\",\n            \"Locator\": \"AZOLHE\",\n            \"Ticket\": \"1272168783350\",\n            \"LastUpdate\": \"2022-03-25T08:56:54.217\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5094,\n            \"UniqueId\": \"TKT-865D58B1-88CF-4DF4-84A1-6E5CFC911F3D\",\n            \"Locator\": \"AZOLHE\",\n            \"Ticket\": \"1272168783351\",\n            \"LastUpdate\": \"2022-03-25T08:56:55.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5095,\n            \"UniqueId\": \"TKT-0C43EDB1-0181-4739-8ABD-A26F01D9DEBC\",\n            \"Locator\": \"JHASEH\",\n            \"Ticket\": \"1272168783419\",\n            \"LastUpdate\": \"2022-03-25T10:06:37.143\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5096,\n            \"UniqueId\": \"TKT-A6F8A22E-3BF8-4CA0-A3EA-F3F39C3D27D1\",\n            \"Locator\": \"HRDMZG\",\n            \"Ticket\": \"1272168783543\",\n            \"LastUpdate\": \"2022-03-25T10:39:42.133\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5097,\n            \"UniqueId\": \"TKT-127FDB8C-CE05-4F43-B884-8A0BEA833A19\",\n            \"Locator\": \"JIJELI\",\n            \"Ticket\": \"1272168783475\",\n            \"LastUpdate\": \"2022-03-25T10:59:26.64\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5098,\n            \"UniqueId\": \"TKT-F2F1AA97-DBB3-413B-A3EF-765752A55CE9\",\n            \"Locator\": \"MGJIHX\",\n            \"Ticket\": \"1272168783613\",\n            \"LastUpdate\": \"2022-03-25T11:32:14.113\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5099,\n            \"UniqueId\": \"TKT-A498BF6C-3C36-44BB-9E6D-6679749EB6A4\",\n            \"Locator\": \"JJLHEF\",\n            \"Ticket\": \"1272168783707\",\n            \"LastUpdate\": \"2022-03-25T11:36:57.237\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5100,\n            \"UniqueId\": \"TKT-B96EACC5-09A8-4BAD-BEE3-6D2599A82D92\",\n            \"Locator\": \"ADICBY\",\n            \"Ticket\": \"1272168783729\",\n            \"LastUpdate\": \"2022-03-25T11:47:38.11\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5101,\n            \"UniqueId\": \"TKT-CDE7A410-C676-42EE-8CAB-A5FC8B6CE69B\",\n            \"Locator\": \"AEPRXT\",\n            \"Ticket\": \"1272168783770\",\n            \"LastUpdate\": \"2022-03-25T13:48:11.577\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5102,\n            \"UniqueId\": \"TKT-E7794748-7AD5-4CD4-95CA-42E57427EC44\",\n            \"Locator\": \"AFBOAV\",\n            \"Ticket\": \"1272168783789\",\n            \"LastUpdate\": \"2022-03-25T14:22:09.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5103,\n            \"UniqueId\": \"TKT-36E9887B-44AA-4D6A-939C-B11F043BF553\",\n            \"Locator\": \"AHPLDJ\",\n            \"Ticket\": \"1272168783856\",\n            \"LastUpdate\": \"2022-03-25T15:46:36.397\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5104,\n            \"UniqueId\": \"TKT-B5E25B6E-FAFE-4967-B077-FCD5BC2526DF\",\n            \"Locator\": \"JOXYFX\",\n            \"Ticket\": \"1272168783858\",\n            \"LastUpdate\": \"2022-03-25T15:46:58.357\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5105,\n            \"UniqueId\": \"TKT-9BBC6F41-E223-4DB2-97A9-4E8F26CBD36A\",\n            \"Locator\": \"JPULZL\",\n            \"Ticket\": \"1272168784025\",\n            \"LastUpdate\": \"2022-03-25T15:57:52.863\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5106,\n            \"UniqueId\": \"TKT-620A9306-1B84-4DA3-A6D8-1697F0AE197E\",\n            \"Locator\": \"JPNAFY\",\n            \"Ticket\": \"1272168783864\",\n            \"LastUpdate\": \"2022-03-25T16:06:01.81\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5107,\n            \"UniqueId\": \"TKT-F4FB311F-74F1-473B-84B8-44988D4087FA\",\n            \"Locator\": \"HTKZWP\",\n            \"Ticket\": \"1272168783869\",\n            \"LastUpdate\": \"2022-03-25T16:09:33.923\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5108,\n            \"UniqueId\": \"TKT-DD5AC990-7A5E-433D-9258-9836BDA00EAF\",\n            \"Locator\": \"AKYXMI\",\n            \"Ticket\": \"1272168783878\",\n            \"LastUpdate\": \"2022-03-25T16:22:20.823\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5109,\n            \"UniqueId\": \"TKT-DB070492-A93D-4A5D-9898-BCC8A7452016\",\n            \"Locator\": \"ANUUVV\",\n            \"Ticket\": \"1272168783895\",\n            \"LastUpdate\": \"2022-03-25T17:00:43.307\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5110,\n            \"UniqueId\": \"TKT-F4057223-F0E6-4E50-B604-2147733EE50A\",\n            \"Locator\": \"KUAAQL\",\n            \"Ticket\": \"1272168784105\",\n            \"LastUpdate\": \"2022-03-25T17:20:20.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5111,\n            \"UniqueId\": \"TKT-81A29054-23F6-443F-AE38-A22E910746D9\",\n            \"Locator\": \"KUAAQL\",\n            \"Ticket\": \"1272168784107\",\n            \"LastUpdate\": \"2022-03-25T17:20:21.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5112,\n            \"UniqueId\": \"TKT-7B44D4B2-9E1F-4788-89CD-35FDDCCCD96F\",\n            \"Locator\": \"KUAAQL\",\n            \"Ticket\": \"1272168784106\",\n            \"LastUpdate\": \"2022-03-25T17:20:23.113\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5113,\n            \"UniqueId\": \"TKT-4F4836DA-F5B4-44AE-BB29-F4E3772A6E09\",\n            \"Locator\": \"LPQAXX\",\n            \"Ticket\": \"1272168784878\",\n            \"LastUpdate\": \"2022-03-28T09:34:25.75\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5114,\n            \"UniqueId\": \"TKT-769E002C-A5AB-4B15-AD5A-EF8E6CFD5334\",\n            \"Locator\": \"CKLAUE\",\n            \"Ticket\": \"1272168784780\",\n            \"LastUpdate\": \"2022-03-28T10:09:56.03\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5115,\n            \"UniqueId\": \"TKT-5C965102-29F0-4D3F-9D27-90F282DBA0DF\",\n            \"Locator\": \"CKPFHH\",\n            \"Ticket\": \"1272168784781\",\n            \"LastUpdate\": \"2022-03-28T10:13:48.227\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5116,\n            \"UniqueId\": \"TKT-BEAE6641-9D6C-4DB5-9EDC-0F228911EF67\",\n            \"Locator\": \"IQGKYM\",\n            \"Ticket\": \"1272168784932\",\n            \"LastUpdate\": \"2022-03-28T10:16:05.093\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5117,\n            \"UniqueId\": \"TKT-E3513613-3835-475C-824A-FD33DB7D829F\",\n            \"Locator\": \"CLTEFR\",\n            \"Ticket\": \"1272168784785\",\n            \"LastUpdate\": \"2022-03-28T10:17:29.24\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5118,\n            \"UniqueId\": \"TKT-D75A868A-13B5-4905-BCDD-15F92B9CFD0C\",\n            \"Locator\": \"MQGAVR\",\n            \"Ticket\": \"1272168785005\",\n            \"LastUpdate\": \"2022-03-28T10:35:37.11\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5119,\n            \"UniqueId\": \"TKT-C0C392B9-26C8-4A4F-A3BC-C1128D2A93A2\",\n            \"Locator\": \"CLMJSU\",\n            \"Ticket\": \"1272168785019\",\n            \"LastUpdate\": \"2022-03-28T10:40:15.113\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5120,\n            \"UniqueId\": \"TKT-1D36312B-6565-499D-BEB5-03A3FEC2D783\",\n            \"Locator\": \"CMZWTU\",\n            \"Ticket\": \"1272168785039\",\n            \"LastUpdate\": \"2022-03-28T11:01:36.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5121,\n            \"UniqueId\": \"TKT-1DD65433-6658-45FC-ACA7-32144F3A8592\",\n            \"Locator\": \"MRZVHV\",\n            \"Ticket\": \"1272168785045\",\n            \"LastUpdate\": \"2022-03-28T11:04:17.797\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5122,\n            \"UniqueId\": \"TKT-C145DFA8-83B1-4667-8EC2-4BD5A1B15EAD\",\n            \"Locator\": \"MRHUUS\",\n            \"Ticket\": \"1272168785114\",\n            \"LastUpdate\": \"2022-03-28T11:15:14.02\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5123,\n            \"UniqueId\": \"TKT-2A572D9B-EC38-49CB-82EB-CE09190C4D92\",\n            \"Locator\": \"IQZFYV\",\n            \"Ticket\": \"1272168785066\",\n            \"LastUpdate\": \"2022-03-28T11:37:50.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5124,\n            \"UniqueId\": \"TKT-2C4FDAA4-B7E6-41A9-A627-7552BA95A8EB\",\n            \"Locator\": \"AGBFDQ\",\n            \"Ticket\": \"1272168785143\",\n            \"LastUpdate\": \"2022-03-28T11:37:56.393\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5125,\n            \"UniqueId\": \"TKT-497084AC-6071-4FED-A5B6-314647A05B08\",\n            \"Locator\": \"COWAZF\",\n            \"Ticket\": \"1272168785072\",\n            \"LastUpdate\": \"2022-03-28T12:01:11.67\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5126,\n            \"UniqueId\": \"TKT-7417310D-5921-4D7D-9D3C-A5B0A690E6B0\",\n            \"Locator\": \"QLGHKK\",\n            \"Ticket\": \"1272168785434\",\n            \"LastUpdate\": \"2022-03-28T13:43:54.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5127,\n            \"UniqueId\": \"TKT-5B9A1C10-DD9E-4DA3-876E-BA8A58BE0024\",\n            \"Locator\": \"DRNPWD\",\n            \"Ticket\": \"1272168785443\",\n            \"LastUpdate\": \"2022-03-28T13:56:16.207\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5128,\n            \"UniqueId\": \"TKT-00F57A12-0DB3-4F6A-8FD0-0A0E25F9F90C\",\n            \"Locator\": \"DWOHID\",\n            \"Ticket\": \"1272168785671\",\n            \"LastUpdate\": \"2022-03-28T15:57:42.27\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5129,\n            \"UniqueId\": \"TKT-5CE1F241-D1E0-4F7D-9EED-852909F85798\",\n            \"Locator\": \"MBLPZL\",\n            \"Ticket\": \"1272168785710\",\n            \"LastUpdate\": \"2022-03-28T15:59:59.22\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5130,\n            \"UniqueId\": \"TKT-9704B877-6106-4CE3-846B-51A92D86ADA2\",\n            \"Locator\": \"RGNXLA\",\n            \"Ticket\": \"1272168793377\",\n            \"LastUpdate\": \"2022-03-29T18:10:18.067\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5131,\n            \"UniqueId\": \"TKT-D9E9955B-71B3-4019-BC6D-D1DD868BBEB6\",\n            \"Locator\": \"RGNZNI\",\n            \"Ticket\": \"1272168793468\",\n            \"LastUpdate\": \"2022-03-29T23:04:07.303\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5132,\n            \"UniqueId\": \"TKT-1EB37DF1-4140-4AF0-B012-AC1AABD1F57D\",\n            \"Locator\": \"RCRQBV\",\n            \"Ticket\": \"1272168793770\",\n            \"LastUpdate\": \"2022-03-30T07:56:10.14\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5133,\n            \"UniqueId\": \"TKT-12788EFB-A6F3-488F-AB2B-14A4ED58B13B\",\n            \"Locator\": \"RGHVPP\",\n            \"Ticket\": \"1272168793769\",\n            \"LastUpdate\": \"2022-03-30T07:56:11.22\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5134,\n            \"UniqueId\": \"TKT-2B3979B3-786C-4422-8EF6-6AF8703ED957\",\n            \"Locator\": \"SBGOXI\",\n            \"Ticket\": \"1272168794081\",\n            \"LastUpdate\": \"2022-03-30T10:49:30.54\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5135,\n            \"UniqueId\": \"TKT-7F1F7BD6-108B-4848-87FB-98218AE74626\",\n            \"Locator\": \"3A8WM8\",\n            \"Ticket\": \"0756995063332\",\n            \"LastUpdate\": \"2022-03-30T11:24:58.69\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5136,\n            \"UniqueId\": \"TKT-575C8471-9E79-478B-8604-5038F862C12B\",\n            \"Locator\": \"3AW6XN\",\n            \"Ticket\": \"0756995063333\",\n            \"LastUpdate\": \"2022-03-30T12:10:30.76\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5137,\n            \"UniqueId\": \"TKT-08C04515-38CB-4646-B8C6-9DF4D00BDB94\",\n            \"Locator\": \"GFJTYA\",\n            \"Ticket\": \"1272168794506\",\n            \"LastUpdate\": \"2022-03-30T14:13:30.907\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5138,\n            \"UniqueId\": \"TKT-FA70E257-FE0B-43CD-BAC4-29ABFDA039F0\",\n            \"Locator\": \"GISAUF\",\n            \"Ticket\": \"1272168794550\",\n            \"LastUpdate\": \"2022-03-30T14:56:28.02\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5139,\n            \"UniqueId\": \"TKT-FD0BF329-4319-40F4-AC8F-A672FEC2ACC6\",\n            \"Locator\": \"ITXXPQ\",\n            \"Ticket\": \"1272168796285\",\n            \"LastUpdate\": \"2022-03-31T10:29:10.167\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5140,\n            \"UniqueId\": \"TKT-1BB1EE1C-6838-487E-B73E-83D55536D0C1\",\n            \"Locator\": \"ITIQRL\",\n            \"Ticket\": \"1272168796199\",\n            \"LastUpdate\": \"2022-03-31T10:50:10.707\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5141,\n            \"UniqueId\": \"TKT-22E19E9A-1079-4ACF-A368-51A19F71A5C4\",\n            \"Locator\": \"IXZBTX\",\n            \"Ticket\": \"1272168796487\",\n            \"LastUpdate\": \"2022-03-31T13:28:33.563\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5142,\n            \"UniqueId\": \"TKT-DD036CF6-1EE3-4619-8E3B-65F9036C66AA\",\n            \"Locator\": \"IADGZK\",\n            \"Ticket\": \"1272168796953\",\n            \"LastUpdate\": \"2022-03-31T15:38:02.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5143,\n            \"UniqueId\": \"TKT-AD254965-55AE-4A4A-B6D6-DD184E8E677E\",\n            \"Locator\": \"SKMSJK\",\n            \"Ticket\": \"1272168797099\",\n            \"LastUpdate\": \"2022-03-31T15:50:26.797\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5144,\n            \"UniqueId\": \"TKT-90F8D161-1E8E-4B6A-ABB3-761643E05408\",\n            \"Locator\": \"UGOHOV\",\n            \"Ticket\": \"1272168796958\",\n            \"LastUpdate\": \"2022-03-31T15:52:11.59\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5145,\n            \"UniqueId\": \"TKT-10B5E6A8-6412-476B-850B-BC9BB91D52A8\",\n            \"Locator\": \"UJZZXC\",\n            \"Ticket\": \"1272168797221\",\n            \"LastUpdate\": \"2022-03-31T16:26:05.337\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5146,\n            \"UniqueId\": \"TKT-0FE0B8F7-4259-4892-85E6-CDFABE598CBA\",\n            \"Locator\": \"JOEEYR\",\n            \"Ticket\": \"1272168798576\",\n            \"LastUpdate\": \"2022-04-01T21:23:34.137\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5147,\n            \"UniqueId\": \"TKT-F1E16C10-C1B6-4983-A8BE-A1B89E3C78AF\",\n            \"Locator\": \"KTZXQM\",\n            \"Ticket\": \"1272168798587\",\n            \"LastUpdate\": \"2022-04-02T11:08:43.57\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5148,\n            \"UniqueId\": \"TKT-B05B565F-C1F5-4CD7-8699-26A3B8A30921\",\n            \"Locator\": \"TCCDID\",\n            \"Ticket\": \"1272168798588\",\n            \"LastUpdate\": \"2022-04-02T11:44:20.503\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5149,\n            \"UniqueId\": \"TKT-AD454C05-54AF-45DD-8BF5-4E4B17E22BB3\",\n            \"Locator\": \"VMMQNN\",\n            \"Ticket\": \"1272168798719\",\n            \"LastUpdate\": \"2022-04-02T12:12:09.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5150,\n            \"UniqueId\": \"TKT-2084378E-A178-4F32-9111-91F96A6063F7\",\n            \"Locator\": \"WLSLEC\",\n            \"Ticket\": \"1272168799760\",\n            \"LastUpdate\": \"2022-04-04T09:57:42.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5151,\n            \"UniqueId\": \"TKT-F3C52268-388C-4D48-9658-735570A515BE\",\n            \"Locator\": \"KIYEZG\",\n            \"Ticket\": \"1272168799815\",\n            \"LastUpdate\": \"2022-04-04T10:15:08.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5152,\n            \"UniqueId\": \"TKT-71CC19C4-02A8-475F-B423-0B89D6264A3A\",\n            \"Locator\": \"KJAGRA\",\n            \"Ticket\": \"1272168800448\",\n            \"LastUpdate\": \"2022-04-04T11:33:57.067\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5153,\n            \"UniqueId\": \"TKT-F3FDDCCA-2D04-4ED0-B916-946E4B311AA6\",\n            \"Locator\": \"KKREMU\",\n            \"Ticket\": \"1272168800273\",\n            \"LastUpdate\": \"2022-04-04T12:13:45.207\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5154,\n            \"UniqueId\": \"TKT-622A34F3-489F-412D-B779-67CB700572A8\",\n            \"Locator\": \"WPBQVU\",\n            \"Ticket\": \"1272168801057\",\n            \"LastUpdate\": \"2022-04-04T15:14:41.14\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5155,\n            \"UniqueId\": \"TKT-F3381C13-94AD-4CE4-A61C-90E6A7769232\",\n            \"Locator\": \"WOJTAJ\",\n            \"Ticket\": \"1272168801119\",\n            \"LastUpdate\": \"2022-04-04T15:15:03.913\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5156,\n            \"UniqueId\": \"TKT-7DBF5959-9640-4746-AA32-75870E921F58\",\n            \"Locator\": \"UCYHEP\",\n            \"Ticket\": \"1272168803485\",\n            \"LastUpdate\": \"2022-04-05T10:15:44.863\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5157,\n            \"UniqueId\": \"TKT-87433D48-2312-482A-AFB7-90276E37622C\",\n            \"Locator\": \"KJDNVK\",\n            \"Ticket\": \"1272168803489\",\n            \"LastUpdate\": \"2022-04-05T10:18:18.917\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5158,\n            \"UniqueId\": \"TKT-CBD467B0-AA10-4466-9D05-C7F8EC5EB45C\",\n            \"Locator\": \"LIVKJY\",\n            \"Ticket\": \"1272168803815\",\n            \"LastUpdate\": \"2022-04-05T11:16:18.23\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5159,\n            \"UniqueId\": \"TKT-D5D72DA7-1D90-4544-95B7-F66B46D3898B\",\n            \"Locator\": \"UCLPTU\",\n            \"Ticket\": \"1272168803848\",\n            \"LastUpdate\": \"2022-04-05T11:33:38.797\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5160,\n            \"UniqueId\": \"TKT-467EEB9D-34ED-4DFA-8BFC-62C189FEC0C3\",\n            \"Locator\": \"UDKWKT\",\n            \"Ticket\": \"1272168804174\",\n            \"LastUpdate\": \"2022-04-05T13:33:44.837\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5161,\n            \"UniqueId\": \"TKT-2C20FA28-96AA-47DE-BF5F-50A012C3A775\",\n            \"Locator\": \"YWMWDG\",\n            \"Ticket\": \"1272168804952\",\n            \"LastUpdate\": \"2022-04-05T18:07:47.46\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5162,\n            \"UniqueId\": \"TKT-9CB20CC4-7416-4C95-9F4D-3FA880794EE5\",\n            \"Locator\": \"MZYJGX\",\n            \"Ticket\": \"1272168805337\",\n            \"LastUpdate\": \"2022-04-06T02:54:10.68\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5163,\n            \"UniqueId\": \"TKT-9895A13A-BE2E-4528-BD58-E3104971415B\",\n            \"Locator\": \"XKUZII\",\n            \"Ticket\": \"1272168807188\",\n            \"LastUpdate\": \"2022-04-06T08:35:37.227\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5164,\n            \"UniqueId\": \"TKT-7A1DBC72-9DB1-443C-9FDB-35BF867098EC\",\n            \"Locator\": \"YLVBYT\",\n            \"Ticket\": \"1272168808310\",\n            \"LastUpdate\": \"2022-04-06T11:06:38.013\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5165,\n            \"UniqueId\": \"TKT-0C4B51BE-728D-4BEE-B6B9-A8285663AA49\",\n            \"Locator\": \"MKOKYR\",\n            \"Ticket\": \"1272168808771\",\n            \"LastUpdate\": \"2022-04-06T15:15:24.68\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5166,\n            \"UniqueId\": \"TKT-5F27EF60-A587-4633-A870-9655B367CD26\",\n            \"Locator\": \"XPCOWW\",\n            \"Ticket\": \"1272168808682\",\n            \"LastUpdate\": \"2022-04-06T15:15:46\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5167,\n            \"UniqueId\": \"TKT-F088614D-6A9D-41FB-9B9F-663CC600A6BF\",\n            \"Locator\": \"WMEJBE\",\n            \"Ticket\": \"1272168808772\",\n            \"LastUpdate\": \"2022-04-06T15:15:54.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5168,\n            \"UniqueId\": \"TKT-4C36EAD5-9D2D-45FB-B034-CA9D993089C2\",\n            \"Locator\": \"LNQRGK\",\n            \"Ticket\": \"1272168808685\",\n            \"LastUpdate\": \"2022-04-06T15:15:55.24\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5169,\n            \"UniqueId\": \"TKT-C285CB5A-86B0-4C45-8260-4A312772A5FF\",\n            \"Locator\": \"KJFWHG\",\n            \"Ticket\": \"1272168808684\",\n            \"LastUpdate\": \"2022-04-06T15:15:56.29\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5170,\n            \"UniqueId\": \"TKT-7C8967DA-5954-4AF0-898F-C171890A1FF3\",\n            \"Locator\": \"LMPSWP\",\n            \"Ticket\": \"1272168808775\",\n            \"LastUpdate\": \"2022-04-06T15:15:57.4\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5171,\n            \"UniqueId\": \"TKT-461B270F-1F1F-4F0F-8F06-BBA74717CB69\",\n            \"Locator\": \"XOHTOE\",\n            \"Ticket\": \"1272168808773\",\n            \"LastUpdate\": \"2022-04-06T15:15:58.557\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5172,\n            \"UniqueId\": \"TKT-EE5CE7A6-C208-4F3E-97DA-4A7FC8DBEDE0\",\n            \"Locator\": \"LPOBYC\",\n            \"Ticket\": \"1272168808774\",\n            \"LastUpdate\": \"2022-04-06T15:15:59.523\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5173,\n            \"UniqueId\": \"TKT-9F6363B2-A3FD-4E1A-BBB9-A73322057BD7\",\n            \"Locator\": \"ZQDMQW\",\n            \"Ticket\": \"1272168808833\",\n            \"LastUpdate\": \"2022-04-06T16:30:29.823\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5174,\n            \"UniqueId\": \"TKT-EE9E770C-9C54-4CCC-AC9D-412F84FB3AED\",\n            \"Locator\": \"LEQUMR\",\n            \"Ticket\": \"1272168808940\",\n            \"LastUpdate\": \"2022-04-06T16:45:10.097\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5175,\n            \"UniqueId\": \"TKT-0192149F-6B5D-4E41-AE56-09AA67D6B315\",\n            \"Locator\": \"QWOFCI\",\n            \"Ticket\": \"1272168808956\",\n            \"LastUpdate\": \"2022-04-06T17:43:53.133\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5176,\n            \"UniqueId\": \"TKT-511FE97E-B6FF-4376-A74B-AAE5541AD435\",\n            \"Locator\": \"QQEWOX\",\n            \"Ticket\": \"1272168809630\",\n            \"LastUpdate\": \"2022-04-07T10:26:26.577\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5177,\n            \"UniqueId\": \"TKT-FCEC83ED-5AE4-4A53-9894-ED32068D79F6\",\n            \"Locator\": \"ARSEAS\",\n            \"Ticket\": \"1272168809712\",\n            \"LastUpdate\": \"2022-04-07T11:20:03.117\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5178,\n            \"UniqueId\": \"TKT-A5669C64-55D8-49B9-AC17-1EF90086B367\",\n            \"Locator\": \"RRGQFF\",\n            \"Ticket\": \"1272168809816\",\n            \"LastUpdate\": \"2022-04-07T11:46:07.127\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5179,\n            \"UniqueId\": \"TKT-DA076EA1-EB51-49C9-ABA7-D20A4D85F735\",\n            \"Locator\": \"RRNNZX\",\n            \"Ticket\": \"1272168809734\",\n            \"LastUpdate\": \"2022-04-07T11:55:30.48\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5180,\n            \"UniqueId\": \"TKT-F3E862EE-350A-48F0-9B03-0375B615BA58\",\n            \"Locator\": \"ZPMMTO\",\n            \"Ticket\": \"1272168810007\",\n            \"LastUpdate\": \"2022-04-07T14:07:34.857\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5181,\n            \"UniqueId\": \"TKT-D28F30CB-B239-4C13-AE82-734A60C22A13\",\n            \"Locator\": \"RVULUG\",\n            \"Ticket\": \"1272168810021\",\n            \"LastUpdate\": \"2022-04-07T14:29:54.24\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5182,\n            \"UniqueId\": \"TKT-6119BF07-E4C1-4ADD-8AF9-0A9398DC4AF9\",\n            \"Locator\": \"AYKCVV\",\n            \"Ticket\": \"1272168810066\",\n            \"LastUpdate\": \"2022-04-07T16:00:59.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5183,\n            \"UniqueId\": \"TKT-5A314F63-1C92-4531-8493-1BF414C03CE1\",\n            \"Locator\": \"AAAPYD\",\n            \"Ticket\": \"1272168810114\",\n            \"LastUpdate\": \"2022-04-07T16:20:26.423\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5184,\n            \"UniqueId\": \"TKT-EE30AB80-0956-488B-AFBF-295F54445856\",\n            \"Locator\": \"AQNRDZ\",\n            \"Ticket\": \"1272168810071\",\n            \"LastUpdate\": \"2022-04-07T16:32:19.24\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5185,\n            \"UniqueId\": \"TKT-CC1E28DD-1E55-4E1B-BD55-E3E5D967155C\",\n            \"Locator\": \"ABEXHL\",\n            \"Ticket\": \"1272168810072\",\n            \"LastUpdate\": \"2022-04-07T16:34:09.007\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5186,\n            \"UniqueId\": \"TKT-9C753BF5-EC3A-45A7-B190-D684C526C166\",\n            \"Locator\": \"ACJYNT\",\n            \"Ticket\": \"1272168810096\",\n            \"LastUpdate\": \"2022-04-07T17:10:53.89\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5187,\n            \"UniqueId\": \"TKT-BBD978CA-12B3-47FF-88C1-07896A174798\",\n            \"Locator\": \"VESMXA\",\n            \"Ticket\": \"1272168810100\",\n            \"LastUpdate\": \"2022-04-07T17:18:17.583\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5188,\n            \"UniqueId\": \"TKT-2825FF7B-CDDA-4B08-99F0-3862FDA4350D\",\n            \"Locator\": \"VEUHEH\",\n            \"Ticket\": \"1272168810152\",\n            \"LastUpdate\": \"2022-04-07T17:39:02.137\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5189,\n            \"UniqueId\": \"TKT-67A35159-46E2-4094-9C05-BD85D522C376\",\n            \"Locator\": \"RCKCFV\",\n            \"Ticket\": \"1272168810205\",\n            \"LastUpdate\": \"2022-04-07T17:48:35.17\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5190,\n            \"UniqueId\": \"TKT-9287C905-8604-41B2-8526-8607AAA4F4D1\",\n            \"Locator\": \"SUWJKQ\",\n            \"Ticket\": \"1272168813903\",\n            \"LastUpdate\": \"2022-04-08T13:11:16.167\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5191,\n            \"UniqueId\": \"TKT-8CDA46EC-7979-482B-BC74-F661B721F76E\",\n            \"Locator\": \"SUBHQQ\",\n            \"Ticket\": \"1272168813772\",\n            \"LastUpdate\": \"2022-04-08T13:24:02.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5192,\n            \"UniqueId\": \"TKT-9A0EE634-C26C-49FC-9DE9-874A3B1929F7\",\n            \"Locator\": \"SUJOUL\",\n            \"Ticket\": \"1272168813923\",\n            \"LastUpdate\": \"2022-04-08T13:50:47.4\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5193,\n            \"UniqueId\": \"TKT-6BECDB6B-2B4E-4D56-A571-A705F97185A4\",\n            \"Locator\": \"BUMOOL\",\n            \"Ticket\": \"1272168814002\",\n            \"LastUpdate\": \"2022-04-08T14:06:33.57\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5194,\n            \"UniqueId\": \"TKT-0DE3A3F8-6BAC-4059-A7C5-41FBE898DB67\",\n            \"Locator\": \"VLIQLG\",\n            \"Ticket\": \"1272168814004\",\n            \"LastUpdate\": \"2022-04-08T14:16:36.57\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5195,\n            \"UniqueId\": \"TKT-8F9FAD99-1278-4E52-B599-C3B484B22E17\",\n            \"Locator\": \"VMFDXS\",\n            \"Ticket\": \"1272168814131\",\n            \"LastUpdate\": \"2022-04-08T15:48:06.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5196,\n            \"UniqueId\": \"TKT-F6199348-9987-47FF-981B-E0E1014BD760\",\n            \"Locator\": \"VMJXXO\",\n            \"Ticket\": \"1272168814085\",\n            \"LastUpdate\": \"2022-04-08T15:52:57.79\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5197,\n            \"UniqueId\": \"TKT-6774D5DF-1436-497A-8E52-5B30985E158D\",\n            \"Locator\": \"SYAZDA\",\n            \"Ticket\": \"1272168814136\",\n            \"LastUpdate\": \"2022-04-08T15:54:07.68\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5198,\n            \"UniqueId\": \"TKT-4AF10D6C-FACE-42F0-B765-7304281DB583\",\n            \"Locator\": \"BCYLGE\",\n            \"Ticket\": \"1272168814207\",\n            \"LastUpdate\": \"2022-04-08T16:53:15.237\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5199,\n            \"UniqueId\": \"TKT-E65F070E-AD0E-4C8D-8DC7-575EA035B49C\",\n            \"Locator\": \"VOXCXG\",\n            \"Ticket\": \"1272168814229\",\n            \"LastUpdate\": \"2022-04-08T17:07:57.403\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5200,\n            \"UniqueId\": \"TKT-83C86552-73E6-4C67-BE95-A515ACB6E251\",\n            \"Locator\": \"VOZKSV\",\n            \"Ticket\": \"1272168814324\",\n            \"LastUpdate\": \"2022-04-08T17:37:15.913\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5201,\n            \"UniqueId\": \"TKT-DF84861D-3FD9-4AC9-A317-EB2269E23454\",\n            \"Locator\": \"VOAJLR\",\n            \"Ticket\": \"1272168814339\",\n            \"LastUpdate\": \"2022-04-08T17:46:05.953\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5202,\n            \"UniqueId\": \"TKT-B5794782-DF80-4ECB-B5BC-C17E7931F578\",\n            \"Locator\": \"BCMFIU\",\n            \"Ticket\": \"1272168814348\",\n            \"LastUpdate\": \"2022-04-08T17:56:49.963\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5203,\n            \"UniqueId\": \"TKT-B5E56D2E-A35A-4800-82B9-E2989CBC9DC1\",\n            \"Locator\": \"BCMFIU\",\n            \"Ticket\": \"1272168814349\",\n            \"LastUpdate\": \"2022-04-08T17:56:51.213\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5204,\n            \"UniqueId\": \"TKT-BD99D088-7592-4E41-B2CF-07C96CD45795\",\n            \"Locator\": \"BCMKEH\",\n            \"Ticket\": \"1272168814350\",\n            \"LastUpdate\": \"2022-04-08T17:57:59.337\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5205,\n            \"UniqueId\": \"TKT-C1995081-00DF-4FB9-AEAB-77EBE5B7988D\",\n            \"Locator\": \"BCMKEH\",\n            \"Ticket\": \"1272168814352\",\n            \"LastUpdate\": \"2022-04-08T17:58:00.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5206,\n            \"UniqueId\": \"TKT-98F4C593-38CD-4201-B841-C46C3448595C\",\n            \"Locator\": \"BCPFNL\",\n            \"Ticket\": \"1272168814260\",\n            \"LastUpdate\": \"2022-04-08T18:10:02.45\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5207,\n            \"UniqueId\": \"TKT-0A23CFCF-F576-484D-A5EF-6EE00305128D\",\n            \"Locator\": \"BCPFNL\",\n            \"Ticket\": \"1272168814264\",\n            \"LastUpdate\": \"2022-04-08T18:10:03.853\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5208,\n            \"UniqueId\": \"TKT-F98DD6D6-A39C-4470-BE1E-F2F7C48BDC9C\",\n            \"Locator\": \"BCPFNL\",\n            \"Ticket\": \"1272168814262\",\n            \"LastUpdate\": \"2022-04-08T18:10:05.16\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5209,\n            \"UniqueId\": \"TKT-93BFAC6D-1704-4B08-9796-195E264D5C35\",\n            \"Locator\": \"SDCMVH\",\n            \"Ticket\": \"1272168814378\",\n            \"LastUpdate\": \"2022-04-08T18:56:26.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5210,\n            \"UniqueId\": \"TKT-5F35278D-1E35-473D-BEA3-E9437E39D590\",\n            \"Locator\": \"MYXENS\",\n            \"Ticket\": \"1272168814394\",\n            \"LastUpdate\": \"2022-04-08T19:41:20.03\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5211,\n            \"UniqueId\": \"TKT-1E8745F3-10E6-4E11-930A-1A8D276083FF\",\n            \"Locator\": \"MYXENS\",\n            \"Ticket\": \"1272168814398\",\n            \"LastUpdate\": \"2022-04-08T19:41:29.573\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5212,\n            \"UniqueId\": \"TKT-534E7C81-3C0F-4D94-AD05-300D20BC5B75\",\n            \"Locator\": \"MYXENS\",\n            \"Ticket\": \"1272168814396\",\n            \"LastUpdate\": \"2022-04-08T19:41:33.643\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5213,\n            \"UniqueId\": \"TKT-BF2B4D71-4F84-4D98-A3BD-D5454ED85AA0\",\n            \"Locator\": \"SDNKWS\",\n            \"Ticket\": \"1272168814402\",\n            \"LastUpdate\": \"2022-04-08T19:48:28.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5214,\n            \"UniqueId\": \"TKT-61C586AF-F7C2-4E60-B438-C6B64DC7F69F\",\n            \"Locator\": \"SDNKWS\",\n            \"Ticket\": \"1272168814404\",\n            \"LastUpdate\": \"2022-04-08T19:48:29.46\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5215,\n            \"UniqueId\": \"TKT-E293800D-FCDF-440A-8F24-0DDAF986365C\",\n            \"Locator\": \"SDNKWS\",\n            \"Ticket\": \"1272168814403\",\n            \"LastUpdate\": \"2022-04-08T19:48:30.667\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5216,\n            \"UniqueId\": \"TKT-12CA4CFD-35B4-4A63-B44F-04D35CA3BB8D\",\n            \"Locator\": \"BDOQHP\",\n            \"Ticket\": \"1272168814278\",\n            \"LastUpdate\": \"2022-04-08T19:56:00.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5217,\n            \"UniqueId\": \"TKT-7137CA4B-9402-470A-9BF6-85086F891156\",\n            \"Locator\": \"BDOQHP\",\n            \"Ticket\": \"1272168814282\",\n            \"LastUpdate\": \"2022-04-08T19:56:03.02\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5218,\n            \"UniqueId\": \"TKT-F0CB8CA4-A1C3-483D-8C46-F79609C9FA69\",\n            \"Locator\": \"BDOQHP\",\n            \"Ticket\": \"1272168814280\",\n            \"LastUpdate\": \"2022-04-08T19:56:04.277\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5219,\n            \"UniqueId\": \"TKT-063AF3CA-128B-4F93-9B32-A3C2BE847504\",\n            \"Locator\": \"VPSQOJ\",\n            \"Ticket\": \"1272168814284\",\n            \"LastUpdate\": \"2022-04-08T20:01:47.097\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5220,\n            \"UniqueId\": \"TKT-4A86E8E3-E7DC-4CCD-B8D6-FAEFBBBEC1F1\",\n            \"Locator\": \"VPSQOJ\",\n            \"Ticket\": \"1272168814286\",\n            \"LastUpdate\": \"2022-04-08T20:01:48.447\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5221,\n            \"UniqueId\": \"TKT-C027BFAC-7C9A-446C-B567-F9C2DEFA23E8\",\n            \"Locator\": \"VPSQOJ\",\n            \"Ticket\": \"1272168814285\",\n            \"LastUpdate\": \"2022-04-08T20:01:49.71\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5222,\n            \"UniqueId\": \"TKT-0F2B2E98-ED00-411F-8CDD-C9148DE82681\",\n            \"Locator\": \"SHACEP\",\n            \"Ticket\": \"1272168814469\",\n            \"LastUpdate\": \"2022-04-09T10:08:35\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5223,\n            \"UniqueId\": \"TKT-25B6752C-82B4-4D30-8E72-E43EB4EFA7E2\",\n            \"Locator\": \"SHACEP\",\n            \"Ticket\": \"1272168814471\",\n            \"LastUpdate\": \"2022-04-09T10:08:36.363\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5224,\n            \"UniqueId\": \"TKT-A50F0500-C02D-4E04-BEC9-67936B6DCEDD\",\n            \"Locator\": \"SHACEP\",\n            \"Ticket\": \"1272168814470\",\n            \"LastUpdate\": \"2022-04-09T10:08:37.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5225,\n            \"UniqueId\": \"TKT-ED90431F-3FFF-47AF-9C6D-FD660D3A8029\",\n            \"Locator\": \"WSSJTT\",\n            \"Ticket\": \"1272168814536\",\n            \"LastUpdate\": \"2022-04-09T11:15:58.433\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5226,\n            \"UniqueId\": \"TKT-E2474152-E2CC-403F-8889-C5E2A2F644DC\",\n            \"Locator\": \"WSSJTT\",\n            \"Ticket\": \"1272168814538\",\n            \"LastUpdate\": \"2022-04-09T11:15:59.707\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5227,\n            \"UniqueId\": \"TKT-C452988A-2725-4209-BA99-C0C84BD8F537\",\n            \"Locator\": \"WSSJTT\",\n            \"Ticket\": \"1272168814537\",\n            \"LastUpdate\": \"2022-04-09T11:16:00.917\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5228,\n            \"UniqueId\": \"TKT-FD7F3856-A1AB-456D-BE38-431FD5D1C09E\",\n            \"Locator\": \"TDUKWQ\",\n            \"Ticket\": \"1272168814704\",\n            \"LastUpdate\": \"2022-04-11T00:39:56.89\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5229,\n            \"UniqueId\": \"TKT-7CB1AD3A-3F0F-4E5A-889D-C04D3B53718F\",\n            \"Locator\": \"TDUKWQ\",\n            \"Ticket\": \"1272168814705\",\n            \"LastUpdate\": \"2022-04-11T00:39:58.24\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5230,\n            \"UniqueId\": \"TKT-C81AD57B-B9B9-49EA-B3A1-05C40E5EF59C\",\n            \"Locator\": \"CHFSZQ\",\n            \"Ticket\": \"1272168815259\",\n            \"LastUpdate\": \"2022-04-11T10:29:06.577\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5231,\n            \"UniqueId\": \"TKT-8C45BE06-9E2A-4CC8-BE3C-2A8E570B7E1C\",\n            \"Locator\": \"TKZVGY\",\n            \"Ticket\": \"1272168815425\",\n            \"LastUpdate\": \"2022-04-11T11:52:50.963\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5232,\n            \"UniqueId\": \"TKT-36853BE4-70A2-4D34-8E4B-2FCC0404FC0F\",\n            \"Locator\": \"UTGSWV\",\n            \"Ticket\": \"1272168815639\",\n            \"LastUpdate\": \"2022-04-11T13:50:38.137\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5233,\n            \"UniqueId\": \"TKT-91C742D0-DCB0-47B8-92D4-83B35287E511\",\n            \"Locator\": \"DTXWHQ\",\n            \"Ticket\": \"1272168815668\",\n            \"LastUpdate\": \"2022-04-11T14:10:35.82\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5234,\n            \"UniqueId\": \"TKT-9108CF82-0FF4-421E-9911-E6E8EE04D6FC\",\n            \"Locator\": \"DCIEYG\",\n            \"Ticket\": \"1272168815755\",\n            \"LastUpdate\": \"2022-04-11T16:03:13.817\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5235,\n            \"UniqueId\": \"TKT-D9D7A75C-CB14-45C8-B48E-1FCDDCE09AAA\",\n            \"Locator\": \"DCIEYG\",\n            \"Ticket\": \"1272168815756\",\n            \"LastUpdate\": \"2022-04-11T16:03:15.13\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5236,\n            \"UniqueId\": \"TKT-0972EEAD-45C4-4D57-8FF9-CF26AC7C4660\",\n            \"Locator\": \"UHEGHT\",\n            \"Ticket\": \"1272168815852\",\n            \"LastUpdate\": \"2022-04-11T16:57:43.947\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5237,\n            \"UniqueId\": \"TKT-AEDC7874-D4F1-4509-8F81-80725356123E\",\n            \"Locator\": \"UISWNZ\",\n            \"Ticket\": \"1272168816029\",\n            \"LastUpdate\": \"2022-04-11T17:28:55.007\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5238,\n            \"UniqueId\": \"TKT-14527DEE-E049-4162-BE2E-F97D497AE355\",\n            \"Locator\": \"WPJVGL\",\n            \"Ticket\": \"1272168816051\",\n            \"LastUpdate\": \"2022-04-11T17:42:16.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5239,\n            \"UniqueId\": \"TKT-BA7C333B-0B55-4375-8671-57140A932DC6\",\n            \"Locator\": \"VQBZRK\",\n            \"Ticket\": \"1272168816828\",\n            \"LastUpdate\": \"2022-04-11T23:36:15.957\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5240,\n            \"UniqueId\": \"TKT-20876F9C-EB9A-43ED-AF03-A70D87BC32CC\",\n            \"Locator\": \"VQBZRK\",\n            \"Ticket\": \"1272168816830\",\n            \"LastUpdate\": \"2022-04-11T23:36:17.583\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5241,\n            \"UniqueId\": \"TKT-9A9EFEE7-BA5D-4500-9A7C-36FB315B5126\",\n            \"Locator\": \"VQBZRK\",\n            \"Ticket\": \"1272168816829\",\n            \"LastUpdate\": \"2022-04-11T23:36:19.087\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5242,\n            \"UniqueId\": \"TKT-06DB1511-92B6-4CC8-A6BE-84D2129BEF57\",\n            \"Locator\": \"EVLLUQ\",\n            \"Ticket\": \"1272168817488\",\n            \"LastUpdate\": \"2022-04-12T09:31:29.403\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5243,\n            \"UniqueId\": \"TKT-DFC165DD-CDD6-4B49-9C30-ADDF370BD53A\",\n            \"Locator\": \"QDDZCQ\",\n            \"Ticket\": \"1272168818499\",\n            \"LastUpdate\": \"2022-04-12T17:12:40.943\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5244,\n            \"UniqueId\": \"TKT-CCEBADF6-70C8-44CF-8868-8FE0E4BE79DE\",\n            \"Locator\": \"WWFLIQ\",\n            \"Ticket\": \"1272168819711\",\n            \"LastUpdate\": \"2022-04-13T12:28:55.43\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5245,\n            \"UniqueId\": \"TKT-9757DD89-9947-435F-98BC-1EC158663D1E\",\n            \"Locator\": \"FCFNCU\",\n            \"Ticket\": \"1272168820010\",\n            \"LastUpdate\": \"2022-04-13T16:22:44.237\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5246,\n            \"UniqueId\": \"TKT-55243389-0CFB-4A91-AE79-A56B8CC24C7F\",\n            \"Locator\": \"QPLIJE\",\n            \"Ticket\": \"1272168820741\",\n            \"LastUpdate\": \"2022-04-14T09:11:35.247\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5247,\n            \"UniqueId\": \"TKT-05BEF70B-FE1A-4261-9CBF-C3E2E9A38171\",\n            \"Locator\": \"XACNBA\",\n            \"Ticket\": \"1272168820746\",\n            \"LastUpdate\": \"2022-04-14T09:20:28.513\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5248,\n            \"UniqueId\": \"TKT-B1B9EEA5-3271-4141-B61F-C0A46D20AD0E\",\n            \"Locator\": \"XAOTSH\",\n            \"Ticket\": \"1272168820754\",\n            \"LastUpdate\": \"2022-04-14T09:33:03.68\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5249,\n            \"UniqueId\": \"TKT-044FE720-CEF7-42DC-998A-311CE25B0632\",\n            \"Locator\": \"GZEEOE\",\n            \"Ticket\": \"1272168820824\",\n            \"LastUpdate\": \"2022-04-14T09:36:57.573\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5250,\n            \"UniqueId\": \"TKT-DB5F8C96-4704-4429-A480-066CE94C8A5C\",\n            \"Locator\": \"XCELKD\",\n            \"Ticket\": \"1272168821264\",\n            \"LastUpdate\": \"2022-04-14T11:59:18.85\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5251,\n            \"UniqueId\": \"TKT-1751F2F2-FB36-442A-A9FF-00F40D8FFB26\",\n            \"Locator\": \"XCELKD\",\n            \"Ticket\": \"1272168821265\",\n            \"LastUpdate\": \"2022-04-14T11:59:20.157\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5252,\n            \"UniqueId\": \"TKT-AFBC7AFD-4A06-4831-A7F4-79C56E29786C\",\n            \"Locator\": \"GDSACJ\",\n            \"Ticket\": \"1272168821267\",\n            \"LastUpdate\": \"2022-04-14T12:00:10.537\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5253,\n            \"UniqueId\": \"TKT-A0174BB1-01AE-464E-B041-CD14035FF938\",\n            \"Locator\": \"GDSACJ\",\n            \"Ticket\": \"1272168821268\",\n            \"LastUpdate\": \"2022-04-14T12:00:12.193\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5254,\n            \"UniqueId\": \"TKT-F08036AD-F9CF-4AB3-B311-6ADD3A5AF93B\",\n            \"Locator\": \"XEYTNN\",\n            \"Ticket\": \"1272168821035\",\n            \"LastUpdate\": \"2022-04-14T12:00:54.98\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5255,\n            \"UniqueId\": \"TKT-2FFB2DBA-1631-403D-BB74-BB1BF5624447\",\n            \"Locator\": \"XCLUNL\",\n            \"Ticket\": \"1272168821036\",\n            \"LastUpdate\": \"2022-04-14T12:01:41.133\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5256,\n            \"UniqueId\": \"TKT-4F12D020-CF68-4BAD-BC82-B218CA5F4E2E\",\n            \"Locator\": \"XCLUNL\",\n            \"Ticket\": \"1272168821037\",\n            \"LastUpdate\": \"2022-04-14T12:01:42.407\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5257,\n            \"UniqueId\": \"TKT-2A564F1D-C5D7-40E3-B14B-67D4EDF0A508\",\n            \"Locator\": \"XCLUNL\",\n            \"Ticket\": \"1272168821038\",\n            \"LastUpdate\": \"2022-04-14T12:01:43.677\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5258,\n            \"UniqueId\": \"TKT-214607B7-B6CD-4428-A406-8F318579A1FA\",\n            \"Locator\": \"XCLUNL\",\n            \"Ticket\": \"1272168821039\",\n            \"LastUpdate\": \"2022-04-14T12:01:45.167\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5259,\n            \"UniqueId\": \"TKT-7CF2D095-9F53-45B4-978D-BEBE5A3C1F1C\",\n            \"Locator\": \"GDUQVX\",\n            \"Ticket\": \"1272168821280\",\n            \"LastUpdate\": \"2022-04-14T12:03:19.033\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5260,\n            \"UniqueId\": \"TKT-2DB93357-78B0-4CE5-95BC-AAFF0411BDA9\",\n            \"Locator\": \"GDUQVX\",\n            \"Ticket\": \"1272168821281\",\n            \"LastUpdate\": \"2022-04-14T12:03:20.297\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5261,\n            \"UniqueId\": \"TKT-92B3D9CD-5625-4B4E-901A-BD4D63E7C389\",\n            \"Locator\": \"GBTZNO\",\n            \"Ticket\": \"1272168821044\",\n            \"LastUpdate\": \"2022-04-14T12:04:07.957\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5262,\n            \"UniqueId\": \"TKT-D28B758E-267E-4B49-A862-A70BACE49F65\",\n            \"Locator\": \"GBTZNO\",\n            \"Ticket\": \"1272168821045\",\n            \"LastUpdate\": \"2022-04-14T12:04:09.27\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5263,\n            \"UniqueId\": \"TKT-0121C66B-E1A6-497B-9565-5C3B50F848C5\",\n            \"Locator\": \"XPBFCC\",\n            \"Ticket\": \"1272168821046\",\n            \"LastUpdate\": \"2022-04-14T12:04:47.843\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5264,\n            \"UniqueId\": \"TKT-4E648B88-97DE-41CA-826D-61BBB93906F9\",\n            \"Locator\": \"RQHLRR\",\n            \"Ticket\": \"1272168821047\",\n            \"LastUpdate\": \"2022-04-14T12:05:24.043\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5265,\n            \"UniqueId\": \"TKT-323917D0-8694-4020-9508-6E4C33840801\",\n            \"Locator\": \"AYASBB\",\n            \"Ticket\": \"1272168823299\",\n            \"LastUpdate\": \"2022-04-18T11:21:55.927\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5266,\n            \"UniqueId\": \"TKT-EBDA66B1-7CA4-4337-A8E8-391E4D4317CA\",\n            \"Locator\": \"JDXEGX\",\n            \"Ticket\": \"1272168824550\",\n            \"LastUpdate\": \"2022-04-18T18:48:15.83\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5267,\n            \"UniqueId\": \"TKT-D3B625BE-B3E0-40C4-8F77-72B0E9AB3AD6\",\n            \"Locator\": \"AIFFAU\",\n            \"Ticket\": \"1272168824466\",\n            \"LastUpdate\": \"2022-04-18T19:02:25.797\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5268,\n            \"UniqueId\": \"TKT-1E0AB082-62A8-4AB1-8D32-209493753E86\",\n            \"Locator\": \"AILDAV\",\n            \"Ticket\": \"1272168824472\",\n            \"LastUpdate\": \"2022-04-18T19:11:25.877\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5269,\n            \"UniqueId\": \"TKT-7D2111B2-8ECD-4B1C-A3A3-7F122A6A86F0\",\n            \"Locator\": \"MSRHAA\",\n            \"Ticket\": \"1272168828624\",\n            \"LastUpdate\": \"2022-04-20T13:37:47.017\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5270,\n            \"UniqueId\": \"TKT-F3E519D6-E882-4339-9A90-56B6545E962C\",\n            \"Locator\": \"MTIWWN\",\n            \"Ticket\": \"1272168828969\",\n            \"LastUpdate\": \"2022-04-20T15:56:29.357\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5271,\n            \"UniqueId\": \"TKT-2A6ECF6A-EBB4-4326-9017-A2F681124688\",\n            \"Locator\": \"JSBWZV\",\n            \"Ticket\": \"1272168833637\",\n            \"LastUpdate\": \"2022-04-25T14:17:16.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5272,\n            \"UniqueId\": \"TKT-24D2FBE2-C4F9-4B36-80D3-0DD05E9A5E84\",\n            \"Locator\": \"JUPDNO\",\n            \"Ticket\": \"1272168833789\",\n            \"LastUpdate\": \"2022-04-25T15:28:15.717\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5273,\n            \"UniqueId\": \"TKT-E8C4F39F-06BD-475E-9FDE-AFD44F26D56D\",\n            \"Locator\": \"JUPDNO\",\n            \"Ticket\": \"1272168833790\",\n            \"LastUpdate\": \"2022-04-25T15:28:17.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5274,\n            \"UniqueId\": \"TKT-CB561D84-1AA8-4993-8C75-19988A5F969F\",\n            \"Locator\": \"UIMPQN\",\n            \"Ticket\": \"1272168835206\",\n            \"LastUpdate\": \"2022-04-26T10:54:58.123\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5275,\n            \"UniqueId\": \"TKT-6FED5654-958B-472F-9D6D-09513D99F0AA\",\n            \"Locator\": \"KUABKR\",\n            \"Ticket\": \"1272168835306\",\n            \"LastUpdate\": \"2022-04-26T11:35:19.527\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5276,\n            \"UniqueId\": \"TKT-68209A93-D380-486D-89FC-79A33D655FC8\",\n            \"Locator\": \"3ZHDKK\",\n            \"Ticket\": \"0756995063360\",\n            \"LastUpdate\": \"2022-04-26T12:39:57.553\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5277,\n            \"UniqueId\": \"TKT-7A32E63D-3AE1-4C2F-BBFF-C877A8D09023\",\n            \"Locator\": \"3ZHDKK\",\n            \"Ticket\": \"0756995063361\",\n            \"LastUpdate\": \"2022-04-26T12:39:58.96\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5278,\n            \"UniqueId\": \"TKT-FDEC7C63-213B-4382-854F-8742C67969BB\",\n            \"Locator\": \"WSOWCS\",\n            \"Ticket\": \"1272168835269\",\n            \"LastUpdate\": \"2022-04-26T12:42:35.813\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5279,\n            \"UniqueId\": \"TKT-CDECDE73-CE3A-45BA-8534-C639790BF186\",\n            \"Locator\": \"3ZY6AF\",\n            \"Ticket\": \"0756995063362\",\n            \"LastUpdate\": \"2022-04-26T13:08:00.83\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5280,\n            \"UniqueId\": \"TKT-35773703-7BF4-4D4A-B552-86BECEA732C1\",\n            \"Locator\": \"WXRFWM\",\n            \"Ticket\": \"1272168835873\",\n            \"LastUpdate\": \"2022-04-26T15:38:45.14\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5281,\n            \"UniqueId\": \"TKT-710069F8-DDE6-4B3E-B5F2-4F2390D43348\",\n            \"Locator\": \"WXSOQI\",\n            \"Ticket\": \"1272168835915\",\n            \"LastUpdate\": \"2022-04-26T15:40:48.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5282,\n            \"UniqueId\": \"TKT-35F66E31-2045-4015-A928-B1FF2F770886\",\n            \"Locator\": \"WXSOQI\",\n            \"Ticket\": \"1272168835916\",\n            \"LastUpdate\": \"2022-04-26T15:40:49.4\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5283,\n            \"UniqueId\": \"TKT-0FCD1C22-0CA6-485C-9267-B95AA19592DC\",\n            \"Locator\": \"WXHLPH\",\n            \"Ticket\": \"1272168835924\",\n            \"LastUpdate\": \"2022-04-26T15:48:32.787\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5284,\n            \"UniqueId\": \"TKT-756468A6-2A5C-4A85-8C56-222515D32B39\",\n            \"Locator\": \"WXHLPH\",\n            \"Ticket\": \"1272168835925\",\n            \"LastUpdate\": \"2022-04-26T15:48:34.227\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5285,\n            \"UniqueId\": \"TKT-D4EE5706-CD64-4018-8B02-42D3336BFA44\",\n            \"Locator\": \"JVOJNC\",\n            \"Ticket\": \"1272168836022\",\n            \"LastUpdate\": \"2022-04-26T15:56:26.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5286,\n            \"UniqueId\": \"TKT-1B5CB3C1-67CE-4E49-B200-8EF861C75E99\",\n            \"Locator\": \"KQAOJA\",\n            \"Ticket\": \"1272168836024\",\n            \"LastUpdate\": \"2022-04-26T15:59:06.88\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5287,\n            \"UniqueId\": \"TKT-11ABC307-03E7-4DB9-BBAE-C4C0A82EAE04\",\n            \"Locator\": \"LZFBTQ\",\n            \"Ticket\": \"1272168837104\",\n            \"LastUpdate\": \"2022-04-27T10:26:15.413\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5288,\n            \"UniqueId\": \"TKT-D0316063-E469-42F4-BE02-FEBBEAEF4DC4\",\n            \"Locator\": \"LBJPFG\",\n            \"Ticket\": \"1272168837052\",\n            \"LastUpdate\": \"2022-04-27T11:19:33.177\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5289,\n            \"UniqueId\": \"TKT-B9CE5355-4BB5-407E-AC39-3AEE51DB57A0\",\n            \"Locator\": \"XXEEKM\",\n            \"Ticket\": \"1272168837154\",\n            \"LastUpdate\": \"2022-04-27T11:27:58.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5290,\n            \"UniqueId\": \"TKT-9110CB4E-F1F3-4591-9540-5ED47D055C89\",\n            \"Locator\": \"XXEEKM\",\n            \"Ticket\": \"1272168837155\",\n            \"LastUpdate\": \"2022-04-27T11:28:00.04\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5291,\n            \"UniqueId\": \"TKT-C8FC2B9C-ECA6-4247-BBC4-8898DB3AEF64\",\n            \"Locator\": \"LCACFT\",\n            \"Ticket\": \"1272168837158\",\n            \"LastUpdate\": \"2022-04-27T11:36:30.803\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5292,\n            \"UniqueId\": \"TKT-ED00FAAE-08DF-44DA-B50B-DFC43C4A2C27\",\n            \"Locator\": \"LCACFT\",\n            \"Ticket\": \"1272168837159\",\n            \"LastUpdate\": \"2022-04-27T11:36:32.1\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5293,\n            \"UniqueId\": \"TKT-3018E537-A94E-4C28-984F-75E57032F8C3\",\n            \"Locator\": \"VRFRUY\",\n            \"Ticket\": \"1272168837161\",\n            \"LastUpdate\": \"2022-04-27T11:41:13.597\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5294,\n            \"UniqueId\": \"TKT-5E4E853A-4F45-4B41-B2F7-FDA8CC4BCB9A\",\n            \"Locator\": \"VRFRUY\",\n            \"Ticket\": \"1272168837162\",\n            \"LastUpdate\": \"2022-04-27T11:41:14.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5295,\n            \"UniqueId\": \"TKT-7CB5ADF4-9213-4D70-84F8-3C35A0BCA15E\",\n            \"Locator\": \"COGFGQ\",\n            \"Ticket\": \"1272168837068\",\n            \"LastUpdate\": \"2022-04-27T11:48:47.243\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5296,\n            \"UniqueId\": \"TKT-923EB6F1-E1A2-437A-9BCC-D6FDD6BEDDDE\",\n            \"Locator\": \"COGFGQ\",\n            \"Ticket\": \"1272168837069\",\n            \"LastUpdate\": \"2022-04-27T11:48:48.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5297,\n            \"UniqueId\": \"TKT-98A6C29C-9D72-4418-9C52-9ECA4796E865\",\n            \"Locator\": \"XCITYR\",\n            \"Ticket\": \"1272168837220\",\n            \"LastUpdate\": \"2022-04-27T13:56:24.757\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5298,\n            \"UniqueId\": \"TKT-AAA4A5AD-BE9D-4403-97E1-83A14917A46A\",\n            \"Locator\": \"XCITYR\",\n            \"Ticket\": \"1272168837221\",\n            \"LastUpdate\": \"2022-04-27T13:56:26.043\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5299,\n            \"UniqueId\": \"TKT-9864E54C-1092-4E4A-B827-35DB678C0ECB\",\n            \"Locator\": \"LGELBL\",\n            \"Ticket\": \"1272168837222\",\n            \"LastUpdate\": \"2022-04-27T13:59:31.95\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5300,\n            \"UniqueId\": \"TKT-53577DCC-9897-4C91-83CE-4853FB92564A\",\n            \"Locator\": \"LGELBL\",\n            \"Ticket\": \"1272168837223\",\n            \"LastUpdate\": \"2022-04-27T13:59:33.303\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5301,\n            \"UniqueId\": \"TKT-93D96D95-6946-4D4F-BFFC-2E4E34EEF9D6\",\n            \"Locator\": \"LGHHTP\",\n            \"Ticket\": \"1272168837228\",\n            \"LastUpdate\": \"2022-04-27T14:10:36.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5302,\n            \"UniqueId\": \"TKT-30C3C9AD-337C-41D6-88CC-AF647323DEA8\",\n            \"Locator\": \"XDVKFY\",\n            \"Ticket\": \"1272168837338\",\n            \"LastUpdate\": \"2022-04-27T14:20:15.767\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5303,\n            \"UniqueId\": \"TKT-83AED643-BA03-4883-AEB3-8209B992EDB1\",\n            \"Locator\": \"XHQPHI\",\n            \"Ticket\": \"1272168837443\",\n            \"LastUpdate\": \"2022-04-27T17:17:36.183\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5304,\n            \"UniqueId\": \"TKT-CD5EF780-88C5-404F-889D-2FB34A25F114\",\n            \"Locator\": \"XHQPHI\",\n            \"Ticket\": \"1272168837445\",\n            \"LastUpdate\": \"2022-04-27T17:17:37.68\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5305,\n            \"UniqueId\": \"TKT-D75021FC-3789-4CE6-A720-F6882A024795\",\n            \"Locator\": \"XHQPHI\",\n            \"Ticket\": \"1272168837444\",\n            \"LastUpdate\": \"2022-04-27T17:17:39.027\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5306,\n            \"UniqueId\": \"TKT-E8A48745-F78D-4090-B428-A798D98960CC\",\n            \"Locator\": \"DQMCMF\",\n            \"Ticket\": \"1272168837513\",\n            \"LastUpdate\": \"2022-04-27T17:22:34.637\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5307,\n            \"UniqueId\": \"TKT-F7750578-E502-4DD9-95F2-AE3103CBD429\",\n            \"Locator\": \"DQMCMF\",\n            \"Ticket\": \"1272168837515\",\n            \"LastUpdate\": \"2022-04-27T17:22:36\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5308,\n            \"UniqueId\": \"TKT-0F2DA423-584E-4F20-8A04-D931A3EC922E\",\n            \"Locator\": \"DQMCMF\",\n            \"Ticket\": \"1272168837514\",\n            \"LastUpdate\": \"2022-04-27T17:22:37.337\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5309,\n            \"UniqueId\": \"TKT-1BFAC636-D130-4CE4-887A-5F7A29CFBE66\",\n            \"Locator\": \"ZQBULH\",\n            \"Ticket\": \"1272168838037\",\n            \"LastUpdate\": \"2022-04-28T08:50:14.717\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5310,\n            \"UniqueId\": \"TKT-7BC6B71F-7E73-4945-A0F2-F5585449070A\",\n            \"Locator\": \"ZBGRFA\",\n            \"Ticket\": \"1272168838398\",\n            \"LastUpdate\": \"2022-04-28T13:12:11.973\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5311,\n            \"UniqueId\": \"TKT-F54C0122-50B7-4594-B32B-C3A13B5946B5\",\n            \"Locator\": \"ZHMQLY\",\n            \"Ticket\": \"1272168839109\",\n            \"LastUpdate\": \"2022-04-28T17:04:44.36\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5312,\n            \"UniqueId\": \"TKT-78BE1DAC-A887-4544-AABF-CDEE90A7058B\",\n            \"Locator\": \"VYCRXU\",\n            \"Ticket\": \"1272168852184\",\n            \"LastUpdate\": \"2022-05-02T13:57:37.773\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5313,\n            \"UniqueId\": \"TKT-9B06704D-0595-47B8-8993-9ABC021CA73C\",\n            \"Locator\": \"EWQGYQ\",\n            \"Ticket\": \"1272168852249\",\n            \"LastUpdate\": \"2022-05-02T15:29:43.03\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5314,\n            \"UniqueId\": \"TKT-17E1FAEB-E02E-4E3A-A8ED-F15BBDD3FF5F\",\n            \"Locator\": \"EVGMUN\",\n            \"Ticket\": \"1272168852250\",\n            \"LastUpdate\": \"2022-05-02T15:30:16.413\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5315,\n            \"UniqueId\": \"TKT-BDAC6F5E-A03D-40AD-B2D6-7B1DBC9630F4\",\n            \"Locator\": \"GQLSYX\",\n            \"Ticket\": \"1272168857540\",\n            \"LastUpdate\": \"2022-05-04T14:34:01.623\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5316,\n            \"UniqueId\": \"TKT-718C2B5A-454F-4354-AF54-001E2E0C4D85\",\n            \"Locator\": \"GQLSYX\",\n            \"Ticket\": \"1272168857541\",\n            \"LastUpdate\": \"2022-05-04T14:34:03.21\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5317,\n            \"UniqueId\": \"TKT-25E3C907-E337-4D36-BEB2-629475923F33\",\n            \"Locator\": \"GKFSZL\",\n            \"Ticket\": \"1272168857724\",\n            \"LastUpdate\": \"2022-05-04T15:30:58.74\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5318,\n            \"UniqueId\": \"TKT-9B8E8FB2-84FB-4996-B218-EBE35942D3C7\",\n            \"Locator\": \"HQJHKK\",\n            \"Ticket\": \"1272168857744\",\n            \"LastUpdate\": \"2022-05-04T15:52:46.6\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5319,\n            \"UniqueId\": \"TKT-D48E9144-0470-4523-975D-784EF350B925\",\n            \"Locator\": \"HQPQDT\",\n            \"Ticket\": \"1272168857747\",\n            \"LastUpdate\": \"2022-05-04T15:54:36.167\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5320,\n            \"UniqueId\": \"TKT-0C9DFEEE-9381-47D9-80C0-848EEB2671FB\",\n            \"Locator\": \"XNCYHU\",\n            \"Ticket\": \"1272168859188\",\n            \"LastUpdate\": \"2022-05-05T10:31:06.28\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5321,\n            \"UniqueId\": \"TKT-F1A04375-9BDA-4BDE-A15C-938E2C6E16AF\",\n            \"Locator\": \"XNCYHU\",\n            \"Ticket\": \"1272168859189\",\n            \"LastUpdate\": \"2022-05-05T10:31:07.933\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5322,\n            \"UniqueId\": \"TKT-741CFD7C-0DF8-4CE4-9F1A-C50A5D4D83E4\",\n            \"Locator\": \"LJPFJV\",\n            \"Ticket\": \"1272168863812\",\n            \"LastUpdate\": \"2022-05-09T09:25:19.35\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5323,\n            \"UniqueId\": \"TKT-8E0A4BCE-C643-470D-9355-C82F252928D4\",\n            \"Locator\": \"LJPFJV\",\n            \"Ticket\": \"1272168863813\",\n            \"LastUpdate\": \"2022-05-09T09:25:20.96\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5324,\n            \"UniqueId\": \"TKT-3E7F8937-ADBD-4152-928C-44734A277C63\",\n            \"Locator\": \"HIJAZW\",\n            \"Ticket\": \"1272168863738\",\n            \"LastUpdate\": \"2022-05-09T09:36:15.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5325,\n            \"UniqueId\": \"TKT-50EE2696-B3FE-4B52-ABA3-7A190207ABC5\",\n            \"Locator\": \"HIJAZW\",\n            \"Ticket\": \"1272168863739\",\n            \"LastUpdate\": \"2022-05-09T09:36:16.293\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5326,\n            \"UniqueId\": \"TKT-B1622E69-570E-4092-88B0-24BF6EA41D3E\",\n            \"Locator\": \"HJZZSU\",\n            \"Ticket\": \"1272168863972\",\n            \"LastUpdate\": \"2022-05-09T10:57:00.693\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5327,\n            \"UniqueId\": \"TKT-D8352731-EAEE-4EC2-B281-B3B3CFF3315D\",\n            \"Locator\": \"HJZZSU\",\n            \"Ticket\": \"1272168863973\",\n            \"LastUpdate\": \"2022-05-09T10:57:01.923\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5328,\n            \"UniqueId\": \"TKT-71466879-BE81-466D-861F-CAD43EA782DA\",\n            \"Locator\": \"LPBEVD\",\n            \"Ticket\": \"1272168864384\",\n            \"LastUpdate\": \"2022-05-09T14:33:11.4\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5329,\n            \"UniqueId\": \"TKT-7D45F51C-3EDF-440F-9F4F-1269C0D400A2\",\n            \"Locator\": \"LPBEVD\",\n            \"Ticket\": \"1272168864385\",\n            \"LastUpdate\": \"2022-05-09T14:33:12.763\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5330,\n            \"UniqueId\": \"TKT-E1526384-2CAB-4D33-A25A-00FD299EDD10\",\n            \"Locator\": \"DCFZFG\",\n            \"Ticket\": \"1272168864581\",\n            \"LastUpdate\": \"2022-05-09T15:17:59.84\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5331,\n            \"UniqueId\": \"TKT-317DEFBF-A23C-442E-A513-0D55A848C6FF\",\n            \"Locator\": \"DCFZFG\",\n            \"Ticket\": \"1272168864582\",\n            \"LastUpdate\": \"2022-05-09T15:18:01.093\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5332,\n            \"UniqueId\": \"TKT-5407DDC9-21EE-4DAC-AF44-68314F51146C\",\n            \"Locator\": \"MUSSCX\",\n            \"Ticket\": \"1272168864771\",\n            \"LastUpdate\": \"2022-05-09T16:18:59.72\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5333,\n            \"UniqueId\": \"TKT-B537E6CC-7ED8-4A0C-9B4F-18FC16CF6733\",\n            \"Locator\": \"MUSSCX\",\n            \"Ticket\": \"1272168864772\",\n            \"LastUpdate\": \"2022-05-09T16:19:00.927\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5334,\n            \"UniqueId\": \"TKT-FC48541D-56F7-48D3-93D6-526E10C9730A\",\n            \"Locator\": \"DGKJOY\",\n            \"Ticket\": \"1272168864825\",\n            \"LastUpdate\": \"2022-05-09T16:19:56.733\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5335,\n            \"UniqueId\": \"TKT-9EF7D086-7BE4-4701-8341-C71D7F7AE74A\",\n            \"Locator\": \"DGKJOY\",\n            \"Ticket\": \"1272168864829\",\n            \"LastUpdate\": \"2022-05-09T16:19:58.043\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5336,\n            \"UniqueId\": \"TKT-08AFAB9C-543A-45D1-AE72-C2704C0E1E1B\",\n            \"Locator\": \"DGKJOY\",\n            \"Ticket\": \"1272168864827\",\n            \"LastUpdate\": \"2022-05-09T16:19:59.323\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5337,\n            \"UniqueId\": \"TKT-B0CB52C3-7AA0-4F88-878A-FBDAC1716388\",\n            \"Locator\": \"DGKJOY\",\n            \"Ticket\": \"1272168864831\",\n            \"LastUpdate\": \"2022-05-09T16:20:00.567\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5338,\n            \"UniqueId\": \"TKT-B534085C-2006-4DB4-92E9-D3962B38C29E\",\n            \"Locator\": \"GUYRFO\",\n            \"Ticket\": \"1272168870449\",\n            \"LastUpdate\": \"2022-05-11T15:23:04.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5339,\n            \"UniqueId\": \"TKT-385781ED-EFF8-4875-9437-F1D129084139\",\n            \"Locator\": \"GFGBSK\",\n            \"Ticket\": \"1272168871041\",\n            \"LastUpdate\": \"2022-05-11T18:17:28.46\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5340,\n            \"UniqueId\": \"TKT-939A9219-1CA9-4817-833D-B7BBA2E53CEE\",\n            \"Locator\": \"TRQKPV\",\n            \"Ticket\": \"1272168874132\",\n            \"LastUpdate\": \"2022-05-12T17:00:07.893\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5341,\n            \"UniqueId\": \"TKT-46DD2E40-6EB1-400A-B03C-AC6E9209B0F6\",\n            \"Locator\": \"BIAYRI\",\n            \"Ticket\": \"1272168881360\",\n            \"LastUpdate\": \"2022-05-16T15:28:42.233\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5342,\n            \"UniqueId\": \"TKT-37A8FDA2-9322-42F2-9CCC-48413D7F7F76\",\n            \"Locator\": \"LMYZJS\",\n            \"Ticket\": \"1272168881361\",\n            \"LastUpdate\": \"2022-05-16T15:29:19.353\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5343,\n            \"UniqueId\": \"TKT-5A986534-A83D-4E16-898D-0D5C5C28EE39\",\n            \"Locator\": \"LMYZJS\",\n            \"Ticket\": \"1272168881362\",\n            \"LastUpdate\": \"2022-05-16T15:29:20.633\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5344,\n            \"UniqueId\": \"TKT-3EAA424D-AC33-4494-8308-1F7B3E5EC549\",\n            \"Locator\": \"LORZDB\",\n            \"Ticket\": \"1272168881555\",\n            \"LastUpdate\": \"2022-05-16T15:51:56.82\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5345,\n            \"UniqueId\": \"TKT-95A3D8E0-CF2C-4270-9F17-BBD3D7077AE4\",\n            \"Locator\": \"LORZDB\",\n            \"Ticket\": \"1272168881556\",\n            \"LastUpdate\": \"2022-05-16T15:51:58.067\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5346,\n            \"UniqueId\": \"TKT-72A42D16-1129-422F-9191-FF99C31424FE\",\n            \"Locator\": \"MTGLAM\",\n            \"Ticket\": \"1272168881987\",\n            \"LastUpdate\": \"2022-05-16T17:37:52.023\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5347,\n            \"UniqueId\": \"TKT-71498F51-6358-4DCF-853A-330B211F6E5A\",\n            \"Locator\": \"XEUZES\",\n            \"Ticket\": \"1272168884134\",\n            \"LastUpdate\": \"2022-05-17T11:36:16.373\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5348,\n            \"UniqueId\": \"TKT-ABC27BF5-80B3-4918-A700-AA13C07980E9\",\n            \"Locator\": \"RECOLY\",\n            \"Ticket\": \"1272168886490\",\n            \"LastUpdate\": \"2022-05-18T09:05:06.86\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5349,\n            \"UniqueId\": \"TKT-5D5569A6-4B8F-4025-A945-F1B16376AFDF\",\n            \"Locator\": \"ZXIOBI\",\n            \"Ticket\": \"1272168886664\",\n            \"LastUpdate\": \"2022-05-18T09:35:11.79\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5350,\n            \"UniqueId\": \"TKT-8D57F11D-D426-414A-A7C4-D6F1FC8899C0\",\n            \"Locator\": \"LNLHKU\",\n            \"Ticket\": \"1272168886969\",\n            \"LastUpdate\": \"2022-05-18T10:23:49.09\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5351,\n            \"UniqueId\": \"TKT-1F5ABCFD-CFE9-4B72-A9EC-AFF624C230EC\",\n            \"Locator\": \"ZCIGTJ\",\n            \"Ticket\": \"1272168887422\",\n            \"LastUpdate\": \"2022-05-18T13:45:41.383\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5352,\n            \"UniqueId\": \"TKT-45B38D56-BCF6-4D9E-8E14-2B665E925BDD\",\n            \"Locator\": \"RMNPRW\",\n            \"Ticket\": \"1272168887481\",\n            \"LastUpdate\": \"2022-05-18T15:12:00.127\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5353,\n            \"UniqueId\": \"TKT-FD8D67B6-854C-4BA5-AE18-6DD6E06DEA2C\",\n            \"Locator\": \"ZIVJND\",\n            \"Ticket\": \"1272168887873\",\n            \"LastUpdate\": \"2022-05-18T18:23:17.867\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5354,\n            \"UniqueId\": \"TKT-2D5D52A6-FF5F-4A4F-8A29-BFDD22274AD1\",\n            \"Locator\": \"DRXHLL\",\n            \"Ticket\": \"1272168892007\",\n            \"LastUpdate\": \"2022-05-20T10:17:23.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5355,\n            \"UniqueId\": \"TKT-24EA83AE-56D7-46F0-949C-9B64B6129F04\",\n            \"Locator\": \"TKAXKG\",\n            \"Ticket\": \"1272168891987\",\n            \"LastUpdate\": \"2022-05-20T11:39:27.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5356,\n            \"UniqueId\": \"TKT-E8B6126D-CAEA-49BF-80CB-FCAB65E9C702\",\n            \"Locator\": \"BAYFBC\",\n            \"Ticket\": \"1272168892105\",\n            \"LastUpdate\": \"2022-05-20T11:47:13.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5357,\n            \"UniqueId\": \"TKT-72BF8758-35AA-4DDE-AE9D-85848789E6F7\",\n            \"Locator\": \"TKDIBC\",\n            \"Ticket\": \"1272168892108\",\n            \"LastUpdate\": \"2022-05-20T11:48:20.113\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5358,\n            \"UniqueId\": \"TKT-92E0EB23-9D8C-49FE-B4E4-5F1C359BAB6F\",\n            \"Locator\": \"TMNLNU\",\n            \"Ticket\": \"1272168892467\",\n            \"LastUpdate\": \"2022-05-20T14:25:54.75\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5359,\n            \"UniqueId\": \"TKT-AF2F492E-A1BA-4E98-AA2A-8074ABFD5D46\",\n            \"Locator\": \"BEFXLN\",\n            \"Ticket\": \"1272168892630\",\n            \"LastUpdate\": \"2022-05-20T15:32:58.453\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5360,\n            \"UniqueId\": \"TKT-E0A1D1B8-7D9C-4ADC-AB13-E25471526DA6\",\n            \"Locator\": \"VBLMDP\",\n            \"Ticket\": \"1272168894112\",\n            \"LastUpdate\": \"2022-05-23T09:15:47.41\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5361,\n            \"UniqueId\": \"TKT-A2223C96-41B4-4DBF-832A-A3A23650480F\",\n            \"Locator\": \"DCRETP\",\n            \"Ticket\": \"1272168894973\",\n            \"LastUpdate\": \"2022-05-23T16:24:25.663\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5362,\n            \"UniqueId\": \"TKT-A5E329AB-DBA9-4BF9-A7AF-DFA00199611F\",\n            \"Locator\": \"VPZAMW\",\n            \"Ticket\": \"1272168895108\",\n            \"LastUpdate\": \"2022-05-23T16:53:39.83\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5363,\n            \"UniqueId\": \"TKT-F728EBB2-7087-43AA-B743-3B53E2E8B2D0\",\n            \"Locator\": \"WJSEHZ\",\n            \"Ticket\": \"1272168895847\",\n            \"LastUpdate\": \"2022-05-24T08:18:45.823\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5364,\n            \"UniqueId\": \"TKT-C28FAEC4-0899-4ECC-952B-4E3911E7FFD7\",\n            \"Locator\": \"EIXNBE\",\n            \"Ticket\": \"1272168896458\",\n            \"LastUpdate\": \"2022-05-24T14:07:13.197\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5365,\n            \"UniqueId\": \"TKT-E85D0515-9A81-4A83-8188-129FAB96A0EE\",\n            \"Locator\": \"DYEZPJ\",\n            \"Ticket\": \"1272168896565\",\n            \"LastUpdate\": \"2022-05-24T15:17:22.177\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5366,\n            \"UniqueId\": \"TKT-C8083AAC-D1B7-45E5-9B80-07DFA095BC77\",\n            \"Locator\": \"GVHVVU\",\n            \"Ticket\": \"1272168898200\",\n            \"LastUpdate\": \"2022-05-25T14:46:08.207\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5367,\n            \"UniqueId\": \"TKT-C29307D5-EFF0-406B-928F-4A40BE4EC194\",\n            \"Locator\": \"GVHVVU\",\n            \"Ticket\": \"1272168898201\",\n            \"LastUpdate\": \"2022-05-25T14:46:09.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5368,\n            \"UniqueId\": \"TKT-FBD2ADE2-3E25-458E-9ABD-DB4192EAE238\",\n            \"Locator\": \"YMUEDH\",\n            \"Ticket\": \"1272168898354\",\n            \"LastUpdate\": \"2022-05-25T15:22:01.05\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5369,\n            \"UniqueId\": \"TKT-D305B2F3-4379-4F7C-B821-CA5BFAA50F1D\",\n            \"Locator\": \"GXBVAB\",\n            \"Ticket\": \"1272168898452\",\n            \"LastUpdate\": \"2022-05-25T15:29:40.96\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5370,\n            \"UniqueId\": \"TKT-EACD1C1E-3E7E-4402-8730-55E48081C167\",\n            \"Locator\": \"EJANLQ\",\n            \"Ticket\": \"1272168898465\",\n            \"LastUpdate\": \"2022-05-25T15:33:29.663\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5371,\n            \"UniqueId\": \"TKT-33C6E958-25A2-45C7-9FA5-6A5E65461E5B\",\n            \"Locator\": \"GFPDCN\",\n            \"Ticket\": \"1272168899096\",\n            \"LastUpdate\": \"2022-05-25T18:32:43.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5372,\n            \"UniqueId\": \"TKT-76095B1A-CB38-4E4D-94BF-70E43E161A10\",\n            \"Locator\": \"GGUGPJ\",\n            \"Ticket\": \"1272168899105\",\n            \"LastUpdate\": \"2022-05-25T18:36:55.747\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5373,\n            \"UniqueId\": \"TKT-FAD35C45-129B-40BF-961C-9312B0017709\",\n            \"Locator\": \"ROMWTP\",\n            \"Ticket\": \"1272168899614\",\n            \"LastUpdate\": \"2022-05-26T09:24:32.087\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5374,\n            \"UniqueId\": \"TKT-41AE5A35-7E50-45E5-A81E-21B89D0AC764\",\n            \"Locator\": \"FHWJJQ\",\n            \"Ticket\": \"1272168899572\",\n            \"LastUpdate\": \"2022-05-26T10:56:35.753\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5375,\n            \"UniqueId\": \"TKT-A14751F0-9FF6-4C43-867A-D429D526FF24\",\n            \"Locator\": \"FHWJJQ\",\n            \"Ticket\": \"1272168899573\",\n            \"LastUpdate\": \"2022-05-26T10:56:37.273\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5376,\n            \"UniqueId\": \"TKT-4DC922B0-DD4B-4ECD-8047-4F60B4632AC5\",\n            \"Locator\": \"HGDETM\",\n            \"Ticket\": \"1272168899596\",\n            \"LastUpdate\": \"2022-05-26T11:20:37.193\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5377,\n            \"UniqueId\": \"TKT-DF41519C-5C35-4C15-923B-3B33566FA765\",\n            \"Locator\": \"HLHRFP\",\n            \"Ticket\": \"1272168900483\",\n            \"LastUpdate\": \"2022-05-26T15:26:51.717\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5378,\n            \"UniqueId\": \"TKT-53EF3ED2-D66F-4E86-8893-E4A6762E322B\",\n            \"Locator\": \"EFVYWJ\",\n            \"Ticket\": \"1272168901399\",\n            \"LastUpdate\": \"2022-05-27T09:13:48.76\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5379,\n            \"UniqueId\": \"TKT-E01724D4-55B2-4073-8651-D8171C920CD0\",\n            \"Locator\": \"DDBTVY\",\n            \"Ticket\": \"1272168903336\",\n            \"LastUpdate\": \"2022-05-30T08:44:06.653\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5380,\n            \"UniqueId\": \"TKT-AC4639E9-E7A1-4AFD-8174-211ADB9CA5B2\",\n            \"Locator\": \"KLZNOT\",\n            \"Ticket\": \"1272168903766\",\n            \"LastUpdate\": \"2022-05-30T11:02:41.853\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5381,\n            \"UniqueId\": \"TKT-0F2AC4C0-5FA1-4561-952F-0D0D6FFE0DCC\",\n            \"Locator\": \"KKWPXM\",\n            \"Ticket\": \"1272168903823\",\n            \"LastUpdate\": \"2022-05-30T11:13:11.353\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5382,\n            \"UniqueId\": \"TKT-337B084A-0129-44E2-A890-CEE004E61CBD\",\n            \"Locator\": \"DNNBSH\",\n            \"Ticket\": \"1272168903881\",\n            \"LastUpdate\": \"2022-05-30T14:34:27.95\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5383,\n            \"UniqueId\": \"TKT-80C3F04F-C037-436A-B0AE-FA496227201D\",\n            \"Locator\": \"LWRXFR\",\n            \"Ticket\": \"1272168903963\",\n            \"LastUpdate\": \"2022-05-30T16:10:00.033\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5384,\n            \"UniqueId\": \"TKT-732450B7-2849-4DB8-9299-2A63C39C8AFD\",\n            \"Locator\": \"EKTQMU\",\n            \"Ticket\": \"1272168905839\",\n            \"LastUpdate\": \"2022-05-31T13:36:40.753\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5385,\n            \"UniqueId\": \"TKT-A4F311A0-F3E3-472D-8FEE-6E741D69F94E\",\n            \"Locator\": \"MCRWIX\",\n            \"Ticket\": \"1272168906081\",\n            \"LastUpdate\": \"2022-05-31T15:30:19.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5386,\n            \"UniqueId\": \"TKT-F9C96F03-AC1E-4B6A-9075-93B72E3EF91E\",\n            \"Locator\": \"MCQJLN\",\n            \"Ticket\": \"1272168906419\",\n            \"LastUpdate\": \"2022-05-31T16:08:07.65\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5387,\n            \"UniqueId\": \"TKT-3767BE6E-E2F8-4596-9735-213571C276DA\",\n            \"Locator\": \"TPFQVV\",\n            \"Ticket\": \"1272168906476\",\n            \"LastUpdate\": \"2022-05-31T17:26:54.743\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5388,\n            \"UniqueId\": \"TKT-0DD0B781-C65B-4022-A369-EF96E16BCAAC\",\n            \"Locator\": \"GYKWEA\",\n            \"Ticket\": \"1272168907850\",\n            \"LastUpdate\": \"2022-06-01T10:23:04.277\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5389,\n            \"UniqueId\": \"TKT-6F6AC7D8-40EB-4469-9E98-180007FCD136\",\n            \"Locator\": \"RAFVYH\",\n            \"Ticket\": \"1272168910972\",\n            \"LastUpdate\": \"2022-06-01T23:26:14.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5390,\n            \"UniqueId\": \"TKT-022461EE-A38C-4DF5-B2B8-827DC7C1A8BF\",\n            \"Locator\": \"HLDFOS\",\n            \"Ticket\": \"1272168916705\",\n            \"LastUpdate\": \"2022-06-02T14:27:59.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5391,\n            \"UniqueId\": \"TKT-5D73DC78-ACDD-479A-967B-85836D12BC27\",\n            \"Locator\": \"ISNNWV\",\n            \"Ticket\": \"1272168917528\",\n            \"LastUpdate\": \"2022-06-02T17:15:25.51\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5392,\n            \"UniqueId\": \"TKT-C9044C96-7829-4FF6-9463-17BD99162C08\",\n            \"Locator\": \"ISNNWV\",\n            \"Ticket\": \"1272168917529\",\n            \"LastUpdate\": \"2022-06-02T17:15:26.787\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5393,\n            \"UniqueId\": \"TKT-662C6292-6FF9-47C3-AEFA-4EAF8DC3F78B\",\n            \"Locator\": \"SKJDYE\",\n            \"Ticket\": \"1272168918392\",\n            \"LastUpdate\": \"2022-06-03T08:59:03.923\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5394,\n            \"UniqueId\": \"TKT-AE1DFD92-DC17-458A-9597-78202AE2AF9D\",\n            \"Locator\": \"TSJURN\",\n            \"Ticket\": \"1272168919652\",\n            \"LastUpdate\": \"2022-06-03T14:12:10.807\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5395,\n            \"UniqueId\": \"TKT-ED600C6A-FBC3-4B9E-82CC-8FFD7A81EC9F\",\n            \"Locator\": \"IAMVNK\",\n            \"Ticket\": \"1272168928228\",\n            \"LastUpdate\": \"2022-06-06T13:34:01.14\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5396,\n            \"UniqueId\": \"TKT-2C460DCE-2F64-42EA-BA75-A93170AE5A80\",\n            \"Locator\": \"IAMVNK\",\n            \"Ticket\": \"1272168928230\",\n            \"LastUpdate\": \"2022-06-06T13:34:02.993\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5397,\n            \"UniqueId\": \"TKT-A4854AFE-C871-4BA3-BEB8-B8143996DE93\",\n            \"Locator\": \"IAMVNK\",\n            \"Ticket\": \"1272168928229\",\n            \"LastUpdate\": \"2022-06-06T13:34:04.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5398,\n            \"UniqueId\": \"TKT-B6AFF495-E4E7-4E88-84AA-090E9F7E9B09\",\n            \"Locator\": \"LICYAX\",\n            \"Ticket\": \"1272168928338\",\n            \"LastUpdate\": \"2022-06-06T13:58:45.94\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5399,\n            \"UniqueId\": \"TKT-F01F2761-B769-4BF9-8F40-BF0CE1AFCCB3\",\n            \"Locator\": \"LICYAX\",\n            \"Ticket\": \"1272168928340\",\n            \"LastUpdate\": \"2022-06-06T13:58:50.957\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5400,\n            \"UniqueId\": \"TKT-1605DBF9-3BCB-4996-97FF-4BDDBB809A66\",\n            \"Locator\": \"LICYAX\",\n            \"Ticket\": \"1272168928339\",\n            \"LastUpdate\": \"2022-06-06T13:58:54.867\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5401,\n            \"UniqueId\": \"TKT-5D3F29B4-6753-4C27-A056-F8E38EF7CFC3\",\n            \"Locator\": \"WSOKIN\",\n            \"Ticket\": \"1272168928248\",\n            \"LastUpdate\": \"2022-06-06T14:12:55.027\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5402,\n            \"UniqueId\": \"TKT-11B41463-D84D-4F56-917C-D4165C99B690\",\n            \"Locator\": \"WSOKIN\",\n            \"Ticket\": \"1272168928250\",\n            \"LastUpdate\": \"2022-06-06T14:12:56.37\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5403,\n            \"UniqueId\": \"TKT-7072CF3C-EEA9-44F2-8E24-8069722F6B5A\",\n            \"Locator\": \"WSOKIN\",\n            \"Ticket\": \"1272168928249\",\n            \"LastUpdate\": \"2022-06-06T14:12:57.637\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5404,\n            \"UniqueId\": \"TKT-A1D395D6-D401-4CC1-8B95-7CFB38EBAE83\",\n            \"Locator\": \"WUKUJQ\",\n            \"Ticket\": \"1272168928831\",\n            \"LastUpdate\": \"2022-06-06T17:40:39.287\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5405,\n            \"UniqueId\": \"TKT-30416BCA-3368-499C-86E8-46616C262C0F\",\n            \"Locator\": \"LPDTFW\",\n            \"Ticket\": \"1272168928844\",\n            \"LastUpdate\": \"2022-06-06T17:59:27.183\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5406,\n            \"UniqueId\": \"TKT-CEFB9C03-9ADE-46F9-AD3D-33268BD837AC\",\n            \"Locator\": \"SNAKAN\",\n            \"Ticket\": \"1272168933076\",\n            \"LastUpdate\": \"2022-06-08T08:59:54.417\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5407,\n            \"UniqueId\": \"TKT-7706BF2A-F2F7-49E4-B884-1E95F1350E84\",\n            \"Locator\": \"TAQGQO\",\n            \"Ticket\": \"1272168934695\",\n            \"LastUpdate\": \"2022-06-08T17:26:03.833\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5408,\n            \"UniqueId\": \"TKT-6E48A36D-B873-4AD2-BF86-15ACB95FF4CC\",\n            \"Locator\": \"WIVXKD\",\n            \"Ticket\": \"1272168935085\",\n            \"LastUpdate\": \"2022-06-08T18:28:12.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5409,\n            \"UniqueId\": \"TKT-28C11B6A-2E09-4280-9AA2-79A62FB181B6\",\n            \"Locator\": \"UTDDMU\",\n            \"Ticket\": \"1272168936184\",\n            \"LastUpdate\": \"2022-06-09T08:30:14.043\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5410,\n            \"UniqueId\": \"TKT-3E86F1F8-0461-40F2-83F7-6A609752145C\",\n            \"Locator\": \"2RJRLD\",\n            \"Ticket\": \"0756995063385\",\n            \"LastUpdate\": \"2022-06-13T11:08:52.203\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5411,\n            \"UniqueId\": \"TKT-DFE7FF7A-B4C1-4BE1-9EDF-C9CB41174C04\",\n            \"Locator\": \"2SI9CK\",\n            \"Ticket\": \"0756995063386\",\n            \"LastUpdate\": \"2022-06-13T12:11:05.277\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5412,\n            \"UniqueId\": \"TKT-CA3ADDA3-A0E4-4D34-8FFB-6BE8257E5A86\",\n            \"Locator\": \"YKQRKV\",\n            \"Ticket\": \"1272168944761\",\n            \"LastUpdate\": \"2022-06-14T13:13:45.08\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5413,\n            \"UniqueId\": \"TKT-7639E78A-FEB8-40CF-911C-B2B9F1D2C999\",\n            \"Locator\": \"ZRMFDG\",\n            \"Ticket\": \"1272168945616\",\n            \"LastUpdate\": \"2022-06-14T18:34:52.473\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5414,\n            \"UniqueId\": \"TKT-2486042A-C215-47C4-B89C-7FE12ACD567E\",\n            \"Locator\": \"ZACKXY\",\n            \"Ticket\": \"1272168946246\",\n            \"LastUpdate\": \"2022-06-14T21:54:52.75\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5415,\n            \"UniqueId\": \"TKT-3471A247-D2F0-469F-92DA-32A423E238A6\",\n            \"Locator\": \"ZUHHYK\",\n            \"Ticket\": \"1272168946332\",\n            \"LastUpdate\": \"2022-06-14T22:08:18.72\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5416,\n            \"UniqueId\": \"TKT-27271F13-4043-4CDB-9EF5-B1A7046A9B47\",\n            \"Locator\": \"ZGWZWI\",\n            \"Ticket\": \"1272168947337\",\n            \"LastUpdate\": \"2022-06-15T10:09:22.407\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5417,\n            \"UniqueId\": \"TKT-035D6EEC-1846-44E1-A2BD-E8EDB10C8CCA\",\n            \"Locator\": \"BRWGRK\",\n            \"Ticket\": \"1272168948118\",\n            \"LastUpdate\": \"2022-06-15T11:47:57.05\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5418,\n            \"UniqueId\": \"TKT-67CD0120-D923-400E-8AB3-4EA2F129C5F3\",\n            \"Locator\": \"ZIQEHE\",\n            \"Ticket\": \"1272168948893\",\n            \"LastUpdate\": \"2022-06-15T15:05:17.84\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5419,\n            \"UniqueId\": \"TKT-90800925-87C4-413F-9DC1-8763FDE7F661\",\n            \"Locator\": \"ASNVPK\",\n            \"Ticket\": \"1272168948928\",\n            \"LastUpdate\": \"2022-06-15T15:20:28.973\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5420,\n            \"UniqueId\": \"TKT-A0F294BB-B925-447F-9B94-48AE19FAE7BC\",\n            \"Locator\": \"ZIYXOO\",\n            \"Ticket\": \"1272168948984\",\n            \"LastUpdate\": \"2022-06-15T16:36:22.537\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5421,\n            \"UniqueId\": \"TKT-D7B36392-D438-469B-85F0-0A39A986D801\",\n            \"Locator\": \"BWYOWZ\",\n            \"Ticket\": \"1272168949217\",\n            \"LastUpdate\": \"2022-06-15T17:28:08.06\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5422,\n            \"UniqueId\": \"TKT-3ED6C7FA-1A7B-46CD-B52C-844FF1E06DF3\",\n            \"Locator\": \"ASGGFJ\",\n            \"Ticket\": \"1272168951307\",\n            \"LastUpdate\": \"2022-06-16T16:25:13.467\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5423,\n            \"UniqueId\": \"TKT-0A09AEA1-F278-4903-8047-D5B87A92B773\",\n            \"Locator\": \"DAVHPZ\",\n            \"Ticket\": \"1272168952633\",\n            \"LastUpdate\": \"2022-06-17T11:17:07.997\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5424,\n            \"UniqueId\": \"TKT-640F260C-754D-43CC-93EA-036ADA690D65\",\n            \"Locator\": \"DAVHPZ\",\n            \"Ticket\": \"1272168952634\",\n            \"LastUpdate\": \"2022-06-17T11:17:09.597\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5425,\n            \"UniqueId\": \"TKT-E761E064-D964-4640-81F7-3416B34E112E\",\n            \"Locator\": \"KMLFVF\",\n            \"Ticket\": \"1272168953081\",\n            \"LastUpdate\": \"2022-06-17T16:05:42.967\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5426,\n            \"UniqueId\": \"TKT-48779608-25AE-4069-BF9F-40F5462E860D\",\n            \"Locator\": \"DYMSEN\",\n            \"Ticket\": \"1272168953873\",\n            \"LastUpdate\": \"2022-06-19T01:59:53.987\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5427,\n            \"UniqueId\": \"TKT-1D5126AF-541B-4440-8AB4-68E8139BDEBE\",\n            \"Locator\": \"EETHZV\",\n            \"Ticket\": \"1272168953885\",\n            \"LastUpdate\": \"2022-06-19T17:04:44.66\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5428,\n            \"UniqueId\": \"TKT-E8C51F2A-9B58-4A2B-BDC0-4943E3CA599F\",\n            \"Locator\": \"LGQFVP\",\n            \"Ticket\": \"1272168955806\",\n            \"LastUpdate\": \"2022-06-20T15:05:01.85\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5429,\n            \"UniqueId\": \"TKT-7C665095-AB98-4C97-AC31-7852FC6307C5\",\n            \"Locator\": \"EGXKZJ\",\n            \"Ticket\": \"1272168956941\",\n            \"LastUpdate\": \"2022-06-21T09:49:30.483\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5430,\n            \"UniqueId\": \"TKT-36E02A61-12D9-4916-BDA5-A7CCABAF027F\",\n            \"Locator\": \"BGAOTS\",\n            \"Ticket\": \"1272168956943\",\n            \"LastUpdate\": \"2022-06-21T09:50:46.29\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5431,\n            \"UniqueId\": \"TKT-F60B4B7B-14B7-451D-8D47-F4C38284923E\",\n            \"Locator\": \"FIYIXE\",\n            \"Ticket\": \"1272168957215\",\n            \"LastUpdate\": \"2022-06-21T10:47:05.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5432,\n            \"UniqueId\": \"TKT-8702EFCA-D1B5-45A9-A263-46530AF8A15A\",\n            \"Locator\": \"LOPSEN\",\n            \"Ticket\": \"1272168957227\",\n            \"LastUpdate\": \"2022-06-21T11:19:27.137\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5433,\n            \"UniqueId\": \"TKT-E279ACE9-56C4-41DE-9025-693A2D31B58E\",\n            \"Locator\": \"GIUGFB\",\n            \"Ticket\": \"1272168957932\",\n            \"LastUpdate\": \"2022-06-21T16:41:05.33\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5434,\n            \"UniqueId\": \"TKT-D1EC7F16-3B64-4B92-ACC2-2972D712CD55\",\n            \"Locator\": \"GIWQAY\",\n            \"Ticket\": \"1272168958013\",\n            \"LastUpdate\": \"2022-06-21T16:44:21.32\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5435,\n            \"UniqueId\": \"TKT-2B4072F3-5DE5-430F-A494-943C0EF92EB4\",\n            \"Locator\": \"HDFEED\",\n            \"Ticket\": \"1272168964861\",\n            \"LastUpdate\": \"2022-06-22T21:26:05.297\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5436,\n            \"UniqueId\": \"TKT-2E89D2A2-D1C4-4A44-A1C0-57DE3952D03B\",\n            \"Locator\": \"HBQDMG\",\n            \"Ticket\": \"9572170024900\",\n            \"LastUpdate\": \"2022-06-23T16:32:39.657\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5437,\n            \"UniqueId\": \"TKT-62698F66-0433-4810-9999-BE2863AA8390\",\n            \"Locator\": \"JWBTCY\",\n            \"Ticket\": \"1272168969225\",\n            \"LastUpdate\": \"2022-06-23T17:03:01.79\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5438,\n            \"UniqueId\": \"TKT-404E52A7-016A-4912-A12F-F8A29A5E9C2F\",\n            \"Locator\": \"MHIRIH\",\n            \"Ticket\": \"1272168969174\",\n            \"LastUpdate\": \"2022-06-23T17:03:39.91\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5439,\n            \"UniqueId\": \"TKT-A54BBEC9-E125-46BE-9F0C-0751D6EB2341\",\n            \"Locator\": \"JMAOUB\",\n            \"Ticket\": \"1272168970047\",\n            \"LastUpdate\": \"2022-06-24T09:23:08.143\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5440,\n            \"UniqueId\": \"TKT-FCEB652E-F2FB-4777-AB3C-1D38B5FEB743\",\n            \"Locator\": \"JNFEOE\",\n            \"Ticket\": \"9572170032544\",\n            \"LastUpdate\": \"2022-06-24T13:59:47.13\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5441,\n            \"UniqueId\": \"TKT-ADA91322-260C-4065-9F17-346B6174E1E8\",\n            \"Locator\": \"JNGHKK\",\n            \"Ticket\": \"9572170032551\",\n            \"LastUpdate\": \"2022-06-24T14:08:24.023\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5442,\n            \"UniqueId\": \"TKT-EA0B3F42-3C31-40E9-9431-F5A414FE0585\",\n            \"Locator\": \"JWQDKM\",\n            \"Ticket\": \"1272168970904\",\n            \"LastUpdate\": \"2022-06-24T15:39:11.08\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5443,\n            \"UniqueId\": \"TKT-F4CE09A8-F6A5-4214-A634-1C59211311E5\",\n            \"Locator\": \"JJQGAB\",\n            \"Ticket\": \"1272168971751\",\n            \"LastUpdate\": \"2022-06-25T19:15:40.577\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5444,\n            \"UniqueId\": \"TKT-4524122E-0897-44E4-91CC-1DAF4919A222\",\n            \"Locator\": \"KNDPEE\",\n            \"Ticket\": \"1272168972185\",\n            \"LastUpdate\": \"2022-06-27T09:17:40.093\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5445,\n            \"UniqueId\": \"TKT-52D5B8C8-E25A-4606-9A6F-9D6361BD51F6\",\n            \"Locator\": \"LJFWHF\",\n            \"Ticket\": \"1272168972191\",\n            \"LastUpdate\": \"2022-06-27T09:43:25.337\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5446,\n            \"UniqueId\": \"TKT-45DB8967-899D-4236-A9F4-26B5570E4826\",\n            \"Locator\": \"LXSRVS\",\n            \"Ticket\": \"1272168972668\",\n            \"LastUpdate\": \"2022-06-27T14:52:12.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5447,\n            \"UniqueId\": \"TKT-BD07B4C1-C305-4514-828F-A5C6BE61D165\",\n            \"Locator\": \"LXSRVS\",\n            \"Ticket\": \"1272168972669\",\n            \"LastUpdate\": \"2022-06-27T14:52:14.023\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5448,\n            \"UniqueId\": \"TKT-C2737929-CD23-4A9B-91C8-BDC30FFBE17D\",\n            \"Locator\": \"LXSRVS\",\n            \"Ticket\": \"1272168972670\",\n            \"LastUpdate\": \"2022-06-27T14:52:15.317\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5449,\n            \"UniqueId\": \"TKT-C4476E40-6CDC-4377-BBB4-5C6413CBB69E\",\n            \"Locator\": \"LXSRVS\",\n            \"Ticket\": \"1272168972671\",\n            \"LastUpdate\": \"2022-06-27T14:52:16.617\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5450,\n            \"UniqueId\": \"TKT-DBA54D0E-40EB-4E5D-A859-22638BA1E07A\",\n            \"Locator\": \"LXSRVS\",\n            \"Ticket\": \"1272168972672\",\n            \"LastUpdate\": \"2022-06-27T14:52:17.903\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5451,\n            \"UniqueId\": \"TKT-05955E09-72DC-427C-A6B9-08DE394CE44D\",\n            \"Locator\": \"LXSRVS\",\n            \"Ticket\": \"1272168972673\",\n            \"LastUpdate\": \"2022-06-27T14:52:19.22\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5452,\n            \"UniqueId\": \"TKT-E7983046-4F03-4C6F-9891-FCAB510F212A\",\n            \"Locator\": \"QEAVFR\",\n            \"Ticket\": \"1272168972703\",\n            \"LastUpdate\": \"2022-06-27T15:34:30.68\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5453,\n            \"UniqueId\": \"TKT-40047AD3-BD51-4E12-95B9-8940392C0DED\",\n            \"Locator\": \"QEAVFR\",\n            \"Ticket\": \"1272168972704\",\n            \"LastUpdate\": \"2022-06-27T15:34:31.97\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5454,\n            \"UniqueId\": \"TKT-44CE52E7-81B5-44F4-847C-2AA8DC136D14\",\n            \"Locator\": \"MVAMHD\",\n            \"Ticket\": \"1272168973323\",\n            \"LastUpdate\": \"2022-06-27T18:23:07.67\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5455,\n            \"UniqueId\": \"TKT-BAFE462E-15EA-4968-8B2D-781114F33F1D\",\n            \"Locator\": \"DLIGIA\",\n            \"Ticket\": \"1272168974154\",\n            \"LastUpdate\": \"2022-06-28T08:24:57.367\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5456,\n            \"UniqueId\": \"TKT-B931B6F5-1584-49CE-ABCD-CB957FFD85DC\",\n            \"Locator\": \"QRFKIJ\",\n            \"Ticket\": \"1272168976619\",\n            \"LastUpdate\": \"2022-06-28T14:54:44.067\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5457,\n            \"UniqueId\": \"TKT-149DDF86-8BA2-47A0-BEDF-D8D152D99079\",\n            \"Locator\": \"QRWEMV\",\n            \"Ticket\": \"1272168976720\",\n            \"LastUpdate\": \"2022-06-28T15:49:17.743\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5458,\n            \"UniqueId\": \"TKT-CC8BDE62-900F-4C7D-8134-F24760A17103\",\n            \"Locator\": \"QRWEMV\",\n            \"Ticket\": \"1272168976722\",\n            \"LastUpdate\": \"2022-06-28T15:49:19.023\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5459,\n            \"UniqueId\": \"TKT-8092F193-EC00-40C4-A388-EFA4573D73D0\",\n            \"Locator\": \"QRWEMV\",\n            \"Ticket\": \"1272168976721\",\n            \"LastUpdate\": \"2022-06-28T15:49:20.237\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5460,\n            \"UniqueId\": \"TKT-3C5B1742-1230-4701-B49E-F8A63021FC1B\",\n            \"Locator\": \"QRCOHF\",\n            \"Ticket\": \"1272168976858\",\n            \"LastUpdate\": \"2022-06-28T16:24:28.407\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5461,\n            \"UniqueId\": \"TKT-436B17F8-6E77-478D-BDF9-31BB1646DC6F\",\n            \"Locator\": \"QRCOHF\",\n            \"Ticket\": \"1272168976860\",\n            \"LastUpdate\": \"2022-06-28T16:24:29.843\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5462,\n            \"UniqueId\": \"TKT-493907CE-912E-4BCE-A77A-C3BF65B866DC\",\n            \"Locator\": \"QRCOHF\",\n            \"Ticket\": \"1272168976859\",\n            \"LastUpdate\": \"2022-06-28T16:24:31.07\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5463,\n            \"UniqueId\": \"TKT-CD65FCCD-7A8F-4A4D-A216-D71B9845EECF\",\n            \"Locator\": \"QSWQAB\",\n            \"Ticket\": \"1272168976902\",\n            \"LastUpdate\": \"2022-06-28T16:51:23.403\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5464,\n            \"UniqueId\": \"TKT-E0E619A0-7F5B-4F44-B3FB-96D3CA274C51\",\n            \"Locator\": \"QSWQAB\",\n            \"Ticket\": \"1272168976903\",\n            \"LastUpdate\": \"2022-06-28T16:51:24.65\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5465,\n            \"UniqueId\": \"TKT-08E86A3B-07C1-4C8B-825A-CD70F947EDBF\",\n            \"Locator\": \"QSBCWT\",\n            \"Ticket\": \"1272168976912\",\n            \"LastUpdate\": \"2022-06-28T16:57:45.713\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5466,\n            \"UniqueId\": \"TKT-86C22E18-AE19-4C10-A062-3FF654D52256\",\n            \"Locator\": \"QSBCWT\",\n            \"Ticket\": \"1272168976913\",\n            \"LastUpdate\": \"2022-06-28T16:57:47.017\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5467,\n            \"UniqueId\": \"TKT-3E46552D-98AE-4720-9E15-3570DA61DE17\",\n            \"Locator\": \"DPXZVQ\",\n            \"Ticket\": \"1272168976777\",\n            \"LastUpdate\": \"2022-06-28T17:02:17.293\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5468,\n            \"UniqueId\": \"TKT-7A689986-7BE4-4964-B81B-0A4B28FD6D0F\",\n            \"Locator\": \"DPAMPW\",\n            \"Ticket\": \"1272168976783\",\n            \"LastUpdate\": \"2022-06-28T17:09:18.66\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5469,\n            \"UniqueId\": \"TKT-FDF76FEF-330D-4B83-9CB7-5DAC2D5EC7C4\",\n            \"Locator\": \"RAOORK\",\n            \"Ticket\": \"1272168979086\",\n            \"LastUpdate\": \"2022-06-29T16:30:13.393\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5470,\n            \"UniqueId\": \"TKT-DE4F29CE-DDE3-42C6-8586-9350FD5652D2\",\n            \"Locator\": \"RBSGQB\",\n            \"Ticket\": \"1272168979311\",\n            \"LastUpdate\": \"2022-06-29T16:37:06.797\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5471,\n            \"UniqueId\": \"TKT-FD550BFC-F4C3-4567-80E6-96250AAD204D\",\n            \"Locator\": \"SFGTYP\",\n            \"Ticket\": \"1272168983136\",\n            \"LastUpdate\": \"2022-06-30T15:12:42.447\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5472,\n            \"UniqueId\": \"TKT-3C372D5A-4AAB-4234-A723-87A0BD1FC96F\",\n            \"Locator\": \"SFLECH\",\n            \"Ticket\": \"1272168983446\",\n            \"LastUpdate\": \"2022-06-30T16:31:32.857\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5473,\n            \"UniqueId\": \"TKT-779182D4-09FE-4C4C-B2E4-80E5F0FEF923\",\n            \"Locator\": \"UTXYNZ\",\n            \"Ticket\": \"1272168986230\",\n            \"LastUpdate\": \"2022-07-01T09:44:13.413\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5474,\n            \"UniqueId\": \"TKT-871E3BCC-397F-4358-82E8-6F12E1CBB361\",\n            \"Locator\": \"TCFGZM\",\n            \"Ticket\": \"1272168986242\",\n            \"LastUpdate\": \"2022-07-01T09:45:46.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5475,\n            \"UniqueId\": \"TKT-F56E69A4-0F45-4113-A4C0-BA857D4ADA0E\",\n            \"Locator\": \"UYTXFE\",\n            \"Ticket\": \"1272168986653\",\n            \"LastUpdate\": \"2022-07-01T14:20:58.54\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5476,\n            \"UniqueId\": \"TKT-C1E4158D-1DE5-421A-A83E-612616F78CB7\",\n            \"Locator\": \"UXNIPE\",\n            \"Ticket\": \"1272168986654\",\n            \"LastUpdate\": \"2022-07-01T14:24:58.027\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5477,\n            \"UniqueId\": \"TKT-CF2CE4A2-0859-47C2-BC35-B4DA331F015F\",\n            \"Locator\": \"UAPMQS\",\n            \"Ticket\": \"1272168986938\",\n            \"LastUpdate\": \"2022-07-01T16:22:43.397\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5478,\n            \"UniqueId\": \"TKT-8AFCC22E-AEFD-430A-8386-F36E641FC4B3\",\n            \"Locator\": \"UCAQZT\",\n            \"Ticket\": \"1272168986968\",\n            \"LastUpdate\": \"2022-07-01T17:46:21.963\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5479,\n            \"UniqueId\": \"TKT-1D2BCF79-713C-41FC-B09E-3ED3B4910BB5\",\n            \"Locator\": \"VGYCWE\",\n            \"Ticket\": \"1272168987960\",\n            \"LastUpdate\": \"2022-07-04T11:13:46.387\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5480,\n            \"UniqueId\": \"TKT-0EE07A47-B644-477D-AFF9-14F44E970B37\",\n            \"Locator\": \"VHHDRW\",\n            \"Ticket\": \"1272168987991\",\n            \"LastUpdate\": \"2022-07-04T12:34:43.85\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5481,\n            \"UniqueId\": \"TKT-B9DD27B5-564E-4E22-B7A4-D0BB85989030\",\n            \"Locator\": \"VHHDRW\",\n            \"Ticket\": \"1272168987992\",\n            \"LastUpdate\": \"2022-07-04T12:34:45.103\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5482,\n            \"UniqueId\": \"TKT-464AF625-614C-4455-9B4A-A100711BD0CF\",\n            \"Locator\": \"WWSJIH\",\n            \"Ticket\": \"1272168988050\",\n            \"LastUpdate\": \"2022-07-04T12:48:11.22\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5483,\n            \"UniqueId\": \"TKT-29BCEE1C-2A63-48AC-9681-469488D9B7B0\",\n            \"Locator\": \"WWSJIH\",\n            \"Ticket\": \"1272168988051\",\n            \"LastUpdate\": \"2022-07-04T12:48:12.693\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5484,\n            \"UniqueId\": \"TKT-CED7D81A-20A2-485E-B87C-592E3E128D48\",\n            \"Locator\": \"WXUFCJ\",\n            \"Ticket\": \"1272168988071\",\n            \"LastUpdate\": \"2022-07-04T14:08:27.567\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5485,\n            \"UniqueId\": \"TKT-9CBE7592-A199-476E-82CB-EFE06E541348\",\n            \"Locator\": \"WXUFCJ\",\n            \"Ticket\": \"1272168988072\",\n            \"LastUpdate\": \"2022-07-04T14:08:28.903\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5486,\n            \"UniqueId\": \"TKT-D73CD279-07A4-45B6-B711-B40D8432D4F0\",\n            \"Locator\": \"WXWXGH\",\n            \"Ticket\": \"1272168988134\",\n            \"LastUpdate\": \"2022-07-04T14:15:21.003\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5487,\n            \"UniqueId\": \"TKT-F1384999-4E50-435E-B90D-1437D8DDBA2F\",\n            \"Locator\": \"WXWXGH\",\n            \"Ticket\": \"1272168988135\",\n            \"LastUpdate\": \"2022-07-04T14:15:22.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5488,\n            \"UniqueId\": \"TKT-E28C433A-EFFB-4403-9355-3E94C0064263\",\n            \"Locator\": \"UTHZXV\",\n            \"Ticket\": \"1272168988218\",\n            \"LastUpdate\": \"2022-07-04T14:38:50.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5489,\n            \"UniqueId\": \"TKT-236F027D-8045-4BF2-86BF-7D1A623158C9\",\n            \"Locator\": \"VKJTVY\",\n            \"Ticket\": \"1272168988378\",\n            \"LastUpdate\": \"2022-07-04T16:06:15.363\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5490,\n            \"UniqueId\": \"TKT-ABF3636B-BCFF-4DF3-B2D0-BAFBD9E26FAB\",\n            \"Locator\": \"VKJTVY\",\n            \"Ticket\": \"1272168988379\",\n            \"LastUpdate\": \"2022-07-04T16:06:16.677\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5491,\n            \"UniqueId\": \"TKT-784A2F3A-A00C-448D-BFDD-C02D29A6777F\",\n            \"Locator\": \"WZZDQC\",\n            \"Ticket\": \"1272168989253\",\n            \"LastUpdate\": \"2022-07-04T16:16:40.133\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5492,\n            \"UniqueId\": \"TKT-40B48774-E27E-4024-B1A8-38D20B0D6987\",\n            \"Locator\": \"GBFMXU\",\n            \"Ticket\": \"1272168989848\",\n            \"LastUpdate\": \"2022-07-04T17:12:31.38\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5493,\n            \"UniqueId\": \"TKT-240746CD-7585-493B-8EBF-C4B2D491A9B9\",\n            \"Locator\": \"VLNUHL\",\n            \"Ticket\": \"1272168989347\",\n            \"LastUpdate\": \"2022-07-04T17:23:47.427\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5494,\n            \"UniqueId\": \"TKT-AFF2C57D-2634-4B7E-A7F6-832734DE47BE\",\n            \"Locator\": \"VLNUHL\",\n            \"Ticket\": \"1272168989348\",\n            \"LastUpdate\": \"2022-07-04T17:23:48.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5495,\n            \"UniqueId\": \"TKT-8FA3D15B-A4BD-46C5-AED3-030CDA50ED0E\",\n            \"Locator\": \"WAZFOG\",\n            \"Ticket\": \"1272168989856\",\n            \"LastUpdate\": \"2022-07-04T17:38:23.07\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5496,\n            \"UniqueId\": \"TKT-22E11690-AB0F-455F-ABFB-EA22C78F09E7\",\n            \"Locator\": \"GJJPLA\",\n            \"Ticket\": \"1272168990655\",\n            \"LastUpdate\": \"2022-07-05T10:52:30.347\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5497,\n            \"UniqueId\": \"TKT-3810E746-A90F-4FF5-ACB1-04955FA61E63\",\n            \"Locator\": \"WPFTXY\",\n            \"Ticket\": \"1272168990791\",\n            \"LastUpdate\": \"2022-07-05T14:44:52.71\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5498,\n            \"UniqueId\": \"TKT-ACEA8890-587A-4A0E-812C-23350E588908\",\n            \"Locator\": \"XEQNDY\",\n            \"Ticket\": \"1272168990947\",\n            \"LastUpdate\": \"2022-07-05T15:00:06.3\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5499,\n            \"UniqueId\": \"TKT-17D22F87-47D4-4844-B942-2838C4746C1A\",\n            \"Locator\": \"YYFDPV\",\n            \"Ticket\": \"1272168991902\",\n            \"LastUpdate\": \"2022-07-06T11:38:23.763\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5500,\n            \"UniqueId\": \"TKT-5B9EF8E5-36C3-4FE9-B40E-EAAEA70A9B19\",\n            \"Locator\": \"ZUEXAT\",\n            \"Ticket\": \"1272168992794\",\n            \"LastUpdate\": \"2022-07-07T11:48:14.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5501,\n            \"UniqueId\": \"TKT-4585D82F-A656-401B-9871-FC4A4A65D38D\",\n            \"Locator\": \"YIQXAY\",\n            \"Ticket\": \"1272168992967\",\n            \"LastUpdate\": \"2022-07-07T13:51:18.9\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5502,\n            \"UniqueId\": \"TKT-1C721E88-20E9-43EF-936B-10D1790EA598\",\n            \"Locator\": \"HHEUXG\",\n            \"Ticket\": \"1272168995044\",\n            \"LastUpdate\": \"2022-07-08T09:56:01.277\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5503,\n            \"UniqueId\": \"TKT-DABB34D8-5393-4A2B-A456-8057034D3463\",\n            \"Locator\": \"AYFEGF\",\n            \"Ticket\": \"1272168996424\",\n            \"LastUpdate\": \"2022-07-10T10:34:06.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5504,\n            \"UniqueId\": \"TKT-396D98C2-BDA1-400E-B8A8-004AB5EC3186\",\n            \"Locator\": \"AYGVYZ\",\n            \"Ticket\": \"1272168996425\",\n            \"LastUpdate\": \"2022-07-10T10:41:53.757\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5505,\n            \"UniqueId\": \"TKT-AD309447-2CC1-4F58-B8DC-7651399F0D1C\",\n            \"Locator\": \"AIOORY\",\n            \"Ticket\": \"1272168996325\",\n            \"LastUpdate\": \"2022-07-10T10:52:41.603\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5506,\n            \"UniqueId\": \"TKT-CCA14541-F8BD-4030-9477-F3F3D2738619\",\n            \"Locator\": \"BOIYTG\",\n            \"Ticket\": \"1272168997850\",\n            \"LastUpdate\": \"2022-07-11T17:53:05.32\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5507,\n            \"UniqueId\": \"TKT-91ADE636-4147-4822-A1DD-8EBA69A635DC\",\n            \"Locator\": \"EDDUQN\",\n            \"Ticket\": \"1272169000815\",\n            \"LastUpdate\": \"2022-07-14T11:14:03.45\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5508,\n            \"UniqueId\": \"TKT-C8731FA4-9ABD-40A2-BC6E-8E82793A1C71\",\n            \"Locator\": \"EKWXHI\",\n            \"Ticket\": \"1272169000870\",\n            \"LastUpdate\": \"2022-07-14T12:12:12.48\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5509,\n            \"UniqueId\": \"TKT-71FC0906-7FAD-4D3B-A9EE-1008D16D2FB0\",\n            \"Locator\": \"CSOGTQ\",\n            \"Ticket\": \"1272169001580\",\n            \"LastUpdate\": \"2022-07-14T16:46:43.627\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5510,\n            \"UniqueId\": \"TKT-E0068160-D8F4-4D9F-9BA9-FA2CE0E3FEB6\",\n            \"Locator\": \"FZQTDM\",\n            \"Ticket\": \"1272169001581\",\n            \"LastUpdate\": \"2022-07-14T17:00:44.717\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5511,\n            \"UniqueId\": \"TKT-CA55BAD7-EB72-44C3-8CDC-D1610A8E3BA1\",\n            \"Locator\": \"FLZNYC\",\n            \"Ticket\": \"1272169003067\",\n            \"LastUpdate\": \"2022-07-15T08:40:36.357\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5512,\n            \"UniqueId\": \"TKT-8AE7F64D-E69A-4D1A-A4D5-6522C7063522\",\n            \"Locator\": \"FLLECQ\",\n            \"Ticket\": \"1272169002984\",\n            \"LastUpdate\": \"2022-07-15T09:04:33.263\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5513,\n            \"UniqueId\": \"TKT-D4D61C25-8100-41A0-BC7A-72175F14A067\",\n            \"Locator\": \"FNXGMG\",\n            \"Ticket\": \"1272169003314\",\n            \"LastUpdate\": \"2022-07-15T10:28:24.08\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5514,\n            \"UniqueId\": \"TKT-C342FF4A-121E-494D-80D1-270B8444E336\",\n            \"Locator\": \"DHJWLS\",\n            \"Ticket\": \"1272169003504\",\n            \"LastUpdate\": \"2022-07-15T11:18:35.56\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 5515,\n            \"UniqueId\": \"TKT-E4BFD5FE-90E4-40D8-A9E8-DA96AFA276B2\",\n            \"Locator\": \"FOAFLK\",\n            \"Ticket\": \"1272169003686\",\n            \"LastUpdate\": \"2022-07-15T11:55:41.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 74,\n            \"UniqueId\": \"HTL-AEDF8D8A-41CC-485E-B6EC-D1834BDB7C1D\",\n            \"Locator\": \"EXT_SUP_TEST_92160695\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T04:38:35.13\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 75,\n            \"UniqueId\": \"HTL-9F55316E-E316-491F-9E4F-01E3AA4A4DB3\",\n            \"Locator\": \"EXT_SUP_TEST_67648499\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T04:47:18.5\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 77,\n            \"UniqueId\": \"HTL-2D8FA5CD-9E46-4DBB-B31B-B043207ABAB8\",\n            \"Locator\": \"EXT_SUP_TEST_50741949\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T04:59:55.88\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 76,\n            \"UniqueId\": \"HTL-7EBFE9C9-8BEF-4730-928F-F453A887624B\",\n            \"Locator\": \"ERROR_HTL-8DEA5AE6FD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T04:59:56.363\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 78,\n            \"UniqueId\": \"HTL-05282F43-1583-4300-85C6-F2EE3ED1E895\",\n            \"Locator\": \"ERROR_HTL-77711C4DBE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T05:05:23.747\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 79,\n            \"UniqueId\": \"HTL-DD0804A9-4514-49F7-84C9-2868CE3F7361\",\n            \"Locator\": \"ERROR_HTL-3C895AAD70\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T05:05:24.357\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 80,\n            \"UniqueId\": \"HTL-4D0F595E-44DA-4EA5-A11E-2D130459C5EB\",\n            \"Locator\": \"ERROR_HTL-C6265492C4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T05:10:20.113\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 81,\n            \"UniqueId\": \"HTL-FFF97B2E-FFA9-4B66-94CA-EB4CFC2081B1\",\n            \"Locator\": \"ERROR_HTL-7C2D8B808A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T05:10:20.27\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 82,\n            \"UniqueId\": \"HTL-D10AC9CB-45A3-49A6-9982-9237B0ACEB2D\",\n            \"Locator\": \"ERROR_HTL-FBAC95C453\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T05:16:45.197\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 83,\n            \"UniqueId\": \"HTL-55BEFF23-387A-41AF-9CBA-05738CFAA742\",\n            \"Locator\": \"ERROR_HTL-CB34F0C570\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T05:16:45.927\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 84,\n            \"UniqueId\": \"HTL-8D38B72F-7D04-4392-B120-2FE81238E5FE\",\n            \"Locator\": \"ERROR_HTL-37B040C425\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T05:35:12.273\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 85,\n            \"UniqueId\": \"HTL-CBD3CCE4-E9C6-439C-87A9-F4FE887FD799\",\n            \"Locator\": \"ERROR_HTL-A7CA8816FE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T05:35:12.607\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 86,\n            \"UniqueId\": \"HTL-EF911841-D6D6-47C7-8970-118B4DE8D79E\",\n            \"Locator\": \"ERROR_HTL-5BDBAF7C11\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T06:07:29.45\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 87,\n            \"UniqueId\": \"HTL-CA1C6A02-0742-4D3A-A139-5E8545F2A256\",\n            \"Locator\": \"ERROR_HTL-72AAE42248\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T06:07:30.077\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 88,\n            \"UniqueId\": \"HTL-F45A9197-6A2E-4792-98D3-769461765F49\",\n            \"Locator\": \"ERROR_HTL-F41B50863D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T06:07:30.73\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 89,\n            \"UniqueId\": \"HTL-7F2894D8-DA62-4DB5-88E1-3517895AE765\",\n            \"Locator\": \"PV_HTL-601AF8127A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T16:22:25.017\",\n            \"TransactionState\": 7,\n            \"TransactionStateDescription\": \"PreSale\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 90,\n            \"UniqueId\": \"HTL-7CFBAC21-479E-461D-B107-467AAF62F135\",\n            \"Locator\": \"PV_HTL-4BC0530DAE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-10T16:22:26.15\",\n            \"TransactionState\": 7,\n            \"TransactionStateDescription\": \"PreSale\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 91,\n            \"UniqueId\": \"HTL-263A8CED-E64D-41D1-9581-0DD02B32C69C\",\n            \"Locator\": \"ERROR_HTL-6E00B303A8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T18:57:00.353\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 92,\n            \"UniqueId\": \"HTL-AA45D2CF-C347-4022-952C-E00A05AB675A\",\n            \"Locator\": \"ERROR_HTL-098D2C9AC0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-13T19:43:42.307\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 93,\n            \"UniqueId\": \"HTL-BBF5CC8D-B41F-456C-B20D-E4403DDA1B19\",\n            \"Locator\": \"ERROR_HTL-F197739EF9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T18:27:51.697\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 94,\n            \"UniqueId\": \"HTL-F4A0EEDD-179A-47B7-B6CF-AB0FB11CBC3F\",\n            \"Locator\": \"ERROR_HTL-6F5CCCBC3A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-14T18:33:11.03\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 95,\n            \"UniqueId\": \"HTL-779C6B41-A086-4C72-8A3A-1F93F3A37216\",\n            \"Locator\": \"ERROR_HTL-05A7140790\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T11:47:16.573\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 96,\n            \"UniqueId\": \"HTL-7FAF6FB1-937B-4EDA-AE4D-7D2B27582A40\",\n            \"Locator\": \"ERROR_HTL-CD34CD5ADE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T11:51:09.32\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 97,\n            \"UniqueId\": \"HTL-28546FCC-ECEA-4624-8E35-9CA16546F96B\",\n            \"Locator\": \"ERROR_HTL-296658F6F3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T11:51:42.003\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 98,\n            \"UniqueId\": \"HTL-EA41E04E-353A-448B-A651-1E132AEA92FB\",\n            \"Locator\": \"ERROR_HTL-466340C834\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T11:52:00.48\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 99,\n            \"UniqueId\": \"HTL-60349004-87D2-4C82-879E-D176D75E9AB9\",\n            \"Locator\": \"ERROR_HTL-EDAAF73626\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T11:52:18.103\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 100,\n            \"UniqueId\": \"HTL-ECF2EA84-607F-4B43-8909-1AC7CAB2AE45\",\n            \"Locator\": \"ERROR_HTL-AF29AE1A61\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T17:29:59.973\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 102,\n            \"UniqueId\": \"HTL-8DB3FFC3-F0DB-420E-B9C3-ABB09A4F007B\",\n            \"Locator\": \"EXT_SUP_TEST_11079134\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-17T18:49:21.543\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 103,\n            \"UniqueId\": \"HTL-E14BB32E-33F5-4D43-BFD2-0783A1EAB800\",\n            \"Locator\": \"ERROR_HTL-5E1066DB54\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:46:13.693\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 104,\n            \"UniqueId\": \"HTL-22AF04CA-6449-4D49-84F4-8CEF9C3263FE\",\n            \"Locator\": \"ERROR_HTL-D4268682D1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:46:13.803\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 105,\n            \"UniqueId\": \"HTL-78B49C17-EECA-421A-B06B-9124DC5BB222\",\n            \"Locator\": \"ERROR_HTL-61F5FF4FE8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:47:04.96\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 106,\n            \"UniqueId\": \"HTL-0CC1C2EC-D7B9-4369-94D3-5844FAE63F04\",\n            \"Locator\": \"ERROR_HTL-1DD64FD01A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:47:05.373\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 107,\n            \"UniqueId\": \"HTL-51F5BA4E-6D39-4AA5-A91A-C964291F062B\",\n            \"Locator\": \"ERROR_HTL-79CD4B8CF3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:48:14.297\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 108,\n            \"UniqueId\": \"HTL-0ADC1EC3-E3B9-45BF-A31B-F430044D663C\",\n            \"Locator\": \"ERROR_HTL-FB53C8BF02\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:48:14.39\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 109,\n            \"UniqueId\": \"HTL-086E1597-8398-499A-9311-850207D28EA4\",\n            \"Locator\": \"ERROR_HTL-B1C4CE98BC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:49:14.467\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 110,\n            \"UniqueId\": \"HTL-8B88754A-DFC7-43C3-8A3B-FCCD6271F305\",\n            \"Locator\": \"ERROR_HTL-96D77A0E10\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:49:14.56\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 111,\n            \"UniqueId\": \"HTL-F8437A21-D09C-4668-89AA-22BBB2574F74\",\n            \"Locator\": \"ERROR_HTL-E3F26E8C9A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:50:05.92\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 112,\n            \"UniqueId\": \"HTL-2D95F99D-A47E-4276-B703-283E727CE00B\",\n            \"Locator\": \"ERROR_HTL-405D31EDF0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:50:06.017\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 113,\n            \"UniqueId\": \"HTL-CA45A9F3-723D-42EF-A2FA-56AB398ED678\",\n            \"Locator\": \"ERROR_HTL-C2DB2EEC0C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:58:49.623\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 114,\n            \"UniqueId\": \"HTL-8C4F2309-3D23-4CE9-973D-8DCCE0AA31F6\",\n            \"Locator\": \"ERROR_HTL-6B2B8FE70A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T15:58:49.747\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 115,\n            \"UniqueId\": \"HTL-95FE6B3C-8E7F-4A37-8313-ADB00EB5AE39\",\n            \"Locator\": \"ERROR_HTL-7E976FE3FC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:03:54.043\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 116,\n            \"UniqueId\": \"HTL-0BE3BC0E-8B7A-4045-BF19-73B77C279980\",\n            \"Locator\": \"ERROR_HTL-7C4D3502CF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:03:54.137\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 117,\n            \"UniqueId\": \"HTL-1D352C57-FCA8-4B41-8121-780582A95219\",\n            \"Locator\": \"ERROR_HTL-11A882E9C6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:06:13.72\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 118,\n            \"UniqueId\": \"HTL-4F99C75F-5B6C-42EC-947B-99633F51BC62\",\n            \"Locator\": \"ERROR_HTL-D3117CB80D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:06:13.8\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 119,\n            \"UniqueId\": \"HTL-C543F6E0-9E2A-481D-B1F8-0641B315C26B\",\n            \"Locator\": \"ERROR_HTL-ECBEA307DE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:06:47.433\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 120,\n            \"UniqueId\": \"HTL-44367B7F-EA85-4AE2-9870-019705A78AB1\",\n            \"Locator\": \"ERROR_HTL-8F6F00CCCF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:06:47.56\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 121,\n            \"UniqueId\": \"HTL-C130D539-473E-4DC7-A7FF-64FD998CA54C\",\n            \"Locator\": \"ERROR_HTL-508CE3CFCA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:21:52.927\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 122,\n            \"UniqueId\": \"HTL-DC64514C-A269-46E6-AEE9-C5B6AF61881F\",\n            \"Locator\": \"ERROR_HTL-08AE937213\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-18T16:21:53.02\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 123,\n            \"UniqueId\": \"HTL-6D30DFA3-37D4-4B55-AE5A-A0C682CEAAA8\",\n            \"Locator\": \"ERROR_HTL-766E7B85C2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T08:47:29.193\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 124,\n            \"UniqueId\": \"HTL-5D0442C1-3FD9-4EAF-AAAF-A5871388AD3A\",\n            \"Locator\": \"ERROR_HTL-BC2679E0C4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T08:47:30.827\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 126,\n            \"UniqueId\": \"HTL-89FB26D0-64D7-4331-8C02-7B97A1A3061F\",\n            \"Locator\": \"EXT_SUP_TEST_45034236\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T09:00:13.803\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 125,\n            \"UniqueId\": \"HTL-157F5F57-2B05-415E-9A63-E778269C7F27\",\n            \"Locator\": \"ERROR_HTL-210E18D9E1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-19T09:04:03.563\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 127,\n            \"UniqueId\": \"HTL-597D67AB-2B7C-4A45-ADEC-8B450C0A00E7\",\n            \"Locator\": \"ERROR_HTL-6D6ECD6903\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T11:42:13.807\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 128,\n            \"UniqueId\": \"HTL-18C4364C-09A2-439E-B7C6-020416F71BC1\",\n            \"Locator\": \"ERROR_HTL-49FE83267A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T11:42:13.97\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 129,\n            \"UniqueId\": \"HTL-CB400D8A-F2EC-4F3A-989B-6EC3075E1304\",\n            \"Locator\": \"ERROR_HTL-AC61F662A5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T11:43:24.04\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 130,\n            \"UniqueId\": \"HTL-694FF8A3-43A5-4790-A374-007D89A8B0DC\",\n            \"Locator\": \"ERROR_HTL-9BA88FF92D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T11:43:24.133\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 131,\n            \"UniqueId\": \"HTL-AEF7992E-927A-4C30-921E-AC28B5C2EBE0\",\n            \"Locator\": \"EXT_SUP_TEST_44877062\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T11:51:56.687\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 132,\n            \"UniqueId\": \"HTL-EF312321-0D67-467F-BC14-A846BCCDCA49\",\n            \"Locator\": \"EXT_SUP_TEST_51691616\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T11:51:56.783\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 135,\n            \"UniqueId\": \"HTL-CD82E6F0-7190-43FC-BA71-F325947C1079\",\n            \"Locator\": \"EXT_SUP_TEST_74705295\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T12:10:37.257\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 133,\n            \"UniqueId\": \"HTL-8009F9D9-ECD3-4CC0-9397-EB83BEB221B4\",\n            \"Locator\": \"ERROR_HTL-F39D22ECC0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T12:10:37.47\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 134,\n            \"UniqueId\": \"HTL-1E8F4A9A-FFE5-4F23-9445-538F6DB9803A\",\n            \"Locator\": \"ERROR_HTL-FFBAD17734\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T12:10:37.61\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 136,\n            \"UniqueId\": \"HTL-5B9CD53E-352C-49C2-A4B8-A22CBCC8E30B\",\n            \"Locator\": \"ERROR_HTL-19A66415CB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-20T23:56:01.003\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 137,\n            \"UniqueId\": \"HTL-3C545DAB-E1AB-4779-88BA-6804A9BDE83F\",\n            \"Locator\": \"ERROR_HTL-395DAC18F5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T08:57:14.97\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 138,\n            \"UniqueId\": \"HTL-F6B94792-259D-4171-90D4-8A39D9A6E408\",\n            \"Locator\": \"ERROR_HTL-AB816810AC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T08:57:16.557\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 139,\n            \"UniqueId\": \"HTL-9A2ECD3C-6197-45FA-8538-E94F170F971F\",\n            \"Locator\": \"ERROR_HTL-EB8A000DDF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:07:04.817\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 140,\n            \"UniqueId\": \"HTL-19CB9A75-101B-452E-B414-E22033F32229\",\n            \"Locator\": \"ERROR_HTL-0655E6CE3A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:07:06.413\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 141,\n            \"UniqueId\": \"HTL-649E059A-4478-429A-A06D-51E1008200CD\",\n            \"Locator\": \"ERROR_HTL-58A0469153\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:11:27.847\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 142,\n            \"UniqueId\": \"HTL-288B03F9-2A2C-44B2-AAD4-6C5F73E95C41\",\n            \"Locator\": \"ERROR_HTL-86FF85FE15\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:11:29.287\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 143,\n            \"UniqueId\": \"HTL-A6F4CD5A-49F0-4BE9-9729-2C0C3B55FC26\",\n            \"Locator\": \"ERROR_HTL-592C4C15A2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:22:02.067\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 144,\n            \"UniqueId\": \"HTL-8169FCC7-9E45-4D77-AD6C-A4EFD2E2DF15\",\n            \"Locator\": \"ERROR_HTL-B482AA1892\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:22:03.597\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 145,\n            \"UniqueId\": \"HTL-27581719-B6AB-454D-97A2-3BB7ACFA219E\",\n            \"Locator\": \"ERROR_HTL-FFBA309A3C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:31:38.457\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 146,\n            \"UniqueId\": \"HTL-8E4A24FD-0F8F-4B1F-9CBF-B0ABAA970652\",\n            \"Locator\": \"ERROR_HTL-6A0ADD1F60\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:31:39.963\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 147,\n            \"UniqueId\": \"HTL-9AACD6B9-C59B-4ED7-BA08-3A40903187FD\",\n            \"Locator\": \"ERROR_HTL-F9E037CF8E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:41:22.487\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 148,\n            \"UniqueId\": \"HTL-3874B720-8408-4C84-9E50-806547924F67\",\n            \"Locator\": \"ERROR_HTL-408EABAC2F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T09:41:24.27\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 149,\n            \"UniqueId\": \"HTL-7424E51A-B2E7-40CF-BF03-692B18234B93\",\n            \"Locator\": \"ERROR_HTL-D7205E132C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T12:53:11.293\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 150,\n            \"UniqueId\": \"HTL-2FD1E7FA-ABE2-485E-8044-0625129EDB4C\",\n            \"Locator\": \"ERROR_HTL-FA1685FFC6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T13:50:23.29\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 151,\n            \"UniqueId\": \"HTL-22D39367-7E10-4D80-9B23-69AAE13B16A1\",\n            \"Locator\": \"ERROR_HTL-7601FB718F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T13:51:37.337\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 152,\n            \"UniqueId\": \"HTL-55B7BEB9-5A28-4DDD-AEC5-046329F91DB2\",\n            \"Locator\": \"ERROR_HTL-9F98D7756F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T13:52:25.19\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 153,\n            \"UniqueId\": \"HTL-C4C694ED-D7D1-41D1-BD8A-0AB421D1BFC3\",\n            \"Locator\": \"ERROR_HTL-F8AF39D834\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T13:55:32.243\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 154,\n            \"UniqueId\": \"HTL-7A206D38-D389-436D-9183-63F5E0398F25\",\n            \"Locator\": \"ERROR_HTL-F714234EB4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T14:04:07.27\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 155,\n            \"UniqueId\": \"HTL-441C1CDB-9F97-40D2-A8EF-53F62C0C60C6\",\n            \"Locator\": \"ERROR_HTL-EDBA6752E4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T14:13:14.1\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 156,\n            \"UniqueId\": \"HTL-47E6E052-67B2-4205-ACB7-0F991B985918\",\n            \"Locator\": \"ERROR_HTL-A88792D603\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T14:14:02.243\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 157,\n            \"UniqueId\": \"HTL-9191F8B8-DC85-4A41-B3C0-712A2030E5E1\",\n            \"Locator\": \"ERROR_HTL-611A50A887\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T14:23:09.02\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 158,\n            \"UniqueId\": \"HTL-32772250-FF92-4A1F-9D51-474B800303FD\",\n            \"Locator\": \"ERROR_HTL-0996A63A1F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T15:18:46.193\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 159,\n            \"UniqueId\": \"HTL-FA214AE1-BF70-45A7-A4AE-DA54BC45D8CD\",\n            \"Locator\": \"ERROR_HTL-003606BE16\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T15:18:48.527\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 160,\n            \"UniqueId\": \"HTL-02A0BEB7-C7E6-4442-877A-5B610AFFB8A6\",\n            \"Locator\": \"ERROR_HTL-3177F57786\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T15:18:50.14\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 161,\n            \"UniqueId\": \"HTL-A3CB0D59-8048-42C8-81FE-CFC04176C99D\",\n            \"Locator\": \"ERROR_HTL-B6621B4C38\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T21:43:43.077\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 162,\n            \"UniqueId\": \"HTL-C836299E-8B77-40CD-BD95-5CC28AD5018F\",\n            \"Locator\": \"ERROR_HTL-CF0126A811\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T21:43:43.2\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 163,\n            \"UniqueId\": \"HTL-6BD5D6B9-0832-480B-B9A9-41BFC1537135\",\n            \"Locator\": \"ERROR_HTL-2D0E6451B0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-21T21:43:43.95\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 165,\n            \"UniqueId\": \"HTL-37F5D7B3-3445-48AF-9B89-C7F23A429647\",\n            \"Locator\": \"EXT_SUP_TEST_24700644\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-23T16:33:25.457\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 164,\n            \"UniqueId\": \"HTL-7AA8F73E-4C78-46D5-B6A1-D7C16D582C95\",\n            \"Locator\": \"ERROR_HTL-23CE3CB415\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-23T16:33:26.557\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 166,\n            \"UniqueId\": \"HTL-E801BB47-6232-4137-ACB6-17AB27D47DB6\",\n            \"Locator\": \"ERROR_HTL-0F483E0D5F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-23T16:33:26.797\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 167,\n            \"UniqueId\": \"HTL-F816666C-7C65-47AB-9DFE-82C036491E2A\",\n            \"Locator\": \"EXT_SUP_TEST_11160757\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T22:01:03.96\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 168,\n            \"UniqueId\": \"HTL-F983BE45-A85E-4D7C-A2AB-5BE91B4FB73A\",\n            \"Locator\": \"EXT_SUP_TEST_22419928\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T22:01:04.163\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 169,\n            \"UniqueId\": \"HTL-F0B906D0-7391-4CBF-B97D-0EEB3BD1035F\",\n            \"Locator\": \"EXT_SUP_TEST_46755835\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-28T22:01:04.227\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 170,\n            \"UniqueId\": \"HTL-10D8ADB7-E4EC-48D7-8E1A-FAC8C6E2FCB9\",\n            \"Locator\": \"ERROR_HTL-2D49EDC7B9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-29T18:27:10.62\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 171,\n            \"UniqueId\": \"HTL-6EB8BE5B-F97B-430C-9D4F-81703D81D4FC\",\n            \"Locator\": \"ERROR_HTL-0A636B5C8F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-30T21:07:15.817\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 101,\n            \"UniqueId\": \"HTL-B2EC241C-3017-49EC-B802-B58FADC0ABFE\",\n            \"Locator\": \"EXT_SUP_TEST_54779748\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-01-31T16:24:59.963\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 172,\n            \"UniqueId\": \"HTL-F0F2CF8D-7566-4E14-A86E-CCA9F3D3938E\",\n            \"Locator\": \"ERROR_HTL-291ECC8381\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T16:25:52.987\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 173,\n            \"UniqueId\": \"HTL-6E30F199-9DE4-4F15-A05C-1DD4687B092C\",\n            \"Locator\": \"258-1967248\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T16:27:33.227\",\n            \"TransactionState\": 2,\n            \"TransactionStateDescription\": \"Reserved\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 174,\n            \"UniqueId\": \"HTL-A11D5D16-682E-4EE6-92ED-829D2B9410E8\",\n            \"Locator\": \"ERROR_HTL-7E69534917\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T18:01:34.687\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 175,\n            \"UniqueId\": \"HTL-7D434036-2DC6-4FEF-96AD-292113A08D2C\",\n            \"Locator\": \"ERROR_HTL-016B5306EF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-07T18:17:49.897\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 176,\n            \"UniqueId\": \"HTL-331CE108-8DDA-4D73-9D4F-8E0E35C11BDF\",\n            \"Locator\": \"ERROR_HTL-06555A1002\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-19T08:33:53.76\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 177,\n            \"UniqueId\": \"HTL-1E88EDCD-448F-4C70-9DBC-F50A279017FA\",\n            \"Locator\": \"ERROR_HTL-4910E2A8AD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-19T08:35:21.933\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 178,\n            \"UniqueId\": \"HTL-D9982B4E-5F34-43AF-8EBB-12AF8145AA0F\",\n            \"Locator\": \"ERROR_HTL-91F5FA0103\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-19T08:37:06.62\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 179,\n            \"UniqueId\": \"HTL-85858153-FACF-49D6-9CE5-EC5DD8B5DA61\",\n            \"Locator\": \"ERROR_HTL-3EE50BBAC8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-19T08:39:27.75\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 180,\n            \"UniqueId\": \"HTL-85113C35-2153-4CE4-ACE6-7C2DA9F38C81\",\n            \"Locator\": \"ERROR_HTL-3A95D78C9C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-19T09:05:50.773\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 181,\n            \"UniqueId\": \"HTL-A37A5001-5588-4380-AD9A-F87BBCBDA117\",\n            \"Locator\": \"EXT_SUP_TEST_12184074\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T04:02:15.153\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 182,\n            \"UniqueId\": \"HTL-4D151E73-6297-430C-A57E-593C759D09C0\",\n            \"Locator\": \"ERROR_HTL-E9932EDDA5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:03:53.013\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 183,\n            \"UniqueId\": \"HTL-30B1A1F8-894E-4056-8447-8D30AFC51CA7\",\n            \"Locator\": \"ERROR_HTL-617982A1FC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:03:53.327\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 184,\n            \"UniqueId\": \"HTL-10D99E65-06C3-4FED-810B-3A7F563ED195\",\n            \"Locator\": \"ERROR_HTL-F1D4F38233\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:06:02.627\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 185,\n            \"UniqueId\": \"HTL-D85BE004-AC83-4D91-96CD-4B1110A56C9F\",\n            \"Locator\": \"ERROR_HTL-AD36ACE654\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:06:02.86\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 186,\n            \"UniqueId\": \"HTL-B4B8DBC6-3273-461D-B9FF-F296D14C8D1C\",\n            \"Locator\": \"ERROR_HTL-D2175B3542\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:07:54.157\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 187,\n            \"UniqueId\": \"HTL-E44724EB-46CB-4BE6-8911-579D82960473\",\n            \"Locator\": \"ERROR_HTL-26FEBBAB71\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:09:10.197\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 188,\n            \"UniqueId\": \"HTL-3C184659-8EB7-4817-93D9-8351C634EFAF\",\n            \"Locator\": \"ERROR_HTL-1FAAD11873\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:10:56.003\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 189,\n            \"UniqueId\": \"HTL-0A6BF572-4CF9-41AA-89CA-77641002BF90\",\n            \"Locator\": \"ERROR_HTL-30FC76AABB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-03-24T15:13:09.797\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 190,\n            \"UniqueId\": \"HTL-7E46D55E-A690-46B2-A49B-732D6DA1ED24\",\n            \"Locator\": \"EXT_SUP_TEST_53531882\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T08:21:30.603\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 191,\n            \"UniqueId\": \"HTL-497AD6C2-A677-497E-8D35-6138E0FC3A76\",\n            \"Locator\": \"ERROR_HTL-3D5C71C4CC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T10:17:38.6\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 192,\n            \"UniqueId\": \"HTL-8F8E7755-1DA1-449C-95C9-DF711D4DFA07\",\n            \"Locator\": \"ERROR_HTL-A36C9DAF3F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T10:18:01.727\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 193,\n            \"UniqueId\": \"HTL-1878FCD9-B3CD-489A-9863-55618A2BCB6B\",\n            \"Locator\": \"ERROR_HTL-2B9C727DF5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T10:21:28.68\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 194,\n            \"UniqueId\": \"HTL-72927C12-7526-4407-8054-569418083165\",\n            \"Locator\": \"ERROR_HTL-F7D66942A4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-06T10:22:05.903\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 195,\n            \"UniqueId\": \"HTL-62E4192B-F50D-4977-B68B-56F472D786E3\",\n            \"Locator\": \"EXT_SUP_TEST_67830714\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T08:16:28.217\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 196,\n            \"UniqueId\": \"HTL-4ECE0596-DF0B-4FC7-9E8E-714611585816\",\n            \"Locator\": \"ERROR_HTL-8686CB33B2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T08:20:27.267\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 197,\n            \"UniqueId\": \"HTL-598AF85B-7FD1-401C-B2AD-03C4B075842F\",\n            \"Locator\": \"ERROR_HTL-F27061BBD2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T08:44:27.327\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 198,\n            \"UniqueId\": \"HTL-53D94E8C-4212-42AF-80F7-934A0A5ACEEF\",\n            \"Locator\": \"ERROR_HTL-6B43F12A8B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T09:02:42.373\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 199,\n            \"UniqueId\": \"HTL-1F1C6CF5-C4C6-4A8E-AD6C-D688C8FBEE01\",\n            \"Locator\": \"EXT_SUP_TEST_83656090\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T10:08:18.19\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 200,\n            \"UniqueId\": \"HTL-AA7F2A17-2904-4FFC-AF71-E6D6850C8B6F\",\n            \"Locator\": \"ERROR_HTL-31785DB2F6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T10:09:07.137\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 201,\n            \"UniqueId\": \"HTL-36CB6B48-B8FF-4B6D-8A65-A008201F295C\",\n            \"Locator\": \"ERROR_HTL-8FCA7C413E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T10:09:34.657\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 202,\n            \"UniqueId\": \"HTL-617C3E3E-1E7A-43FA-993F-C90E00CA0EE8\",\n            \"Locator\": \"ERROR_HTL-BB0E4A793F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T10:12:09.54\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 203,\n            \"UniqueId\": \"HTL-07B1ACDF-673C-45D5-A1F1-7FAA00DD62F5\",\n            \"Locator\": \"EXT_SUP_TEST_15452589\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T11:10:41.357\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 204,\n            \"UniqueId\": \"HTL-75C69E25-5CBF-41FF-AF65-98D42AD2A90E\",\n            \"Locator\": \"ERROR_HTL-0FDC547792\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T11:15:19.12\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 205,\n            \"UniqueId\": \"HTL-B1244D53-6DA5-4BEB-A6B7-7E62A9068606\",\n            \"Locator\": \"ERROR_HTL-BB85B64AB8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T11:35:43.133\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 206,\n            \"UniqueId\": \"HTL-75DAD71C-8CD0-4630-A5D2-254479C8F933\",\n            \"Locator\": \"EXT_SUP_TEST_60249841\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T11:37:42.743\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 207,\n            \"UniqueId\": \"HTL-F5525906-AFBF-4C79-BDE6-69F12DD28C92\",\n            \"Locator\": \"ERROR_HTL-B48F64FEE5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-10T11:44:37.597\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 208,\n            \"UniqueId\": \"HTL-119B8AB9-B5CF-4045-9C50-AAFEDF3A3DF1\",\n            \"Locator\": \"EXT_SUP_TEST_82403762\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T10:04:19.867\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 209,\n            \"UniqueId\": \"HTL-811DF544-B47A-4AA5-B3EA-ACDCFF076B72\",\n            \"Locator\": \"ERROR_HTL-E2D296B447\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T10:56:08.167\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 210,\n            \"UniqueId\": \"HTL-9F6FA0F4-52A6-4080-ACE2-3782B22D1BEA\",\n            \"Locator\": \"ERROR_HTL-D43CEBBBC8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T10:56:08.463\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 211,\n            \"UniqueId\": \"HTL-AE759EEA-09DC-47AB-8C04-F284589EDA5D\",\n            \"Locator\": \"ERROR_HTL-30C4E8CA13\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T11:10:46.633\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 212,\n            \"UniqueId\": \"HTL-A146EF1F-0AB5-4DC4-83C2-B67AB997E8D4\",\n            \"Locator\": \"EXT_SUP_TEST_55915964\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T11:10:46.82\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 213,\n            \"UniqueId\": \"HTL-921918D2-73F3-4C1C-8023-C53B8D50DBF8\",\n            \"Locator\": \"ERROR_HTL-6A84BE8099\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T12:13:37.693\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 214,\n            \"UniqueId\": \"HTL-375FD156-9150-4FD0-AEB1-3D9797F3158C\",\n            \"Locator\": \"ERROR_HTL-3C19C1C4DF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T12:16:31.707\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 215,\n            \"UniqueId\": \"HTL-797FCA11-7991-4DDA-9559-CD763B217347\",\n            \"Locator\": \"ERROR_HTL-590352164B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T12:18:27.723\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 216,\n            \"UniqueId\": \"HTL-CE107222-82D5-4323-9958-000CC225864E\",\n            \"Locator\": \"ERROR_HTL-88DEEE4468\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T12:20:26.293\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 217,\n            \"UniqueId\": \"HTL-6D7D79EE-423A-41FC-93D3-A7AD9CC2B3ED\",\n            \"Locator\": \"ERROR_HTL-2256A007A5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T12:20:43.65\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 218,\n            \"UniqueId\": \"HTL-F65B29A6-B689-4604-864E-3F25B66B6374\",\n            \"Locator\": \"ERROR_HTL-D4A4CD102A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T12:21:21.247\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 219,\n            \"UniqueId\": \"HTL-36AFEC16-F8C6-4BC8-9F7E-60F9AE086894\",\n            \"Locator\": \"ERROR_HTL-6AF55D8242\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T12:36:42.597\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 220,\n            \"UniqueId\": \"HTL-1C08278F-EB04-4C3E-9900-77CC4404A776\",\n            \"Locator\": \"ERROR_HTL-49C0B7F844\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-20T12:38:02.837\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 221,\n            \"UniqueId\": \"HTL-16084241-FF3F-4F48-B199-37B5155133B7\",\n            \"Locator\": \"EXT_SUP_TEST_19651459\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-27T14:36:12.743\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 222,\n            \"UniqueId\": \"HTL-A812723D-0F0F-4164-9C8D-64F578E211D1\",\n            \"Locator\": \"ERROR_HTL-EA6B05C522\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T15:36:20.85\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 223,\n            \"UniqueId\": \"HTL-1E3383C6-892C-4AC4-AA1F-9C0AC9EDC237\",\n            \"Locator\": \"EXT_SUP_TEST_73746338\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T16:34:39.35\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 224,\n            \"UniqueId\": \"HTL-9448FDE3-4711-48E6-82C0-D028D5F2E0E1\",\n            \"Locator\": \"ERROR_HTL-837263373D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-28T17:08:03.143\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 225,\n            \"UniqueId\": \"HTL-0558E6A9-3AD8-4FF2-83D5-A6C338670F78\",\n            \"Locator\": \"EXT_SUP_TEST_62325400\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-04-29T13:01:42.03\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 226,\n            \"UniqueId\": \"HTL-3293D0A2-BBA8-41B8-B493-317865F1A05F\",\n            \"Locator\": \"EXT_SUP_TEST_17015565\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T16:17:02.83\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 227,\n            \"UniqueId\": \"HTL-B5E5DCF4-113A-4C60-B1CD-90A40C4CDDD5\",\n            \"Locator\": \"EXT_SUP_TEST_48751698\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-02T19:19:10.657\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 228,\n            \"UniqueId\": \"HTL-861D3FB9-91D5-4DB5-B6A4-76D095CFB430\",\n            \"Locator\": \"EXT_SUP_TEST_24256267\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T10:03:11.18\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 229,\n            \"UniqueId\": \"HTL-9BD0284C-D314-4462-BEEF-1C6916DBAA70\",\n            \"Locator\": \"ERROR_HTL-DA44B47045\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T10:13:12.147\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 230,\n            \"UniqueId\": \"HTL-5F2535E8-AEE6-4974-A7ED-DE184BAED179\",\n            \"Locator\": \"EXT_SUP_TEST_70998144\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T10:16:35.887\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 231,\n            \"UniqueId\": \"HTL-20183204-52A7-4EA8-A685-36742D888E32\",\n            \"Locator\": \"EXT_SUP_TEST_69609434\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-03T10:41:46.33\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 232,\n            \"UniqueId\": \"HTL-FE0EAA71-FC3A-44B0-A284-548BF72E834B\",\n            \"Locator\": \"ERROR_HTL-5D2E8E0C8A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T13:12:28.587\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 233,\n            \"UniqueId\": \"HTL-493B239E-2282-460E-B8A0-8B3B35CDC7D7\",\n            \"Locator\": \"ERROR_HTL-2AC11976E6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T14:19:51.23\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 234,\n            \"UniqueId\": \"HTL-6549C64A-2B60-4E3C-BE1B-37B3F4AB92CE\",\n            \"Locator\": \"ERROR_HTL-06E62B42E9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T15:40:28.523\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 235,\n            \"UniqueId\": \"HTL-E7B1C77B-2786-45A7-A747-FA0143BF5C3B\",\n            \"Locator\": \"ERROR_HTL-07B6D15E1D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T15:43:43.643\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 236,\n            \"UniqueId\": \"HTL-6057FDE6-49F9-4C12-A788-F0687A328531\",\n            \"Locator\": \"EXT_SUP_TEST_85139915\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-04T15:48:05.037\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 238,\n            \"UniqueId\": \"HTL-856D276C-D05B-4F64-8A1A-39B6946161AE\",\n            \"Locator\": \"EXT_SUP_TEST_84464474\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T17:40:06.98\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 239,\n            \"UniqueId\": \"HTL-AE8920C3-AD47-4807-B4A2-C8B099C67BFC\",\n            \"Locator\": \"EXT_SUP_TEST_95723645\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-05T17:40:07.06\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 240,\n            \"UniqueId\": \"HTL-6AEE5904-58A7-43D0-88AB-3FF183F41163\",\n            \"Locator\": \"EXT_SUP_TEST_80169418\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T11:11:47.473\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 241,\n            \"UniqueId\": \"HTL-882C3EFD-C058-48C7-9FAA-8E1CE1304198\",\n            \"Locator\": \"ERROR_HTL-CDE5AE3C0D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T15:58:41.55\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 242,\n            \"UniqueId\": \"HTL-858A8906-AD1E-411F-9553-C134E3ABFBF3\",\n            \"Locator\": \"ERROR_HTL-831516F5EC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T16:05:42.157\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 243,\n            \"UniqueId\": \"HTL-1A25893D-52CF-4DD4-BAF5-D2786BBB2FB3\",\n            \"Locator\": \"ERROR_HTL-198048C386\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T17:05:37.027\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 244,\n            \"UniqueId\": \"HTL-1A736E4B-1566-4A88-BFD3-B8C9FB38AD01\",\n            \"Locator\": \"EXT_SUP_TEST_79686341\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T17:14:32.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 245,\n            \"UniqueId\": \"HTL-39718F32-97CA-4FAB-9984-FE1E8DFFC780\",\n            \"Locator\": \"EXT_SUP_TEST_44091610\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T17:25:21.177\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 246,\n            \"UniqueId\": \"HTL-FAD39A0B-CA13-46C0-94EF-10CCD0829BFF\",\n            \"Locator\": \"ERROR_HTL-C94DA7FA93\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-06T17:31:40.12\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 247,\n            \"UniqueId\": \"HTL-953DE9DE-9C5B-4ECF-A0AA-D58B52C2A4A5\",\n            \"Locator\": \"EXT_SUP_TEST_38166843\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T09:58:43.287\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 249,\n            \"UniqueId\": \"HTL-0DF49B08-E58D-400C-8BDB-4186DBF03547\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:57:32.117\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 248,\n            \"UniqueId\": \"HTL-9706C5A4-06A8-467D-9D1A-92B23DB16DE7\",\n            \"Locator\": \"ERROR_HTL-9502A81BCF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T11:57:32.227\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 250,\n            \"UniqueId\": \"HTL-9181E441-5312-473F-9181-11B2CC3FB809\",\n            \"Locator\": \"EXT_SUP_TEST_46232365\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T12:16:26.093\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 252,\n            \"UniqueId\": \"HTL-1F78B33B-0759-454E-A77C-A9F97FB9C1DF\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T12:18:42.327\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 251,\n            \"UniqueId\": \"HTL-553FD09A-59C1-484A-9AA8-AA423606DCDB\",\n            \"Locator\": \"ERROR_HTL-1AD63568D1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T12:18:42.407\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 253,\n            \"UniqueId\": \"HTL-DE0CEF55-51EC-449A-BC0B-BC33FFCC9CD9\",\n            \"Locator\": \"EXT_SUP_TEST_58537403\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T12:21:21.893\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 255,\n            \"UniqueId\": \"HTL-40CC16BC-E0A0-402B-ADD6-3D6CEE08CCE5\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T12:30:01.573\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 254,\n            \"UniqueId\": \"HTL-5F24136D-52C5-4918-884F-3A1DB68B683D\",\n            \"Locator\": \"ERROR_HTL-87ACF5ABEB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T12:30:01.667\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 256,\n            \"UniqueId\": \"HTL-95AB9000-E309-4FBD-9FA0-68B781BB3F52\",\n            \"Locator\": \"EXT_SUP_TEST_93412904\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T13:28:48.503\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 257,\n            \"UniqueId\": \"HTL-0EF4F369-5FA5-4DB2-AD2C-7D3504B3B32D\",\n            \"Locator\": \"ERROR_HTL-0425486CA4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T13:40:41.173\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 258,\n            \"UniqueId\": \"HTL-0A4B0A35-8675-4E3E-B25B-EC81E8444242\",\n            \"Locator\": \"EXT_SUP_TEST_51883628\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T17:11:48.963\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 259,\n            \"UniqueId\": \"HTL-ABB76A01-409E-4838-9C68-EF42D667CB3D\",\n            \"Locator\": \"EXT_SUP_TEST_40704361\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-09T17:24:07.297\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 260,\n            \"UniqueId\": \"HTL-73DB8619-ABFE-4A18-8748-06768E6F6094\",\n            \"Locator\": \"EXT_SUP_TEST_85281985\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T11:05:17.52\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 261,\n            \"UniqueId\": \"HTL-FAD3ED4E-1B10-4D47-8599-2C475C2C5468\",\n            \"Locator\": \"ERROR_HTL-8CC9F6E5F0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T11:18:18.217\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 263,\n            \"UniqueId\": \"HTL-33E9F64B-9DF6-465B-8B19-8C8DD7D3DBF1\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T12:00:35.197\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 262,\n            \"UniqueId\": \"HTL-1A918E21-602B-4108-9E3B-EC7DBC9840D9\",\n            \"Locator\": \"ERROR_HTL-F0696DB88B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T12:00:35.26\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 264,\n            \"UniqueId\": \"HTL-5E7A6B0E-42CA-4EF9-879E-AC5DF7EF2918\",\n            \"Locator\": \"ERROR_HTL-A045D5B006\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T14:31:59.837\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 265,\n            \"UniqueId\": \"HTL-E43F78BB-6BB8-4719-B69F-C0536BB1CE7C\",\n            \"Locator\": \"EXT_SUP_TEST_91552033\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T14:34:49.437\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 266,\n            \"UniqueId\": \"HTL-2FC6A2C5-160C-4632-A57C-5CE61447E2CA\",\n            \"Locator\": \"ERROR_HTL-87E5DF73E6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T15:02:59.687\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 267,\n            \"UniqueId\": \"HTL-07C188AE-38A8-4511-9966-D1F87ADE38DA\",\n            \"Locator\": \"EXT_SUP_TEST_16925551\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T15:06:32.293\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 268,\n            \"UniqueId\": \"HTL-8C5235B6-61BD-4E81-B3AB-C1E78460F618\",\n            \"Locator\": \"EXT_SUP_TEST_45321250\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-10T15:13:25.943\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 269,\n            \"UniqueId\": \"HTL-05A1FD49-3F5A-4CF6-989B-D63B6E801F65\",\n            \"Locator\": \"EXT_SUP_TEST_35594945\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T11:09:50.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 270,\n            \"UniqueId\": \"HTL-EFDDA7C0-05DA-4691-AC3C-AB911AA8B1F8\",\n            \"Locator\": \"\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T11:26:21.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 272,\n            \"UniqueId\": \"HTL-BCEC2161-183A-47DF-BBC7-8D2AD8747067\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T13:53:31.557\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 271,\n            \"UniqueId\": \"HTL-81342DDD-E7B5-4571-BF3E-43912114DAAD\",\n            \"Locator\": \"ERROR_HTL-D66F507C96\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T13:53:31.637\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 273,\n            \"UniqueId\": \"HTL-81233142-10F2-45AD-BFC3-BAAAA08DF028\",\n            \"Locator\": \"EXT_SUP_TEST_57014489\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T15:12:46.447\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 274,\n            \"UniqueId\": \"HTL-8444543F-E8AE-4AC3-AAC2-C81D3E2CA622\",\n            \"Locator\": \"EXT_SUP_TEST_29336008\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T15:39:47.25\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 275,\n            \"UniqueId\": \"HTL-43313897-86DA-4928-962E-BFA927E7718D\",\n            \"Locator\": \"ERROR_HTL-556579119E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-11T16:53:01.5\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 276,\n            \"UniqueId\": \"HTL-7B633578-97CE-400A-B6C6-7BC6E592D220\",\n            \"Locator\": \"EXT_SUP_TEST_73295970\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T11:46:45.23\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 278,\n            \"UniqueId\": \"HTL-F7FC999B-75D8-4FEE-AC35-EB7C5121A4FC\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T15:04:29.573\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 277,\n            \"UniqueId\": \"HTL-AD5EC578-F9E9-4826-9366-9A20EF765688\",\n            \"Locator\": \"ERROR_HTL-DE72D39E62\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T15:04:29.65\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 280,\n            \"UniqueId\": \"HTL-0B833AD2-8C4B-4472-95D9-6FC7AA355E7D\",\n            \"Locator\": \"EXT_SUP_TEST_78897233\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T16:20:27.26\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 282,\n            \"UniqueId\": \"HTL-2F7C55A6-959D-4243-BF18-FF0F30EF08B5\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T18:22:10.493\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 281,\n            \"UniqueId\": \"HTL-844272AF-AB72-4650-8D23-0960013CA91C\",\n            \"Locator\": \"ERROR_HTL-0C5A5A83BA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T18:22:10.6\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 283,\n            \"UniqueId\": \"HTL-3F3FA306-8893-470C-8046-B86FBA52C330\",\n            \"Locator\": \"EXT_SUP_TEST_80181095\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T18:23:46.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 285,\n            \"UniqueId\": \"HTL-4A5C1045-0ADC-46E3-AC8A-130A40243857\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T18:39:37.85\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 284,\n            \"UniqueId\": \"HTL-A33FD37F-5DB6-4F86-85E0-539B9BBEEFA6\",\n            \"Locator\": \"ERROR_HTL-BE2C86799C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T18:39:37.897\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 287,\n            \"UniqueId\": \"HTL-31E8E9E0-F11B-4317-8706-9620BE038A2F\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T19:00:54.217\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 286,\n            \"UniqueId\": \"HTL-8B17A662-FB86-45B2-8F75-E2F0B4184BF1\",\n            \"Locator\": \"ERROR_HTL-52C95EBA78\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-12T19:00:54.343\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 288,\n            \"UniqueId\": \"HTL-5D21DA63-A917-4B7C-BE70-4AB909305F23\",\n            \"Locator\": \"EXT_SUP_TEST_34281214\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T10:32:54.773\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 279,\n            \"UniqueId\": \"HTL-A77F76C5-9B32-44A7-BB47-9ACC23A0EB60\",\n            \"Locator\": \"EXT_SUP_TEST_48751580\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T10:37:20.477\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 289,\n            \"UniqueId\": \"HTL-026071BF-C8FD-4292-9B15-D939E26DDBD9\",\n            \"Locator\": \"EXT_SUP_TEST_62468874\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T11:39:32.523\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 291,\n            \"UniqueId\": \"HTL-9C0763C6-CBB1-48DB-B71B-4539D50D2D2C\",\n            \"Locator\": \"EXT_SUP_TEST_21457963\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T12:06:43.2\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 292,\n            \"UniqueId\": \"HTL-3032CE13-FAB5-4756-B323-FA58CD0DEFBB\",\n            \"Locator\": \"ERROR_HTL-89C2D06B88\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T12:06:43.403\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 293,\n            \"UniqueId\": \"HTL-98AD7E15-656C-4184-8E8F-9D7263667A43\",\n            \"Locator\": \"EXT_SUP_TEST_21744337\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T12:17:09.923\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 290,\n            \"UniqueId\": \"HTL-C3C86F04-74E5-4D32-8D7A-CB7F30941377\",\n            \"Locator\": \"EXT_SUP_TEST_52564673\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T12:20:12.323\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 294,\n            \"UniqueId\": \"HTL-54F3AE36-F046-423E-B3E3-C77A543EF5C4\",\n            \"Locator\": \"EXT_SUP_TEST_65978628\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T15:24:32.24\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 296,\n            \"UniqueId\": \"HTL-7007EADE-2C26-408A-9F92-E35D2DA75872\",\n            \"Locator\": \"EXT_SUP_TEST_36670803\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T15:45:08.6\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 295,\n            \"UniqueId\": \"HTL-F76EB3C2-A56F-4C57-BF70-9FFE621F524B\",\n            \"Locator\": \"EXT_SUP_TEST_97034122\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T15:45:16.893\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 297,\n            \"UniqueId\": \"HTL-40737C11-DEE3-4538-A44B-C2C4773469F1\",\n            \"Locator\": \"ERROR_HTL-543E85CB4B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T15:52:28.04\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 298,\n            \"UniqueId\": \"HTL-26BFADC4-AE44-42FA-8373-45335957C98B\",\n            \"Locator\": \"ERROR_HTL-425D7580AD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T15:52:28.15\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 299,\n            \"UniqueId\": \"HTL-EA69171C-3AD9-40E1-8228-10B993FBECEE\",\n            \"Locator\": \"EXT_SUP_TEST_68922882\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T16:20:22.16\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 300,\n            \"UniqueId\": \"HTL-58FD1CBD-7385-49A6-B5A7-E0A987574E71\",\n            \"Locator\": \"EXT_SUP_TEST_76444641\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T16:22:44.38\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 301,\n            \"UniqueId\": \"HTL-2A993928-3CE0-41FD-B3F5-5A979A72BD32\",\n            \"Locator\": \"EXT_SUP_TEST_58795158\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T16:30:48.953\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 302,\n            \"UniqueId\": \"HTL-10107102-0ECF-4869-81EB-EFBD6B8F077D\",\n            \"Locator\": \"EXT_SUP_TEST_69525460\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T16:33:37.887\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 304,\n            \"UniqueId\": \"HTL-50F5E0BD-4B57-40DA-A176-8053403E22BD\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T16:46:43.53\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 303,\n            \"UniqueId\": \"HTL-FDCF2505-63D1-49A7-88A5-859D3EE813FC\",\n            \"Locator\": \"ERROR_HTL-2111EB3239\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T16:46:43.623\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 305,\n            \"UniqueId\": \"HTL-1EFEB1F1-F545-4097-B73D-5F4B4E1408C1\",\n            \"Locator\": \"EXT_SUP_TEST_62270974\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T16:50:04.483\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 306,\n            \"UniqueId\": \"HTL-075D1B3C-FD66-4726-BA74-311F62167633\",\n            \"Locator\": \"EXT_SUP_TEST_89609299\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T17:03:04.863\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 307,\n            \"UniqueId\": \"HTL-189DAE0B-6412-4F3C-8D7A-5DC71CD986B8\",\n            \"Locator\": \"EXT_SUP_TEST_85171855\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T17:10:49.97\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 308,\n            \"UniqueId\": \"HTL-63837DDA-C84D-4F0B-8739-516AAE51791F\",\n            \"Locator\": \"EXT_SUP_TEST_20746750\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T17:29:06.377\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 309,\n            \"UniqueId\": \"HTL-6AF90BEE-2BB3-4054-9B03-E15E752208B6\",\n            \"Locator\": \"EXT_SUP_TEST_64902560\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T17:37:06.797\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 310,\n            \"UniqueId\": \"HTL-8A3436B9-4084-405E-ADA7-8A7584777AC5\",\n            \"Locator\": \"EXT_SUP_TEST_94211955\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-13T17:41:36.947\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 313,\n            \"UniqueId\": \"HTL-143B35FF-70C8-469A-8872-1C2CED67D127\",\n            \"Locator\": \"EXT_SUP_TEST_88547523\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T11:14:38.637\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 311,\n            \"UniqueId\": \"HTL-B08F1A69-7085-4120-A62F-AE50742C5120\",\n            \"Locator\": \"EXT_SUP_TEST_13456385\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T11:15:48.163\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 312,\n            \"UniqueId\": \"HTL-3AC5F9E0-DFE8-4F68-B1A7-F36289A890D0\",\n            \"Locator\": \"EXT_SUP_TEST_81025764\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T11:16:19.977\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 314,\n            \"UniqueId\": \"HTL-B11964CF-7DCB-4351-B049-C8927B542910\",\n            \"Locator\": \"EXT_SUP_TEST_72281365\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T14:41:03.397\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 316,\n            \"UniqueId\": \"HTL-56E57DC9-A676-4350-8A60-04779F30CFCC\",\n            \"Locator\": \"EXT_SUP_TEST_68149468\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T15:18:01.12\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 315,\n            \"UniqueId\": \"HTL-6E24A17B-38F6-473F-B221-3F765D621610\",\n            \"Locator\": \"EXT_SUP_TEST_86912721\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T15:18:51.847\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 317,\n            \"UniqueId\": \"HTL-CB0AA50A-F148-48E9-804A-39EF2A32283E\",\n            \"Locator\": \"EXT_SUP_TEST_77949188\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T15:21:22.017\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 318,\n            \"UniqueId\": \"HTL-358DF137-1893-4A4F-9F55-0B2D9559476D\",\n            \"Locator\": \"EXT_SUP_TEST_56185007\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-16T15:21:22.063\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 319,\n            \"UniqueId\": \"HTL-EF3329BD-8FAB-4771-87ED-3D2F87277B2D\",\n            \"Locator\": \"EXT_SUP_TEST_67862083\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T09:13:31.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 320,\n            \"UniqueId\": \"HTL-196DDBCA-7E50-4D3C-B354-51177645403A\",\n            \"Locator\": \"EXT_SUP_TEST_21120679\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T10:41:00.297\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 321,\n            \"UniqueId\": \"HTL-C9AEE7E1-A1BB-44B4-9C87-A8B03FFDC72C\",\n            \"Locator\": \"EXT_SUP_TEST_39280191\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T14:00:22.68\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 322,\n            \"UniqueId\": \"HTL-9A65E6A5-BA45-49B1-8DF1-744D4C0E8E43\",\n            \"Locator\": \"EXT_SUP_TEST_25903865\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T14:16:44.933\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 323,\n            \"UniqueId\": \"HTL-2E428CEE-E87B-4413-9730-EC5E20330C5A\",\n            \"Locator\": \"EXT_SUP_TEST_39068244\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T14:16:45.01\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 324,\n            \"UniqueId\": \"HTL-E5A40633-0622-4DE0-818E-4F7CE3471F7A\",\n            \"Locator\": \"EXT_SUP_TEST_93898829\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T15:54:45.273\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 325,\n            \"UniqueId\": \"HTL-3ECCB48B-751B-42BA-91C7-500B63A78A53\",\n            \"Locator\": \"EXT_SUP_TEST_48638836\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T16:09:36.993\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 326,\n            \"UniqueId\": \"HTL-E6082A6B-74F1-43BA-BEE5-A817AED256F5\",\n            \"Locator\": \"EXT_SUP_TEST_97120587\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T16:09:39.78\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 327,\n            \"UniqueId\": \"HTL-B9C82D2A-88D5-4B6D-8F3C-344EA067D388\",\n            \"Locator\": \"EXT_SUP_TEST_98768387\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T16:25:37.853\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 328,\n            \"UniqueId\": \"HTL-F9FC97AF-D27A-41F1-9136-5EBA4D860A91\",\n            \"Locator\": \"EXT_SUP_TEST_47341605\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T16:30:01.693\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 329,\n            \"UniqueId\": \"HTL-FB008877-1FBC-4122-9DCD-535A2546452B\",\n            \"Locator\": \"EXT_SUP_TEST_58935807\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T16:39:46.863\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 330,\n            \"UniqueId\": \"HTL-1E5FC032-F8FB-4103-B3A6-AF84D7FEF0AF\",\n            \"Locator\": \"ERROR_HTL-E0CEF72933\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-17T16:42:56.207\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 331,\n            \"UniqueId\": \"HTL-D616CFC3-C0B7-4A87-B409-3DCEB87006A3\",\n            \"Locator\": \"EXT_SUP_TEST_17554523\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T14:24:39.663\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 332,\n            \"UniqueId\": \"HTL-51BEE29D-0B14-4F2C-A2E7-8F776406EA14\",\n            \"Locator\": \"EXT_SUP_TEST_20878276\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T15:06:12.617\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 333,\n            \"UniqueId\": \"HTL-2BE75EA0-FEE3-4583-9C3F-D6806912AC0D\",\n            \"Locator\": \"EXT_SUP_TEST_16725432\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T15:16:39.643\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 334,\n            \"UniqueId\": \"HTL-64E5E2A4-B99B-4B2C-B330-29FC8D949410\",\n            \"Locator\": \"EXT_SUP_TEST_33822118\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T15:36:43.763\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 335,\n            \"UniqueId\": \"HTL-99FC091E-6511-42A2-A9D4-4DA11188085F\",\n            \"Locator\": \"EXT_SUP_TEST_21186384\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T15:38:52.003\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 336,\n            \"UniqueId\": \"HTL-58E33756-7090-42D8-B482-1D9490C86F09\",\n            \"Locator\": \"EXT_SUP_TEST_75082678\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:06:43.063\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 337,\n            \"UniqueId\": \"HTL-87772BC2-84AC-442D-AAC4-EC5D193ACBE1\",\n            \"Locator\": \"ERROR_HTL-BF4A8E8C79\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:08:41.097\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 338,\n            \"UniqueId\": \"HTL-27DDA38E-B670-45D8-A078-AFF5493C6C6B\",\n            \"Locator\": \"ERROR_HTL-AB471FEC6F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:09:28.787\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 339,\n            \"UniqueId\": \"HTL-34051669-9F16-401A-81A9-36787F4E7588\",\n            \"Locator\": \"ERROR_HTL-BC25FC152C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:09:33.753\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 340,\n            \"UniqueId\": \"HTL-85C806A3-FD01-4442-B7DC-6D0458492F7C\",\n            \"Locator\": \"ERROR_HTL-6D66EC753C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:09:46.18\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 342,\n            \"UniqueId\": \"HTL-9492BE4F-FDA0-4620-8CD6-3F23A5386967\",\n            \"Locator\": \"ERROR_HTL-9C3F3BA424\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:10:06.177\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 341,\n            \"UniqueId\": \"HTL-9F586163-548E-405F-9DBE-C6CED096A8B4\",\n            \"Locator\": \"ERROR_HTL-BE63DC60C2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:10:06.49\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 343,\n            \"UniqueId\": \"HTL-0C9C82E2-B3DB-4064-9D8C-ECAA5805F207\",\n            \"Locator\": \"ERROR_HTL-1DD09C3AA9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:10:16.35\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 344,\n            \"UniqueId\": \"HTL-87B653C7-D4BD-430B-8929-64FC2A83DB7E\",\n            \"Locator\": \"ERROR_HTL-4E2661ED9F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:10:19.027\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 345,\n            \"UniqueId\": \"HTL-8F3CCE18-9D66-4C8C-ADDF-5B7DA984319B\",\n            \"Locator\": \"ERROR_HTL-D9563D227E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:10:19.993\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 346,\n            \"UniqueId\": \"HTL-7DFFB3BE-44B8-40D3-A5D5-F786B67E26E3\",\n            \"Locator\": \"ERROR_HTL-9F42FD1849\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:10:33.707\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 348,\n            \"UniqueId\": \"HTL-EA54C044-4B0E-45CA-B9A6-9582AB20D907\",\n            \"Locator\": \"ERROR_HTL-65E036F148\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:19:54.97\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 347,\n            \"UniqueId\": \"HTL-20013A09-B76B-4441-93B9-4AE34B534546\",\n            \"Locator\": \"ERROR_HTL-715BCEFC1F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:19:55.203\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 349,\n            \"UniqueId\": \"HTL-E4186321-3437-4332-AEC9-FEDB23D39A28\",\n            \"Locator\": \"ERROR_HTL-AFD6CD9DC5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:19:55.61\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 350,\n            \"UniqueId\": \"HTL-CA218DE3-B6C0-455B-AC43-8D4E41943DF8\",\n            \"Locator\": \"ERROR_HTL-5C735EB2AB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:20:08.943\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 351,\n            \"UniqueId\": \"HTL-C865A71B-A1BA-45A6-9597-D137BA6540B1\",\n            \"Locator\": \"ERROR_HTL-62194966D0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:20:24.053\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 352,\n            \"UniqueId\": \"HTL-38E5F167-0E31-44EB-A921-E38D4161E65B\",\n            \"Locator\": \"ERROR_HTL-690D29C776\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:20:26.327\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 355,\n            \"UniqueId\": \"HTL-53295A9A-D0D4-46F2-BBA7-9C8706229070\",\n            \"Locator\": \"ERROR_HTL-A166762D77\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:20:45.19\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 353,\n            \"UniqueId\": \"HTL-BA5F25FF-E581-4A6D-9EA2-6DB701761DD2\",\n            \"Locator\": \"ERROR_HTL-47E1142879\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:20:45.647\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 354,\n            \"UniqueId\": \"HTL-124D40B6-0E1A-4A31-A82C-EE349BFE6E76\",\n            \"Locator\": \"ERROR_HTL-AD6CD3DA38\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:20:45.833\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 356,\n            \"UniqueId\": \"HTL-983DE6F5-AF2C-478E-B909-A762569AD96F\",\n            \"Locator\": \"ERROR_HTL-D00223BAD8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:21:01.103\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 357,\n            \"UniqueId\": \"HTL-F3EFD95F-3A51-4436-96C1-C81B08F03333\",\n            \"Locator\": \"ERROR_HTL-7E524955D1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:49:08.667\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 358,\n            \"UniqueId\": \"HTL-1402C6F6-C682-4744-94E9-44875C4070A1\",\n            \"Locator\": \"ERROR_HTL-BE00D11034\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:49:10.62\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 359,\n            \"UniqueId\": \"HTL-1AA7471E-94E1-4ED2-811F-536192570598\",\n            \"Locator\": \"ERROR_HTL-B9A515A1CF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:49:13.483\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 360,\n            \"UniqueId\": \"HTL-7BE51DCD-F7C0-48EF-8DBF-D28E0D298ED4\",\n            \"Locator\": \"ERROR_HTL-F81ECA0652\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:49:17.377\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 361,\n            \"UniqueId\": \"HTL-147FACF0-CF45-493F-B538-9E42816F65E1\",\n            \"Locator\": \"ERROR_HTL-06C6039155\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:49:18.153\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 362,\n            \"UniqueId\": \"HTL-8A840599-2C10-4E53-8EF0-0DA317737D96\",\n            \"Locator\": \"ERROR_HTL-073923F465\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:49:22.213\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 363,\n            \"UniqueId\": \"HTL-5A15A99B-2A52-4D43-96AA-A34C54FD508F\",\n            \"Locator\": \"ERROR_HTL-10117B9548\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:49:33.903\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 364,\n            \"UniqueId\": \"HTL-D569EA74-E938-497D-8CD0-6B8193BDFB3F\",\n            \"Locator\": \"ERROR_HTL-5E799AB019\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:49:49.593\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 365,\n            \"UniqueId\": \"HTL-A8689490-934F-4D86-8EE4-2A72D7E1A8DD\",\n            \"Locator\": \"ERROR_HTL-F33230CC70\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:49:59.99\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 366,\n            \"UniqueId\": \"HTL-D361A117-C3E5-41EB-9F8C-06AA81AD2D04\",\n            \"Locator\": \"ERROR_HTL-52170FE430\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:50:12.98\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 367,\n            \"UniqueId\": \"HTL-8FEE7C32-05D5-4913-A87B-7F6323BDAEEB\",\n            \"Locator\": \"ERROR_HTL-056B2B5738\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:50:25.107\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 368,\n            \"UniqueId\": \"HTL-697A7A7F-AF06-4F4C-BCCA-4D2B9EADA654\",\n            \"Locator\": \"ERROR_HTL-F913EFD64A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:50:28.91\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 369,\n            \"UniqueId\": \"HTL-FB5CCE8B-8822-456D-9F9F-1715ED4128C1\",\n            \"Locator\": \"ERROR_HTL-6160C35BA5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T16:50:41.857\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 370,\n            \"UniqueId\": \"HTL-3D266398-C181-4B7D-8AA2-C350AAE7752C\",\n            \"Locator\": \"EXT_SUP_TEST_30524213\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T17:11:37.377\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 371,\n            \"UniqueId\": \"HTL-F4C20F3E-4291-4B09-B876-9756817AE755\",\n            \"Locator\": \"EXT_SUP_TEST_54610305\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T18:46:05.117\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 372,\n            \"UniqueId\": \"HTL-594057D6-49E8-4DD2-B46D-65333609D92F\",\n            \"Locator\": \"ERROR_HTL-1ABBF870AF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T18:46:05.29\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 375,\n            \"UniqueId\": \"HTL-6954D833-1321-4E7F-B618-0C8CED92DF0C\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T19:10:56.493\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 376,\n            \"UniqueId\": \"HTL-73DDA697-BD3F-4A80-B6FA-291EFD0030AA\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T19:10:56.51\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 374,\n            \"UniqueId\": \"HTL-38448243-6BF2-4047-AF07-3D1F4729958D\",\n            \"Locator\": \"ERROR_HTL-A110AF332A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T19:10:56.697\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 373,\n            \"UniqueId\": \"HTL-A3F36C10-A2B8-4973-B487-D21468ED317E\",\n            \"Locator\": \"ERROR_HTL-1A968395C8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T19:10:56.71\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 377,\n            \"UniqueId\": \"HTL-5462D9AA-EE6D-4AD2-AE57-A0AD5142F34B\",\n            \"Locator\": \"EXT_SUP_TEST_10474513\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T19:50:32.693\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 378,\n            \"UniqueId\": \"HTL-58EE7475-5E46-49E3-87AD-6A5F523CF0B1\",\n            \"Locator\": \"EXT_SUP_TEST_56793941\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-18T19:53:59.613\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 379,\n            \"UniqueId\": \"HTL-861120CE-8EE2-490F-9B4B-76A251B22D2D\",\n            \"Locator\": \"EXT_SUP_TEST_48570366\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T09:25:55.133\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 380,\n            \"UniqueId\": \"HTL-2E4B2790-4BD9-426C-BF7F-42188122F990\",\n            \"Locator\": \"EXT_SUP_TEST_94027735\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T09:28:15.723\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 381,\n            \"UniqueId\": \"HTL-22C67F70-16DE-4941-89DE-4B4465264554\",\n            \"Locator\": \"EXT_SUP_TEST_28614935\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T09:28:15.817\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 382,\n            \"UniqueId\": \"HTL-9C0E4E3F-F9F5-4A4E-AA72-D68BE89C0A6F\",\n            \"Locator\": \"EXT_SUP_TEST_26781959\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T10:38:19.57\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 383,\n            \"UniqueId\": \"HTL-BE6D5B54-7840-45DC-9DD1-20F3473EB601\",\n            \"Locator\": \"EXT_SUP_TEST_83746879\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T10:38:21.727\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 384,\n            \"UniqueId\": \"HTL-93029EA3-E07F-4233-B6FB-6688E4D71780\",\n            \"Locator\": \"EXT_SUP_TEST_83247986\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T11:02:38.677\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 385,\n            \"UniqueId\": \"HTL-BA5602CB-2F37-498D-A4E8-7F868D6AE549\",\n            \"Locator\": \"EXT_SUP_TEST_68003103\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T12:11:25.167\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 386,\n            \"UniqueId\": \"HTL-258D8BBC-C99C-423E-8D36-A49454443D07\",\n            \"Locator\": \"EXT_SUP_TEST_38812731\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-19T15:06:11.49\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 387,\n            \"UniqueId\": \"HTL-45BCFB52-2290-444E-A168-43E8D32EA546\",\n            \"Locator\": \"EXT_SUP_TEST_81636559\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T11:13:18.473\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 389,\n            \"UniqueId\": \"HTL-F0DE54FD-D052-4CBA-AD47-A87C46DE7B44\",\n            \"Locator\": \"EXT_SUP_TEST_97372098\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T11:33:38.707\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 388,\n            \"UniqueId\": \"HTL-47F02AAA-B589-47AD-92E4-AAC448EE3EE3\",\n            \"Locator\": \"EXT_SUP_TEST_88893464\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T11:35:09.097\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 390,\n            \"UniqueId\": \"HTL-38F3C961-82D6-4388-8000-DB0A3084036C\",\n            \"Locator\": \"EXT_SUP_TEST_92045604\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T14:14:12.34\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 391,\n            \"UniqueId\": \"HTL-0B618185-8BF3-4D2B-98C1-3BCAA1137439\",\n            \"Locator\": \"EXT_SUP_TEST_63358978\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T14:50:52.543\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 392,\n            \"UniqueId\": \"HTL-7B8F25F3-974A-4DDA-BD60-F43DECA83D51\",\n            \"Locator\": \"EXT_SUP_TEST_30139939\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:14:38.867\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 393,\n            \"UniqueId\": \"HTL-6E0E8C8A-7653-4169-BDE0-8B57EB45A610\",\n            \"Locator\": \"EXT_SUP_TEST_55074814\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:33:28.473\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 394,\n            \"UniqueId\": \"HTL-5953DC7D-4CC2-46A9-A2C9-9DC5C31042E6\",\n            \"Locator\": \"ERROR_HTL-71E78A0123\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:38:36.293\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 395,\n            \"UniqueId\": \"HTL-291B520F-E1CD-4559-8B2D-F37FB47CAA9E\",\n            \"Locator\": \"ERROR_HTL-764A6BBD6E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:38:49.3\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 396,\n            \"UniqueId\": \"HTL-2FF110CC-EE79-49A3-AA2B-5A82AEAC9E24\",\n            \"Locator\": \"ERROR_HTL-B1468A6E5C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:39:11.453\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 397,\n            \"UniqueId\": \"HTL-7EEEF1CB-0E98-4685-889C-7E7423A80C1B\",\n            \"Locator\": \"ERROR_HTL-2EFEB8FBCC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:39:11.547\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 398,\n            \"UniqueId\": \"HTL-A1507CAC-6DB2-4B16-BE07-ACBC7E71B963\",\n            \"Locator\": \"ERROR_HTL-05858F1982\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:39:53.21\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 399,\n            \"UniqueId\": \"HTL-358F1769-950F-4A2B-8CB8-F22F07F1BD32\",\n            \"Locator\": \"ERROR_HTL-22C7003EEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:40:00.267\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 400,\n            \"UniqueId\": \"HTL-E355E395-6DCD-4BCB-BE87-0F4CF3920724\",\n            \"Locator\": \"EXT_SUP_TEST_57372792\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-20T15:51:25.87\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 401,\n            \"UniqueId\": \"HTL-3A77C149-68D3-42B9-8B40-502AD9D3C785\",\n            \"Locator\": \"EXT_SUP_TEST_12422572\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T10:20:55.5\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 402,\n            \"UniqueId\": \"HTL-E500FAA8-2013-414C-A87E-A32AE30E5AFF\",\n            \"Locator\": \"ERROR_HTL-993BDA0A66\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T10:22:49.28\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 403,\n            \"UniqueId\": \"HTL-4FB57A06-0D30-4CD6-BA56-E8DF232350D4\",\n            \"Locator\": \"EXT_SUP_TEST_90776806\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T10:40:30.057\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 404,\n            \"UniqueId\": \"HTL-6B76642D-E902-4719-932C-FE897E39AE65\",\n            \"Locator\": \"EXT_SUP_TEST_58984379\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T15:02:02.04\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 405,\n            \"UniqueId\": \"HTL-A10B20F6-C618-4402-831C-46D4C09832D1\",\n            \"Locator\": \"EXT_SUP_TEST_36087534\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T15:45:53.54\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 406,\n            \"UniqueId\": \"HTL-9AC3D081-B8C0-40DF-9994-ADE21F82E0D6\",\n            \"Locator\": \"EXT_SUP_TEST_46627426\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T16:18:53.077\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 407,\n            \"UniqueId\": \"HTL-CEC05353-CDFC-4BAC-8615-8D2B74762D4C\",\n            \"Locator\": \"EXT_SUP_TEST_72544446\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-23T16:27:15.023\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 409,\n            \"UniqueId\": \"HTL-57A4AA82-8BA2-418A-AD2B-9D1E996E3729\",\n            \"Locator\": \"EXT_SUP_TEST_52479765\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T10:33:15.153\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 410,\n            \"UniqueId\": \"HTL-2A8DE18B-C46F-49E7-8C27-A18200DEAC50\",\n            \"Locator\": \"EXT_SUP_TEST_19024201\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T11:37:25.843\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 412,\n            \"UniqueId\": \"HTL-864EA8AD-C29D-42EB-9471-601137B7BFC8\",\n            \"Locator\": \"EXT_SUP_TEST_10580577\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T15:05:57.14\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 411,\n            \"UniqueId\": \"HTL-58879CA6-CE90-4E33-8569-6ECDBA1415E0\",\n            \"Locator\": \"EXT_SUP_TEST_68612902\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T16:09:13.01\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 413,\n            \"UniqueId\": \"HTL-A7D752CF-9FC9-4411-95B2-B54AEF544177\",\n            \"Locator\": \"EXT_SUP_TEST_77755670\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T17:02:18.507\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 414,\n            \"UniqueId\": \"HTL-98B2A9ED-C60A-423B-89FA-3BEA228484CB\",\n            \"Locator\": \"EXT_SUP_TEST_91745803\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T17:26:29.36\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 415,\n            \"UniqueId\": \"HTL-77880F65-9056-4A0F-B52C-3903CEDCE068\",\n            \"Locator\": \"EXT_SUP_TEST_95329273\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T18:29:05.053\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 416,\n            \"UniqueId\": \"HTL-CDBF796A-6B8F-494D-827A-91B71657BF2A\",\n            \"Locator\": \"EXT_SUP_TEST_68462625\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T19:09:15.67\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 417,\n            \"UniqueId\": \"HTL-3829F97D-D75E-4CEB-B42B-F71FF53BA27C\",\n            \"Locator\": \"EXT_SUP_TEST_24550781\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-24T19:15:40.67\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 418,\n            \"UniqueId\": \"HTL-B9162FAA-11C1-4B8B-8181-40499068B5DE\",\n            \"Locator\": \"EXT_SUP_TEST_49756623\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T10:35:40.943\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 419,\n            \"UniqueId\": \"HTL-FC33DC56-BFE0-45F9-B4CC-791FA972FE19\",\n            \"Locator\": \"EXT_SUP_TEST_46142441\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T10:50:05.33\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 420,\n            \"UniqueId\": \"HTL-00AE5990-0AB7-4643-8A03-74B3A71A6B71\",\n            \"Locator\": \"EXT_SUP_TEST_67393109\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T10:52:46.277\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 421,\n            \"UniqueId\": \"HTL-39A980EA-2E95-49E4-B2DB-A18AC47E8515\",\n            \"Locator\": \"EXT_SUP_TEST_74896892\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T11:38:54.823\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 422,\n            \"UniqueId\": \"HTL-1C8FF0EE-1DF8-4682-A7AD-E38F6D597ECB\",\n            \"Locator\": \"EXT_SUP_TEST_91506837\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T11:38:58.793\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 423,\n            \"UniqueId\": \"HTL-B1310BDA-2FE6-4902-A37C-A4F630613032\",\n            \"Locator\": \"EXT_SUP_TEST_38929414\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T14:39:47.673\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 424,\n            \"UniqueId\": \"HTL-493E4486-B97F-40EA-B6D3-C465F3EDD9C5\",\n            \"Locator\": \"EXT_SUP_TEST_49233704\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T15:05:15.76\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 425,\n            \"UniqueId\": \"HTL-7EB7EAC4-AEB7-42DE-9E8B-5250E8D62633\",\n            \"Locator\": \"EXT_SUP_TEST_52680462\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T15:51:03.977\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 426,\n            \"UniqueId\": \"HTL-49E3DBFD-381E-425A-AAFA-BD4A4CF8366D\",\n            \"Locator\": \"EXT_SUP_TEST_15775727\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T16:07:05.457\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 237,\n            \"UniqueId\": \"HTL-EDAA34DB-50D8-4F07-96ED-4AC8422C7693\",\n            \"Locator\": \"EXT_SUP_TEST_91449106\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T16:31:11.01\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 408,\n            \"UniqueId\": \"HTL-A76E8C30-C565-4317-959D-1AE044EEA9D3\",\n            \"Locator\": \"EXT_SUP_TEST_10195292\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-25T16:42:50.767\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 427,\n            \"UniqueId\": \"HTL-3C3F74F1-6FC3-4314-9263-A1012E38BB59\",\n            \"Locator\": \"EXT_SUP_TEST_10670030\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-27T18:14:29.317\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 428,\n            \"UniqueId\": \"HTL-A2D71B05-E098-45B2-B487-0AB2AC1C161B\",\n            \"Locator\": \"EXT_SUP_TEST_34845523\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T10:14:04.23\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 429,\n            \"UniqueId\": \"HTL-8F4D69FD-2DEE-4CBF-8AAC-B0140969C207\",\n            \"Locator\": \"EXT_SUP_TEST_75517353\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T10:15:55.693\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 431,\n            \"UniqueId\": \"HTL-915BE93B-54DC-4E14-A30A-F69B88DB137E\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T10:17:35.797\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 430,\n            \"UniqueId\": \"HTL-79E5DE30-B1E8-4CF0-9E4D-BC4686662EAE\",\n            \"Locator\": \"ERROR_HTL-2C5A4A5A9A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T10:17:35.877\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 432,\n            \"UniqueId\": \"HTL-E929FB6B-8D0A-4821-8768-83FC232B7484\",\n            \"Locator\": \"EXT_SUP_TEST_65767854\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T10:18:27.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 433,\n            \"UniqueId\": \"HTL-C8D731F6-A6A1-433A-8B42-87EC9C6F18E7\",\n            \"Locator\": \"EXT_SUP_TEST_26885953\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T10:20:07.197\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 434,\n            \"UniqueId\": \"HTL-1E3233DF-FB1E-4279-9125-45A6C5CD5B97\",\n            \"Locator\": \"EXT_SUP_TEST_87608948\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T11:23:55.807\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 435,\n            \"UniqueId\": \"HTL-A5B095AE-F169-443A-911F-714EE01389D3\",\n            \"Locator\": \"EXT_SUP_TEST_24466861\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T11:39:42.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 436,\n            \"UniqueId\": \"HTL-3753E90C-D501-4C39-8757-2986558F37BF\",\n            \"Locator\": \"EXT_SUP_TEST_26850718\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-30T11:43:50.78\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 437,\n            \"UniqueId\": \"HTL-1953EF8A-EBEA-4135-A01B-E03B7D32A9BD\",\n            \"Locator\": \"EXT_SUP_TEST_89358223\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-05-31T09:31:55.937\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 438,\n            \"UniqueId\": \"HTL-12F4530D-B149-4481-9119-5D396BBF8835\",\n            \"Locator\": \"ERROR_HTL-E4FC180A47\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T13:07:02.303\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 439,\n            \"UniqueId\": \"HTL-FC377D62-92FA-4B80-B1ED-48F7B376CFC2\",\n            \"Locator\": \"EXT_SUP_TEST_70440064\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T13:15:30.447\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 440,\n            \"UniqueId\": \"HTL-BAB7AA07-3681-47AB-970D-92CF13BD5D09\",\n            \"Locator\": \"ERROR_HTL-3354DF374E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T14:08:55.763\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 441,\n            \"UniqueId\": \"HTL-71DE015C-DF3C-4970-AE27-14AF5F844EB9\",\n            \"Locator\": \"ERROR_HTL-FDBFCCDBEE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T14:12:39.777\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 442,\n            \"UniqueId\": \"HTL-237EA5D1-3F9B-4CF2-8776-5D203D80B407\",\n            \"Locator\": \"ERROR_HTL-C896BB2A7F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T14:13:52.47\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 443,\n            \"UniqueId\": \"HTL-E1A740FA-946B-48DA-BBEA-944ED7ECDFC3\",\n            \"Locator\": \"ERROR_HTL-AFBF234EAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T14:15:12.74\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 444,\n            \"UniqueId\": \"HTL-60E3FD2A-4675-42B8-8793-800A31A8EBE3\",\n            \"Locator\": \"ERROR_HTL-67571CA277\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T14:16:40.617\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 445,\n            \"UniqueId\": \"HTL-E23AE18D-85E5-460A-ABF5-1397E241C603\",\n            \"Locator\": \"EXT_SUP_TEST_66939451\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T14:19:35.59\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 446,\n            \"UniqueId\": \"HTL-123610C5-645A-459C-8EFD-9C8101333850\",\n            \"Locator\": \"ERROR_HTL-CBAD76688C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T14:54:37.957\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 447,\n            \"UniqueId\": \"HTL-FBBBFAC5-28E9-43D2-AF6C-38F6E5655940\",\n            \"Locator\": \"ERROR_HTL-DEEE3FAF23\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T16:46:07.873\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 448,\n            \"UniqueId\": \"HTL-0A9F742D-FCA8-4061-B5EC-37A6266E7066\",\n            \"Locator\": \"EXT_SUP_TEST_61503576\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-01T17:12:42.367\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 449,\n            \"UniqueId\": \"HTL-880FFBA2-46D3-4D87-B778-D88F418610AD\",\n            \"Locator\": \"EXT_SUP_TEST_95339889\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-02T10:38:27.827\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 451,\n            \"UniqueId\": \"HTL-01C5B849-495F-45BB-ABA2-7251F7BCC03F\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T11:23:03.427\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 450,\n            \"UniqueId\": \"HTL-2EE08A9C-8DE1-417D-9A8F-B4946215F9B9\",\n            \"Locator\": \"ERROR_HTL-606634E02E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T11:23:03.537\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 452,\n            \"UniqueId\": \"HTL-9B64E362-CE6C-43D6-93FD-1311C3D0F84E\",\n            \"Locator\": \"ERROR_HTL-56525C56BD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T11:33:12.23\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 453,\n            \"UniqueId\": \"HTL-80B57C73-102C-4E4D-B89D-C0B8CECA68A2\",\n            \"Locator\": \"EXT_SUP_TEST_82449400\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T11:57:51.74\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 455,\n            \"UniqueId\": \"HTL-4B090232-A7C7-4F8D-AA3C-0C427DEF5710\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T12:09:10.657\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 454,\n            \"UniqueId\": \"HTL-7DB65EEA-777F-4A7A-A01B-BF3F8BDBC8DE\",\n            \"Locator\": \"ERROR_HTL-7C12F5CC78\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T12:09:10.703\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 456,\n            \"UniqueId\": \"HTL-9E899FC3-A5FE-4709-A64F-6B2647C5F19A\",\n            \"Locator\": \"EXT_SUP_TEST_82778601\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T12:12:04.16\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 457,\n            \"UniqueId\": \"HTL-4862280E-DC70-4196-83F7-9A7D18191621\",\n            \"Locator\": \"EXT_SUP_TEST_42547827\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T16:44:16.12\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 458,\n            \"UniqueId\": \"HTL-BAA30ECD-0889-47F5-B533-6B7B5319F141\",\n            \"Locator\": \"EXT_SUP_TEST_52646546\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T20:25:50.957\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 459,\n            \"UniqueId\": \"HTL-60C40360-ABA4-4E43-8738-30530CBACB0B\",\n            \"Locator\": \"EXT_SUP_TEST_93621451\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-03T20:25:51.067\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 461,\n            \"UniqueId\": \"HTL-7E85D926-8157-4135-9CEC-FD2ED68D415F\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:27:53.477\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 460,\n            \"UniqueId\": \"HTL-C065A3BA-7C45-461A-BE47-1AA1D3EBC82F\",\n            \"Locator\": \"ERROR_HTL-E3CB718327\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:27:53.587\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 462,\n            \"UniqueId\": \"HTL-C67367A0-1402-4567-8251-DD7098099F06\",\n            \"Locator\": \"ERROR_HTL-938009534B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:28:10.37\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 464,\n            \"UniqueId\": \"HTL-B042BE5E-5BEB-47A7-B018-F7F17F1FF917\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:28:55.137\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 463,\n            \"UniqueId\": \"HTL-F5A9CEEC-B3B0-4AEC-8A21-E383490E1B4D\",\n            \"Locator\": \"ERROR_HTL-019384ADE0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-07T17:28:55.23\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 466,\n            \"UniqueId\": \"HTL-EAF2D596-8891-4AF7-9A32-8AC4AF2AE58A\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T11:11:21.423\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 465,\n            \"UniqueId\": \"HTL-0DCEC04F-C567-4205-BF71-8CA385584C0E\",\n            \"Locator\": \"ERROR_HTL-AC96DB1F11\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T11:11:21.5\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 467,\n            \"UniqueId\": \"HTL-25CC1C25-5551-4D64-BA0B-BACE52414EA5\",\n            \"Locator\": \"EXT_SUP_TEST_71349513\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T11:17:57.673\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 468,\n            \"UniqueId\": \"HTL-C2C54E6C-D930-4BA7-AEF5-C5F6F65ACCE3\",\n            \"Locator\": \"EXT_SUP_TEST_34701175\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T11:45:23.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 469,\n            \"UniqueId\": \"HTL-E097BD23-2E4C-4436-ADBE-F90F3241E209\",\n            \"Locator\": \"EXT_SUP_TEST_70405562\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T11:58:15.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 472,\n            \"UniqueId\": \"HTL-1DF78780-C62F-4E74-A5C9-B7AD2950FD27\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:00:36.793\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 470,\n            \"UniqueId\": \"HTL-8BF375D2-95BA-4E7B-A33F-32D7E5C69E98\",\n            \"Locator\": \"ERROR_HTL-A90EC38EC2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:00:36.857\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 471,\n            \"UniqueId\": \"HTL-763D8E6C-6A3E-468D-A773-415EA9BACF28\",\n            \"Locator\": \"ERROR_HTL-7C769E4BA0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:00:36.967\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 473,\n            \"UniqueId\": \"HTL-20D96914-C1AD-4F20-856F-52466AFE635C\",\n            \"Locator\": \"EXT_SUP_TEST_85603436\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:02:24.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 476,\n            \"UniqueId\": \"HTL-2692062A-FE2A-4A65-88FE-B939DCC2F766\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:04:39.27\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 474,\n            \"UniqueId\": \"HTL-7BFE37EC-1BDC-4440-80BD-BEB6E5A42DCC\",\n            \"Locator\": \"ERROR_HTL-8550B912E3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:04:39.333\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 475,\n            \"UniqueId\": \"HTL-2CE1BD37-CF96-49EC-8800-C6B6D1E1C96B\",\n            \"Locator\": \"ERROR_HTL-14978F12C0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:04:39.41\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 479,\n            \"UniqueId\": \"HTL-9E80BA0A-7CD3-465D-AAC2-6515826E9879\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:07:05.917\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 477,\n            \"UniqueId\": \"HTL-8A56E6AD-5268-4110-BC05-F7E89BCF6B6D\",\n            \"Locator\": \"ERROR_HTL-84B00DF0CE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:07:05.993\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 478,\n            \"UniqueId\": \"HTL-AF05381C-6B00-4262-A475-1CB5C638EE7D\",\n            \"Locator\": \"ERROR_HTL-3E3D13DCA4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:07:06.073\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 480,\n            \"UniqueId\": \"HTL-A4EE0155-60AF-495C-A8A2-6E325ABDC6C5\",\n            \"Locator\": \"ERROR_HTL-FDB619FE72\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:12:08.6\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 481,\n            \"UniqueId\": \"HTL-5443723A-9CC9-4DAC-A691-76D7D869E176\",\n            \"Locator\": \"ERROR_HTL-0E5B9D849C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:12:08.693\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 482,\n            \"UniqueId\": \"HTL-B11B786E-B37B-4548-A642-AC7E8B90001E\",\n            \"Locator\": \"EXT_SUP_TEST_74182816\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:16:59.047\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 483,\n            \"UniqueId\": \"HTL-1C23E512-690B-4621-89EF-1E8E60D49D67\",\n            \"Locator\": \"ERROR_HTL-784AFCF1FA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:16:59.123\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 484,\n            \"UniqueId\": \"HTL-ED6C5616-226D-4B5D-BB02-C955001D4F56\",\n            \"Locator\": \"ERROR_HTL-DA78B4009D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:18:31.257\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 485,\n            \"UniqueId\": \"HTL-6A715189-2AE1-42C4-B287-EE8F9047131D\",\n            \"Locator\": \"ERROR_HTL-FA15FA841D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:18:31.333\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 486,\n            \"UniqueId\": \"HTL-04307F65-AE17-481C-9D18-D9B8A7C39090\",\n            \"Locator\": \"ERROR_HTL-4D026902AD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:19:34.77\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 487,\n            \"UniqueId\": \"HTL-2E6578A0-AC0F-4A32-BD6D-823A076E61E4\",\n            \"Locator\": \"ERROR_HTL-B1F44D00AA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:19:34.927\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 488,\n            \"UniqueId\": \"HTL-CA1F3F8C-DBC9-43AB-BF36-049982B87AD4\",\n            \"Locator\": \"EXT_SUP_TEST_65214249\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:21:24.28\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 489,\n            \"UniqueId\": \"HTL-558F7B51-BCAA-47B1-9A48-6BE962EA71C8\",\n            \"Locator\": \"ERROR_HTL-D7584CDB1E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T12:21:24.377\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 492,\n            \"UniqueId\": \"HTL-56DC07A8-88E6-45EB-99A0-E0EEE0AC8739\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T13:29:04.183\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 490,\n            \"UniqueId\": \"HTL-6CA0ED42-770F-4ECA-9E34-293310099561\",\n            \"Locator\": \"ERROR_HTL-D4512A1E7F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T13:29:04.277\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 491,\n            \"UniqueId\": \"HTL-2BFE2C20-6AF9-43A5-AD68-4CCA63943ABE\",\n            \"Locator\": \"ERROR_HTL-D78AD127FF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T13:29:04.42\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 493,\n            \"UniqueId\": \"HTL-DDFCE0B6-F397-4C1F-AA3A-EA7C92A59AEB\",\n            \"Locator\": \"ERROR_HTL-475F4BE187\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T13:35:11.427\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 496,\n            \"UniqueId\": \"HTL-56D21CBC-5C49-4AF6-959C-31AD6CF95A85\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T14:12:10.623\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 494,\n            \"UniqueId\": \"HTL-1E5BF90F-1D48-4E59-A664-87CA8F51AC1F\",\n            \"Locator\": \"ERROR_HTL-A1DA59B440\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T14:12:10.733\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 495,\n            \"UniqueId\": \"HTL-5C5E5A09-61AE-42FA-9434-15F9A1837C83\",\n            \"Locator\": \"ERROR_HTL-681EE24457\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T14:12:10.827\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 499,\n            \"UniqueId\": \"HTL-6F330135-32DB-42AB-8F6D-1B9BCCC7B805\",\n            \"Locator\": \"\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:44:58.623\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 497,\n            \"UniqueId\": \"HTL-AE142E49-EB55-4267-A036-B810D0C30410\",\n            \"Locator\": \"ERROR_HTL-2863235156\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:44:58.73\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 498,\n            \"UniqueId\": \"HTL-5FD4AF47-B9A9-4E49-871B-2725315452AF\",\n            \"Locator\": \"ERROR_HTL-CAF776F849\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:44:58.81\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 500,\n            \"UniqueId\": \"HTL-95706326-7144-4C3C-A417-3247FA79A4D0\",\n            \"Locator\": \"EXT_SUP_TEST_32927415\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:47:53.523\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 502,\n            \"UniqueId\": \"HTL-A920A99B-B982-4FDC-B3FB-B16B7C0FA25D\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:49:27.557\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 501,\n            \"UniqueId\": \"HTL-6806F591-64DF-4D9F-BE94-93CFC6BF92F9\",\n            \"Locator\": \"ERROR_HTL-D50F26E16F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:49:27.607\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 504,\n            \"UniqueId\": \"HTL-3EB05BDA-61D3-4F02-8EEB-3D20B4FCA3EE\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:53:13.827\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 503,\n            \"UniqueId\": \"HTL-9F5684E4-60F9-4C92-9269-A791E527DC0F\",\n            \"Locator\": \"ERROR_HTL-09BE8CEB19\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T15:53:14.153\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 505,\n            \"UniqueId\": \"HTL-720FA3EF-3F43-47D0-A907-BFE55A6439F8\",\n            \"Locator\": \"EXT_SUP_TEST_82175754\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:05:21.88\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 506,\n            \"UniqueId\": \"HTL-29111CB1-F134-44CA-A4F1-C14F75AA38B8\",\n            \"Locator\": \"ERROR_HTL-F48D229C5B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:11:48.37\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 508,\n            \"UniqueId\": \"HTL-8F4970DD-4991-4DD6-8E81-414500136F0E\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:34:21.487\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 507,\n            \"UniqueId\": \"HTL-3116D680-82DC-467C-8F24-4521C7CC216E\",\n            \"Locator\": \"ERROR_HTL-6534A74693\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:34:21.567\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 509,\n            \"UniqueId\": \"HTL-8455958B-536A-4A5F-8E69-119C4DB19B00\",\n            \"Locator\": \"EXT_SUP_TEST_18608926\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:35:35.87\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 510,\n            \"UniqueId\": \"HTL-748B8594-3041-4401-8A55-3B614F825C36\",\n            \"Locator\": \"ERROR_HTL-0FDB609D45\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:39:01.117\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 512,\n            \"UniqueId\": \"HTL-95132A40-0DC7-4F30-8811-FF97A3B1616E\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:47:59.247\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 511,\n            \"UniqueId\": \"HTL-6061D339-7E4A-4D6C-9140-706E3D8A33B2\",\n            \"Locator\": \"ERROR_HTL-04B06B6F2E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:47:59.31\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 513,\n            \"UniqueId\": \"HTL-995F2BD3-336D-4A95-A0EB-4CBFA1D557C1\",\n            \"Locator\": \"ERROR_HTL-3D33742700\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:51:12.607\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 516,\n            \"UniqueId\": \"HTL-E5473ECB-4887-4BAA-82AC-0D84AAC0A310\",\n            \"Locator\": \"ERROR_HTL-385657B2F6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:58:18.26\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 517,\n            \"UniqueId\": \"HTL-2BA03757-EB90-4533-9B35-F702FA29B29A\",\n            \"Locator\": \"ERROR_HTL-189C380C92\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:58:18.337\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 518,\n            \"UniqueId\": \"HTL-1F840DDA-FABD-4ED9-B06D-4C4E1D691279\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:58:53.087\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 514,\n            \"UniqueId\": \"HTL-749B68C1-7DCA-4CC5-B75E-6599AD8A0FCB\",\n            \"Locator\": \"ERROR_HTL-4B854F0BA8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:58:53.18\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 515,\n            \"UniqueId\": \"HTL-FF005A6C-D133-4B1A-B27E-142F0B67B923\",\n            \"Locator\": \"ERROR_HTL-DE5B75DDC3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T16:58:53.367\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 519,\n            \"UniqueId\": \"HTL-E59A61E0-1F26-4522-8029-44DD9AFF5C6A\",\n            \"Locator\": \"EXT_SUP_TEST_63575998\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:03:23.35\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 520,\n            \"UniqueId\": \"HTL-13ADDD0D-820C-4882-918D-663051BEF56D\",\n            \"Locator\": \"ERROR_HTL-EB9C271CD5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:03:23.527\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 521,\n            \"UniqueId\": \"HTL-FB2116B5-F939-43CC-BAC0-03A1A4101362\",\n            \"Locator\": \"ERROR_HTL-0C10C27D31\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:16:06.993\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 522,\n            \"UniqueId\": \"HTL-31220C47-0603-42AA-9A4D-2217920068FB\",\n            \"Locator\": \"EXT_SUP_TEST_90589602\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:20:56.603\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 523,\n            \"UniqueId\": \"HTL-E5764ABD-3991-4441-8AE1-11F19183EC32\",\n            \"Locator\": \"EXT_SUP_TEST_93115863\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:29:03.457\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 524,\n            \"UniqueId\": \"HTL-BF86F61C-4091-49E6-8819-5224BD2EED0D\",\n            \"Locator\": \"ERROR_HTL-DC22B3D30C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:29:03.567\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 525,\n            \"UniqueId\": \"HTL-217A71D4-902B-4C55-8431-98EB5DD2E1D4\",\n            \"Locator\": \"ERROR_HTL-77A6A0589A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:31:11.743\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 526,\n            \"UniqueId\": \"HTL-B4E8E2EE-E886-43EC-9D96-7BF8854C383A\",\n            \"Locator\": \"ERROR_HTL-60DC3AFCDD\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:31:11.837\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 528,\n            \"UniqueId\": \"HTL-23911807-BFE5-4549-852C-95BE5BFECC71\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:35:55.783\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 527,\n            \"UniqueId\": \"HTL-1B443023-BEEC-47D3-B741-D5F39C0EFFB2\",\n            \"Locator\": \"ERROR_HTL-A85CDA021F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-08T17:35:56.453\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 530,\n            \"UniqueId\": \"HTL-CF2A7062-98B2-485F-82F2-AB558D9DBDB4\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T11:13:10.497\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 529,\n            \"UniqueId\": \"HTL-D8C99336-1646-4162-93BC-882E451DE171\",\n            \"Locator\": \"ERROR_HTL-FFDA1812F0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T11:13:10.607\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 532,\n            \"UniqueId\": \"HTL-820AD149-B4C3-40D8-A47D-5E851C3AD983\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T11:17:00.443\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 531,\n            \"UniqueId\": \"HTL-EF6B3FC8-14A6-4B22-9AEC-EE1BBC7F4080\",\n            \"Locator\": \"ERROR_HTL-9224CD6666\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T11:17:00.503\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 534,\n            \"UniqueId\": \"HTL-D09343D8-4D60-4E58-ACDC-1520DD14DEBD\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T11:45:08.867\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 533,\n            \"UniqueId\": \"HTL-845D4A62-C7F0-446E-9CFC-4FB613EAAB23\",\n            \"Locator\": \"ERROR_HTL-F1E465F7C2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T11:45:08.927\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 536,\n            \"UniqueId\": \"HTL-6FC8778F-66CC-4FCE-8E73-1BC85BD6FB88\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T11:59:08.507\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 535,\n            \"UniqueId\": \"HTL-EB2455A0-8F61-4D87-933D-29DC40340462\",\n            \"Locator\": \"ERROR_HTL-968CFB0F78\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T11:59:08.583\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 538,\n            \"UniqueId\": \"HTL-1096C9BD-6008-499F-AC92-2CA7701C74D0\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T16:54:11.107\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 537,\n            \"UniqueId\": \"HTL-F2471B12-A424-4FD3-BF7A-D79CFEE3AAB6\",\n            \"Locator\": \"ERROR_HTL-6CFAD10222\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T16:54:11.183\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 539,\n            \"UniqueId\": \"HTL-6451215C-6A1D-4567-959A-7D7F6F62D8AF\",\n            \"Locator\": \"ERROR_HTL-79AEA1AE17\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-09T18:00:21.43\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 541,\n            \"UniqueId\": \"HTL-E5F8CA8E-85E3-4444-8B3D-EFAAFB4784CE\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T11:51:21.43\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 540,\n            \"UniqueId\": \"HTL-61476E05-4B32-497C-968C-225C9EBFAFF1\",\n            \"Locator\": \"ERROR_HTL-DFF669DD15\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T11:51:21.997\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 543,\n            \"UniqueId\": \"HTL-D624C779-9491-4C33-B49E-3A85B5C3DB93\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:12:33.05\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 542,\n            \"UniqueId\": \"HTL-21D55A54-298A-4551-B55A-6156493CB533\",\n            \"Locator\": \"ERROR_HTL-824057CC49\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:12:33.097\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 545,\n            \"UniqueId\": \"HTL-0F934E2B-ACEE-42FF-8212-40A452B17F59\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:14:27.627\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 544,\n            \"UniqueId\": \"HTL-11AEC90C-2059-4201-B90A-00F42407B97E\",\n            \"Locator\": \"ERROR_HTL-9EF9FA3AC2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:14:27.673\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 547,\n            \"UniqueId\": \"HTL-2E395E59-E8F7-4BA8-B4D3-04E0ACDFE764\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:16:38.763\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 546,\n            \"UniqueId\": \"HTL-8B9CB58D-B941-4052-BCBF-2FA6376CEEC8\",\n            \"Locator\": \"ERROR_HTL-5015FF6671\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:16:38.857\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 549,\n            \"UniqueId\": \"HTL-F86BD149-FDC8-4CE4-BE55-442E7BF22C30\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:26:07.327\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 548,\n            \"UniqueId\": \"HTL-385EFF00-070B-4542-ADF6-6171E6E703C4\",\n            \"Locator\": \"ERROR_HTL-F9F7C6499F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:26:07.407\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 552,\n            \"UniqueId\": \"HTL-2959B94F-457E-48D6-8C48-CD4F348582D3\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:34:20.45\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 551,\n            \"UniqueId\": \"HTL-476A9993-2CCD-40E8-9655-CD51EF222CF0\",\n            \"Locator\": \"ERROR_HTL-1E1B931483\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:34:20.513\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 553,\n            \"UniqueId\": \"HTL-D38EB8F5-A8DC-4041-B889-9C3302E60DC2\",\n            \"Locator\": \"EXT_SUP_TEST_98959553\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:35:42.537\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 554,\n            \"UniqueId\": \"HTL-9865B97D-E575-42F1-AF10-8F89169A47A2\",\n            \"Locator\": \"EXT_SUP_TEST_35181994\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:38:35.99\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 555,\n            \"UniqueId\": \"HTL-29C668A3-0239-4F8F-A001-BFF2F76D0E3B\",\n            \"Locator\": \"EXT_SUP_TEST_83053057\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:38:36.1\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 557,\n            \"UniqueId\": \"HTL-3FA9C70A-B053-4416-9D19-F1B40E4F85AF\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:55:56.99\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 556,\n            \"UniqueId\": \"HTL-FD5B897B-92AA-431C-9F7E-409C7BB4275D\",\n            \"Locator\": \"ERROR_HTL-1AB64962F9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:55:57.083\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 559,\n            \"UniqueId\": \"HTL-AA3CEF1F-F82A-43DE-B68F-38D70C17D8E1\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:57:27.9\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 558,\n            \"UniqueId\": \"HTL-AEEC8074-04E7-4683-A563-C7D2A385CAAD\",\n            \"Locator\": \"ERROR_HTL-39FD735F7D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T12:57:27.977\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 560,\n            \"UniqueId\": \"HTL-9A882070-9BFE-411B-9FF8-DB32599E0B2A\",\n            \"Locator\": \"ERROR_HTL-A5DB5CE24F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T13:04:55.967\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 561,\n            \"UniqueId\": \"HTL-7D1823C8-8ED5-4536-92A3-19D3C0D02FE9\",\n            \"Locator\": \"EXT_SUP_TEST_12808122\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T13:12:19.84\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 550,\n            \"UniqueId\": \"HTL-5E4760C3-0917-47EA-9C8D-B79EF52A3E35\",\n            \"Locator\": \"EXT_SUP_TEST_67725851\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T13:14:52.487\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 564,\n            \"UniqueId\": \"HTL-917E00EF-C248-4586-BF04-0A5CB82564DD\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:08:22.513\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 562,\n            \"UniqueId\": \"HTL-B14A680F-DA30-4773-9B96-BEE63DA3482B\",\n            \"Locator\": \"ERROR_HTL-77FA35DF5C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:08:22.607\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 563,\n            \"UniqueId\": \"HTL-786083FD-3B1D-4953-B5C2-C6F83F3F4730\",\n            \"Locator\": \"ERROR_HTL-A061C96CF5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:08:22.79\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 565,\n            \"UniqueId\": \"HTL-E543B9AA-DCB9-4A05-9DDC-0E4D32347230\",\n            \"Locator\": \"EXT_SUP_TEST_15680489\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:10:22.03\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 566,\n            \"UniqueId\": \"HTL-BA8B53B4-72FB-4E4B-B521-66CF3295750E\",\n            \"Locator\": \"EXT_SUP_TEST_90917514\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:10:22.123\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 568,\n            \"UniqueId\": \"HTL-A02132D3-C0A9-4974-8AB2-6D7A35E7059A\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:52:48.403\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 567,\n            \"UniqueId\": \"HTL-242B593B-6A6E-4937-AF64-3B65A5E28C10\",\n            \"Locator\": \"ERROR_HTL-62D54932DE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T14:52:48.497\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 570,\n            \"UniqueId\": \"HTL-797E9950-3F7E-42C1-A845-866DE7406C15\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T16:00:03.027\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 569,\n            \"UniqueId\": \"HTL-508AF8BC-C5B0-474D-B1AD-46E0E9470F63\",\n            \"Locator\": \"ERROR_HTL-7EA0C8972B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T16:00:03.087\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 571,\n            \"UniqueId\": \"HTL-F8448AA4-914F-4C75-BF5A-08E4C39D77A2\",\n            \"Locator\": \"ERROR_HTL-C2787599C9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T16:28:09.257\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 572,\n            \"UniqueId\": \"HTL-AFCA14F1-040D-4981-9BB6-746B3C63A131\",\n            \"Locator\": \"EXT_SUP_TEST_94608462\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T16:59:19.273\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 573,\n            \"UniqueId\": \"HTL-8717962E-C372-4389-BDA7-BFF75FFC0713\",\n            \"Locator\": \"EXT_SUP_TEST_44174043\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T18:54:29.893\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 574,\n            \"UniqueId\": \"HTL-C18106B1-A34C-4FC4-9729-B4AB61C84AC6\",\n            \"Locator\": \"EXT_SUP_TEST_96235520\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T18:54:29.957\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 577,\n            \"UniqueId\": \"HTL-E4D9D350-9867-4D0F-806B-39D4BA379EE3\",\n            \"Locator\": \"ERROR_HTL-0A313D0966\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:06:37.78\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 578,\n            \"UniqueId\": \"HTL-E4225B91-CDEB-4CB3-9C8B-3979A46251E9\",\n            \"Locator\": \"ERROR_HTL-0F6ECDD9E8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:06:37.89\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 575,\n            \"UniqueId\": \"HTL-55338F35-15BF-49DE-8BCC-04AEA2777DFA\",\n            \"Locator\": \"ERROR_HTL-9B5DEA96A6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:06:38.42\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 576,\n            \"UniqueId\": \"HTL-46142D04-974D-4774-874D-7FA6FCCE45CB\",\n            \"Locator\": \"ERROR_HTL-7958B51981\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:06:38.957\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 579,\n            \"UniqueId\": \"HTL-16933B6B-674D-42EE-8068-5427730FEF18\",\n            \"Locator\": \"ERROR_HTL-5331D6363D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:06:39.643\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 581,\n            \"UniqueId\": \"HTL-785FBD75-53DB-4ECE-91FD-1606974EC031\",\n            \"Locator\": \"ERROR_HTL-2D68A7ED21\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:06:40.633\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 580,\n            \"UniqueId\": \"HTL-E3EE5904-6EBA-4E03-BA1E-7159B351B3E2\",\n            \"Locator\": \"ERROR_HTL-9A5885B05F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:06:40.713\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 582,\n            \"UniqueId\": \"HTL-904CDDFA-1FA3-4ED7-AD1A-35E80E21B7E3\",\n            \"Locator\": \"ERROR_HTL-9FB8F784AF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:06:41.703\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 583,\n            \"UniqueId\": \"HTL-7A77F445-1FC5-4BD6-9A40-2E13A06E8519\",\n            \"Locator\": \"ERROR_HTL-77A41FFB72\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:07:00.207\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 584,\n            \"UniqueId\": \"HTL-6C5461B3-89C3-48A2-855C-04EB2D7249E2\",\n            \"Locator\": \"ERROR_HTL-B8A713D164\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:07:00.283\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 585,\n            \"UniqueId\": \"HTL-517C70B0-67F5-4223-BAD4-ABC2971FB5D9\",\n            \"Locator\": \"ERROR_HTL-2F85867A6C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:07:01.617\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 586,\n            \"UniqueId\": \"HTL-D2E49C89-7D74-4467-8D57-C2EE32C01AFB\",\n            \"Locator\": \"ERROR_HTL-6C40DFA7BC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:07:01.71\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 587,\n            \"UniqueId\": \"HTL-19E89A1E-9976-4F6B-A8EB-E23D32CD7B6A\",\n            \"Locator\": \"ERROR_HTL-8CA2499630\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:07:03.02\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 588,\n            \"UniqueId\": \"HTL-9BF9DDF5-56BA-4B55-AEA2-7A91254467BF\",\n            \"Locator\": \"ERROR_HTL-2199AEFCC5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:07:03.787\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 589,\n            \"UniqueId\": \"HTL-C5CEF704-E16A-4F78-B554-5A8A4C72F494\",\n            \"Locator\": \"ERROR_HTL-4EF1E6B129\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:07:18.403\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 590,\n            \"UniqueId\": \"HTL-B6BFAB9A-287F-4624-87F0-A1DD017A0485\",\n            \"Locator\": \"ERROR_HTL-B43CA9F2D3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T19:07:18.483\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 591,\n            \"UniqueId\": \"HTL-C0FC0977-FE57-4A33-9065-DB5A6951CE2A\",\n            \"Locator\": \"EXT_SUP_TEST_50660945\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T20:02:57.243\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 592,\n            \"UniqueId\": \"HTL-29A74238-69C6-474E-AA78-424609D1AF3E\",\n            \"Locator\": \"EXT_SUP_TEST_31313291\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-10T20:02:57.323\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 593,\n            \"UniqueId\": \"HTL-B7169AD3-922C-4D66-A164-62F9E8A15B7C\",\n            \"Locator\": \"ERROR_HTL-F5F2C12125\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T11:23:35.157\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 594,\n            \"UniqueId\": \"HTL-21E6F4D0-5242-45A9-B362-971160AED0F4\",\n            \"Locator\": \"EXT_SUP_TEST_82408971\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T15:09:23.73\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 595,\n            \"UniqueId\": \"HTL-C1CC8C6E-BAE3-4AB8-AC95-7BA322F2A8BD\",\n            \"Locator\": \"EXT_SUP_TEST_27984657\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T15:43:09.76\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 596,\n            \"UniqueId\": \"HTL-E365BC14-BBA0-4A56-AAB5-633BE78377B4\",\n            \"Locator\": \"EXT_SUP_TEST_61268110\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T16:01:56.687\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 597,\n            \"UniqueId\": \"HTL-1B91F5D1-D40B-4D93-A891-ED6D6AB3E53A\",\n            \"Locator\": \"EXT_SUP_TEST_48993899\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T16:43:29.383\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 599,\n            \"UniqueId\": \"HTL-EE140E8C-9400-4460-97D0-D52243546D54\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T17:51:26.663\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 598,\n            \"UniqueId\": \"HTL-6B0E4555-5AB4-46D8-BDF9-7844143BE6E0\",\n            \"Locator\": \"ERROR_HTL-1260EA0A74\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T17:51:26.727\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 600,\n            \"UniqueId\": \"HTL-A5B4BE2A-1EEF-4DA8-AE01-A20365F8887B\",\n            \"Locator\": \"EXT_SUP_TEST_52232691\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-13T18:26:34.697\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 601,\n            \"UniqueId\": \"HTL-FF89297F-62DB-467D-950A-A9B563B898C7\",\n            \"Locator\": \"ERROR_HTL-18F82CA15E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T10:40:03.27\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 604,\n            \"UniqueId\": \"HTL-843D6B4A-84BA-46FE-85C9-D2DACA5C522E\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T13:59:46.297\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 602,\n            \"UniqueId\": \"HTL-CD766399-F0A5-41D3-90FE-2667A71B589C\",\n            \"Locator\": \"ERROR_HTL-664E1AABD0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T13:59:46.47\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 603,\n            \"UniqueId\": \"HTL-325E719C-ED58-4E71-831F-4C9D7A34821E\",\n            \"Locator\": \"ERROR_HTL-2490475841\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T13:59:46.64\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 606,\n            \"UniqueId\": \"HTL-F3E7358C-25C6-4033-877E-C18629A39B89\",\n            \"Locator\": \"EXT_SUP_TEST_83721632\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T14:56:14.39\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 605,\n            \"UniqueId\": \"HTL-F04A1371-C0F9-4974-9287-BABBCC39CD7A\",\n            \"Locator\": \"ERROR_HTL-3701E257AC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T14:56:14.483\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 608,\n            \"UniqueId\": \"HTL-B1960B31-1625-47B0-9E9D-A19397E5B8BB\",\n            \"Locator\": \"EXT_SUP_TEST_90483626\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T15:27:42.557\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 607,\n            \"UniqueId\": \"HTL-1BC7155F-39F2-419E-AC31-CE720FF84286\",\n            \"Locator\": \"ERROR_HTL-A3C5CEBCDF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T15:27:42.633\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 609,\n            \"UniqueId\": \"HTL-FDAA8D4B-70D0-470E-8ABA-00BAADEB795F\",\n            \"Locator\": \"EXT_SUP_TEST_37811035\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T15:52:51.787\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 610,\n            \"UniqueId\": \"HTL-5C94B354-A610-4B1A-ADF1-45EA865E56D0\",\n            \"Locator\": \"EXT_SUP_TEST_65940950\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-14T17:39:50.877\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 611,\n            \"UniqueId\": \"HTL-4841F850-7B75-47DA-AA98-123FAD2444FE\",\n            \"Locator\": \"EXT_SUP_TEST_59924294\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T09:58:19.777\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 612,\n            \"UniqueId\": \"HTL-089D01EB-45F4-4A46-B4BD-B626FD1B0EA7\",\n            \"Locator\": \"EXT_SUP_TEST_19832537\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T10:14:42.073\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 613,\n            \"UniqueId\": \"HTL-2EAE466E-26B2-44D8-9F6F-D5FF9BFF47E1\",\n            \"Locator\": \"EXT_SUP_TEST_19575421\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T10:14:42.2\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 614,\n            \"UniqueId\": \"HTL-4D852FFA-883F-43E5-8AE9-FEEF3C5F982C\",\n            \"Locator\": \"EXT_SUP_TEST_77898224\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T10:38:39.05\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 615,\n            \"UniqueId\": \"HTL-EBD86DF4-9EDA-429A-9D41-327B3A572F07\",\n            \"Locator\": \"EXT_SUP_TEST_34702328\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T11:21:12.94\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 616,\n            \"UniqueId\": \"HTL-1ECB69D3-AB97-4D16-B3AC-E20510FEDF18\",\n            \"Locator\": \"EXT_SUP_TEST_15965993\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:15:10.223\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 617,\n            \"UniqueId\": \"HTL-10E5514F-1646-4AEB-B8DA-6938E6BD3146\",\n            \"Locator\": \"EXT_SUP_TEST_39857913\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:31:26.23\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 618,\n            \"UniqueId\": \"HTL-C0AB3811-E503-4E90-8DE5-9B029F4B5512\",\n            \"Locator\": \"EXT_SUP_TEST_21258376\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:47:48.44\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 619,\n            \"UniqueId\": \"HTL-11C56D2A-1BD1-44A5-8A93-7607C438C968\",\n            \"Locator\": \"EXT_SUP_TEST_83622369\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T12:56:31.01\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 620,\n            \"UniqueId\": \"HTL-F733B337-793F-4D70-B033-9AB21C64DB67\",\n            \"Locator\": \"EXT_SUP_TEST_43004229\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T14:31:19.757\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 621,\n            \"UniqueId\": \"HTL-D9C8129C-EFB3-4B03-A7EF-28B102EB6219\",\n            \"Locator\": \"ERROR_HTL-6C4A723F8B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:31:16.037\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 622,\n            \"UniqueId\": \"HTL-52730EEF-616C-4244-9335-4936F5E0B8FD\",\n            \"Locator\": \"ERROR_HTL-D2826AA58B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:32:19.623\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 624,\n            \"UniqueId\": \"HTL-BF8E06CF-4469-4A08-872F-DC3031F2DB73\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:33:40.497\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 623,\n            \"UniqueId\": \"HTL-366E8A61-3919-43FE-BCC0-9D91DADA6D51\",\n            \"Locator\": \"ERROR_HTL-77E2F861BE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:33:40.543\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 625,\n            \"UniqueId\": \"HTL-AAE68D2D-E6A4-4325-82FF-FFCFBE5E86A0\",\n            \"Locator\": \"ERROR_HTL-732E5A1543\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:35:08.633\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 626,\n            \"UniqueId\": \"HTL-0E663764-50DF-4A4D-9AD5-86BA9A15BB06\",\n            \"Locator\": \"ERROR_HTL-275A5C3247\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:36:56.31\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 627,\n            \"UniqueId\": \"HTL-D712295F-2B45-4485-9948-ACB708B6512F\",\n            \"Locator\": \"EXT_SUP_TEST_42401705\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:39:19.107\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 628,\n            \"UniqueId\": \"HTL-099476EE-4C60-4D51-A128-380363A92A49\",\n            \"Locator\": \"EXT_SUP_TEST_60622313\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:51:05.197\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 629,\n            \"UniqueId\": \"HTL-2E3A6FD4-7311-40F4-8AAA-EAF2086256FC\",\n            \"Locator\": \"ERROR_HTL-24BCEF7628\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T15:53:43.813\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 631,\n            \"UniqueId\": \"HTL-FCF34E18-9E04-4C93-B694-0FB3E0A9F440\",\n            \"Locator\": \"EXT_SUP_TEST_20115901\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T16:08:37.6\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 632,\n            \"UniqueId\": \"HTL-755C6CBD-470E-448E-8F33-34B33DC08F72\",\n            \"Locator\": \"EXT_SUP_TEST_43613056\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T16:19:07.333\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 633,\n            \"UniqueId\": \"HTL-21310A55-5329-4701-9F6E-EBA710A32854\",\n            \"Locator\": \"EXT_SUP_TEST_86787786\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T16:28:39.807\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 634,\n            \"UniqueId\": \"HTL-D87237F9-5431-4A0C-979A-9D5129B7C42D\",\n            \"Locator\": \"EXT_SUP_TEST_89054165\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T16:42:17.32\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 635,\n            \"UniqueId\": \"HTL-B5D0E910-E38D-4838-BA84-4431DC8057EE\",\n            \"Locator\": \"EXT_SUP_TEST_68482368\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:04:18.213\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 637,\n            \"UniqueId\": \"HTL-7E3CE9E9-3F4F-43F7-8239-22796D8995CA\",\n            \"Locator\": \"EXT_SUP_TEST_36798922\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:54:35.28\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 638,\n            \"UniqueId\": \"HTL-2DD87630-54A0-4827-AB7D-B42FFE09AF3B\",\n            \"Locator\": \"EXT_SUP_TEST_64153235\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T17:54:35.357\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 636,\n            \"UniqueId\": \"HTL-A7272261-6A1F-4BD7-89F7-F0426E80A779\",\n            \"Locator\": \"EXT_SUP_TEST_91561604\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T18:34:31.983\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 630,\n            \"UniqueId\": \"HTL-76B917C8-BE74-46B0-B3CB-1F452B24106F\",\n            \"Locator\": \"EXT_SUP_TEST_13666920\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-15T18:50:09.427\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 639,\n            \"UniqueId\": \"HTL-0F1700EF-A7B0-48D8-89DC-44DF2858DD93\",\n            \"Locator\": \"ERROR_HTL-67395D63E9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T10:29:57.76\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 640,\n            \"UniqueId\": \"HTL-2AC1A14D-34CE-4504-9350-64663ACA6416\",\n            \"Locator\": \"ERROR_HTL-EEF9BBF00D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T10:30:31.113\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 642,\n            \"UniqueId\": \"HTL-048A525B-228C-491F-B747-1F34D684EC30\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T10:35:57.547\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 641,\n            \"UniqueId\": \"HTL-37039418-FBB1-4BF4-9A7C-8F29E44A620F\",\n            \"Locator\": \"ERROR_HTL-2453427894\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T10:35:57.627\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 643,\n            \"UniqueId\": \"HTL-8E4B2139-52DC-4E2E-AB46-FE240E7E04A0\",\n            \"Locator\": \"ERROR_HTL-9C486741E1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T10:37:21.01\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 644,\n            \"UniqueId\": \"HTL-BF2DA74F-A2E1-4E61-AD7E-A38152A23B9B\",\n            \"Locator\": \"ERROR_HTL-72C2BFC177\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T10:38:08.713\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 645,\n            \"UniqueId\": \"HTL-2E6A7EC9-E118-4CCA-887F-47FF9753BA59\",\n            \"Locator\": \"ERROR_HTL-CC93C89602\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T10:39:30.163\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 646,\n            \"UniqueId\": \"HTL-317EC6F5-5BE6-4C49-A8B0-8FA942E072E3\",\n            \"Locator\": \"EXT_SUP_TEST_67737426\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T10:40:46.897\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 647,\n            \"UniqueId\": \"HTL-B718AEFD-57F1-4DA5-8325-CB580339F750\",\n            \"Locator\": \"EXT_SUP_TEST_56816964\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T14:05:50.87\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 648,\n            \"UniqueId\": \"HTL-0C7C84F6-364F-4C35-A472-CC2901120FA9\",\n            \"Locator\": \"EXT_SUP_TEST_13725403\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T14:46:20.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 649,\n            \"UniqueId\": \"HTL-8C673C67-C9F5-4D07-8A8E-27244998F490\",\n            \"Locator\": \"ERROR_HTL-D784774850\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T14:46:20.673\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 650,\n            \"UniqueId\": \"HTL-C33DFB89-FD2D-4177-A114-3B089CAB600A\",\n            \"Locator\": \"EXT_SUP_TEST_33007993\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T15:37:33.667\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 651,\n            \"UniqueId\": \"HTL-A166EE33-0EF2-463C-88E9-53DA636C44AE\",\n            \"Locator\": \"ERROR_HTL-845163167C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T15:49:12.06\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 653,\n            \"UniqueId\": \"HTL-3CF0A262-208D-4CB0-9FFF-C254E174742C\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T15:50:07.837\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 652,\n            \"UniqueId\": \"HTL-FEE28EDA-3804-4AB8-84F6-C6E9D09C29E1\",\n            \"Locator\": \"ERROR_HTL-D71243DDF8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T15:50:07.9\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 654,\n            \"UniqueId\": \"HTL-1E37F069-5A0B-4B5E-9A9F-5E206317FFFC\",\n            \"Locator\": \"ERROR_HTL-ED6E593118\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T16:21:45.617\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 655,\n            \"UniqueId\": \"HTL-39E06EF7-8A10-41E2-AAA1-1AEDADD137BC\",\n            \"Locator\": \"EXT_SUP_TEST_49879381\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T16:22:30.217\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 657,\n            \"UniqueId\": \"HTL-6D179BE2-0EE6-4F89-AA96-99608E0FE8E7\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T16:29:46.033\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 656,\n            \"UniqueId\": \"HTL-A18565F7-9521-48A9-B746-789FE28E14DD\",\n            \"Locator\": \"ERROR_HTL-6E7525CDD8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T16:29:46.097\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 658,\n            \"UniqueId\": \"HTL-2167A440-5CD2-4463-8324-4FE800F69F6C\",\n            \"Locator\": \"EXT_SUP_TEST_90095717\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-16T16:30:38.65\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 659,\n            \"UniqueId\": \"HTL-FACDD45C-ACE2-45FC-9507-9B41A300832A\",\n            \"Locator\": \"ERROR_HTL-E2BB3385E7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T10:09:03.877\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 660,\n            \"UniqueId\": \"HTL-81B16725-9086-4110-B54D-73E46430AD51\",\n            \"Locator\": \"ERROR_HTL-BADC2FDEAC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T10:12:47.043\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 662,\n            \"UniqueId\": \"HTL-9D33CF4F-B43B-486A-A1C7-0F4A8DA8C688\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T10:14:50.807\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 661,\n            \"UniqueId\": \"HTL-0CC2F514-B002-47BC-B7AA-9EA47F61A903\",\n            \"Locator\": \"ERROR_HTL-86D38574AA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T10:14:50.857\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 664,\n            \"UniqueId\": \"HTL-3E45332C-E544-40F6-B5CD-02C99B652C19\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T10:15:53.903\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 663,\n            \"UniqueId\": \"HTL-E17C2B72-9698-4E07-9C68-8950BDA9D2A5\",\n            \"Locator\": \"ERROR_HTL-996EA6D5BF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T10:15:53.967\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 666,\n            \"UniqueId\": \"HTL-9B53A6DB-25A2-42E8-BF59-DC93C1DF4D4C\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T10:16:53.133\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 665,\n            \"UniqueId\": \"HTL-AC411B90-641B-4C33-B91C-8F457B6970C0\",\n            \"Locator\": \"ERROR_HTL-B87A33F366\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T10:16:53.18\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 667,\n            \"UniqueId\": \"HTL-E7E69DB3-F8BF-4D03-B8AA-CC74E24DB2F9\",\n            \"Locator\": \"EXT_SUP_TEST_88047867\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T10:18:22.86\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 668,\n            \"UniqueId\": \"HTL-3D46B163-E7AF-4F66-BC4B-07DEACEEA8E0\",\n            \"Locator\": \"EXT_SUP_TEST_14623428\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T11:44:20.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 669,\n            \"UniqueId\": \"HTL-D0DBF0F8-F6CB-46E7-9D15-B541F22026D8\",\n            \"Locator\": \"EXT_SUP_TEST_27254330\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T11:46:58.363\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 670,\n            \"UniqueId\": \"HTL-33338498-BFAD-4015-A8AE-B80FE37A1814\",\n            \"Locator\": \"EXT_SUP_TEST_85450918\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T12:58:01.767\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 671,\n            \"UniqueId\": \"HTL-80F7046C-2AC0-47CA-A9B9-1FB27EEF07BC\",\n            \"Locator\": \"EXT_SUP_TEST_17963564\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-17T15:37:11.077\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 672,\n            \"UniqueId\": \"HTL-34571FBD-CFB9-4BA4-AC2D-8724BE403F9E\",\n            \"Locator\": \"EXT_SUP_TEST_36829544\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T10:56:33.26\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 673,\n            \"UniqueId\": \"HTL-D7D3CE9A-0A70-4834-9767-1FEC6C52AA24\",\n            \"Locator\": \"ERROR_HTL-A4A9B789A1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:18:01.707\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 674,\n            \"UniqueId\": \"HTL-614921D8-4A6D-4C30-ABE0-45F207921424\",\n            \"Locator\": \"EXT_SUP_TEST_11569730\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:18:59.397\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 675,\n            \"UniqueId\": \"HTL-66BF28F7-79A1-4002-9F9C-73EF9717C28F\",\n            \"Locator\": \"ERROR_HTL-99DE962200\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:23:22.37\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 676,\n            \"UniqueId\": \"HTL-8DD6451F-F65B-4F80-B4EE-17999B9D560B\",\n            \"Locator\": \"ERROR_HTL-E9390F6A10\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:24:35.533\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 678,\n            \"UniqueId\": \"HTL-33226A36-9DB4-4FAE-9999-13BC22010DAC\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:25:46.383\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 677,\n            \"UniqueId\": \"HTL-860B99DE-A0C5-47A3-BF77-ED1C57D9A327\",\n            \"Locator\": \"ERROR_HTL-25A7DF12F2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:25:46.477\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 681,\n            \"UniqueId\": \"HTL-6E302698-7880-4DD2-AC7C-5D6170833392\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:28:28.513\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 679,\n            \"UniqueId\": \"HTL-D8093439-3B1A-40C9-B394-484516DE81AE\",\n            \"Locator\": \"ERROR_HTL-E73A4DC12B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:28:28.59\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 680,\n            \"UniqueId\": \"HTL-F5A313A4-73B6-409B-9B75-54D0B89632BD\",\n            \"Locator\": \"ERROR_HTL-57FE6DF57D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:28:28.733\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 683,\n            \"UniqueId\": \"HTL-A0E0CD4D-91C8-431D-BE37-8CA8D104F763\",\n            \"Locator\": \"EXT_SUP_TEST_97471790\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:31:08.213\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 682,\n            \"UniqueId\": \"HTL-C71674A1-301C-4C00-B7B4-D1FA478CF2C6\",\n            \"Locator\": \"ERROR_HTL-3053938514\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:31:08.307\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 684,\n            \"UniqueId\": \"HTL-F2338F7F-6512-493B-9022-4E55945DA4C0\",\n            \"Locator\": \"EXT_SUP_TEST_19044899\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:34:08.147\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 685,\n            \"UniqueId\": \"HTL-E136FB19-2622-4A5E-A020-F33FE12624FB\",\n            \"Locator\": \"EXT_SUP_TEST_64303470\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:34:08.193\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 686,\n            \"UniqueId\": \"HTL-146AC0A4-A90A-4D49-AF96-B40D02624267\",\n            \"Locator\": \"ERROR_HTL-D790672DD2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:50:32.13\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 687,\n            \"UniqueId\": \"HTL-7E990E10-DBC8-41C0-8EFB-983F3B1655FB\",\n            \"Locator\": \"ERROR_HTL-D8CFA6F223\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:50:32.24\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 688,\n            \"UniqueId\": \"HTL-DA35ED49-D17C-4824-9AF6-9D060F1495E9\",\n            \"Locator\": \"ERROR_HTL-520DF7C5AE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:51:30.867\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 689,\n            \"UniqueId\": \"HTL-EBEB40C3-DDBB-4213-AEAF-545C32910DA2\",\n            \"Locator\": \"ERROR_HTL-D23357F66F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:52:28.53\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 690,\n            \"UniqueId\": \"HTL-814F7824-453F-4F70-A842-38146E867320\",\n            \"Locator\": \"EXT_SUP_TEST_74038277\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T11:53:40.627\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 692,\n            \"UniqueId\": \"HTL-0F7D41A3-C6F2-405A-B1A5-1B26CC45419D\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T13:01:39.757\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 691,\n            \"UniqueId\": \"HTL-2F2FC6C5-C7A8-499E-9707-6392580E2218\",\n            \"Locator\": \"ERROR_HTL-703B7138CA\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T13:01:39.917\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 693,\n            \"UniqueId\": \"HTL-72B36065-0288-44D8-B05D-A33A44629724\",\n            \"Locator\": \"EXT_SUP_TEST_11751422\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T13:03:21.187\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 694,\n            \"UniqueId\": \"HTL-731BD78C-BECB-4A1F-B00B-60834FB4E9D2\",\n            \"Locator\": \"EXT_SUP_TEST_18089891\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T13:45:24.973\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 695,\n            \"UniqueId\": \"HTL-B44E175A-A2E7-4199-B3F3-0A9AD68F1A7F\",\n            \"Locator\": \"ERROR_HTL-91F8116C1B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:06:55.797\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 696,\n            \"UniqueId\": \"HTL-EDE9D534-65B4-400F-B2AD-C9B4387234A9\",\n            \"Locator\": \"EXT_SUP_TEST_95284264\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:07:44.697\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 697,\n            \"UniqueId\": \"HTL-C6D9AF9E-5425-41F6-BCF8-92BFB5120593\",\n            \"Locator\": \"EXT_SUP_TEST_74034666\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:12:13.013\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 698,\n            \"UniqueId\": \"HTL-6C5315D8-72F0-4232-B5FF-1B64706CCEC0\",\n            \"Locator\": \"EXT_SUP_TEST_38612891\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:15:43.927\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 699,\n            \"UniqueId\": \"HTL-15F782FE-715B-43F1-8EDC-73621803224A\",\n            \"Locator\": \"ERROR_HTL-195582CE8A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:21:28.807\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 701,\n            \"UniqueId\": \"HTL-ECF2E8A8-CF7A-4DE6-8AE0-DB761755C3AD\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:22:13.283\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 700,\n            \"UniqueId\": \"HTL-E12A51B5-E479-492D-AC8E-9B1DA4038600\",\n            \"Locator\": \"ERROR_HTL-CB070A61F8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:22:13.377\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 703,\n            \"UniqueId\": \"HTL-B6C40A11-38C0-405E-A578-CF5688E4C026\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:23:29.37\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 702,\n            \"UniqueId\": \"HTL-529BA5BA-EAF8-4522-9273-6ED7E663BC89\",\n            \"Locator\": \"ERROR_HTL-138B582E29\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:23:29.45\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 704,\n            \"UniqueId\": \"HTL-D35B1EC0-6104-463E-BD0D-E06BD51F247D\",\n            \"Locator\": \"EXT_SUP_TEST_21320245\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T14:25:12.633\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 705,\n            \"UniqueId\": \"HTL-AE7FD437-CA2B-4242-BDE1-55672A4EB83F\",\n            \"Locator\": \"EXT_SUP_TEST_34339309\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:05:54.837\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 706,\n            \"UniqueId\": \"HTL-19CC0743-A56E-4AEE-8C87-62E81218BDB7\",\n            \"Locator\": \"ERROR_HTL-436B8543B4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:05:54.947\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 709,\n            \"UniqueId\": \"HTL-8DE7A484-EA8C-428E-A51F-E5F49EA5F997\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:07:48.727\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 707,\n            \"UniqueId\": \"HTL-501FEC74-F83F-4937-B298-A13552EB8DA2\",\n            \"Locator\": \"ERROR_HTL-254AA0E5E4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:07:48.807\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 708,\n            \"UniqueId\": \"HTL-76416A49-4641-4081-A80E-F915E96067E8\",\n            \"Locator\": \"ERROR_HTL-E861897409\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:07:48.93\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 710,\n            \"UniqueId\": \"HTL-45482CBC-9DEC-40A8-9C57-436E8634E7CC\",\n            \"Locator\": \"ERROR_HTL-B6DDDD0AF8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:10:14.923\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 711,\n            \"UniqueId\": \"HTL-923E149E-28B2-4C2E-916D-72531079978E\",\n            \"Locator\": \"ERROR_HTL-BC933EEFC6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:10:15.047\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 713,\n            \"UniqueId\": \"HTL-56687C2E-D163-465E-B0F0-6EC9D19D0D2C\",\n            \"Locator\": \"EXT_SUP_TEST_54241183\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:12:53.57\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 712,\n            \"UniqueId\": \"HTL-FC1AE505-D20F-4535-82ED-8A01B872FC46\",\n            \"Locator\": \"ERROR_HTL-3FE0E32ABC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:12:53.63\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 716,\n            \"UniqueId\": \"HTL-CAB0EB59-2DFC-4533-8026-6920B5570548\",\n            \"Locator\": \"\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:17:40.017\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 714,\n            \"UniqueId\": \"HTL-FE597A00-7122-46A0-A1D3-4DC9017DF379\",\n            \"Locator\": \"ERROR_HTL-854B322290\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:17:40.093\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 715,\n            \"UniqueId\": \"HTL-4AB56CF0-ED9C-4492-8C34-02BDFAC7CB9D\",\n            \"Locator\": \"ERROR_HTL-90A8F1A30B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:17:40.203\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 717,\n            \"UniqueId\": \"HTL-64A50367-53A8-41A2-A5B6-2C0C9EBC6876\",\n            \"Locator\": \"EXT_SUP_TEST_50086995\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:21:48.007\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 718,\n            \"UniqueId\": \"HTL-EEF11578-8108-42F7-A65C-CAB855243692\",\n            \"Locator\": \"ERROR_HTL-990F3A113A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:21:48.147\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 719,\n            \"UniqueId\": \"HTL-CF4C654F-3D37-4EEF-B702-01B12FD352BC\",\n            \"Locator\": \"ERROR_HTL-AADFAF96BC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:32:54.137\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 720,\n            \"UniqueId\": \"HTL-1FDC77A7-6433-4A70-B56C-48411B1F54E1\",\n            \"Locator\": \"ERROR_HTL-951C0EACC8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:32:54.447\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 722,\n            \"UniqueId\": \"HTL-EE7A7359-C3BB-4B0C-B8C2-8CBF7AFBC1A3\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:36:01.357\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 721,\n            \"UniqueId\": \"HTL-55D67E76-379D-4162-9110-AE48B06EDAB6\",\n            \"Locator\": \"ERROR_HTL-BD8EEC34FB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:36:01.403\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 723,\n            \"UniqueId\": \"HTL-E0812362-C3C4-41D8-8E65-C4F952B41529\",\n            \"Locator\": \"EXT_SUP_TEST_61577287\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:36:59.053\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 724,\n            \"UniqueId\": \"HTL-CE5F24FC-6888-4592-9D75-67A77F9C0237\",\n            \"Locator\": \"EXT_SUP_TEST_64015479\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:45:22.813\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 725,\n            \"UniqueId\": \"HTL-9A60D837-E908-4DC0-820B-846308518BCF\",\n            \"Locator\": \"EXT_SUP_TEST_47122498\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-20T15:45:22.89\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 726,\n            \"UniqueId\": \"HTL-570AC67C-1B37-44D7-893D-D88328C49DE4\",\n            \"Locator\": \"EXT_SUP_TEST_51726312\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:15:08.327\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 728,\n            \"UniqueId\": \"HTL-13B504F5-A77C-4CAE-9D6E-1F8DD41CADDD\",\n            \"Locator\": \"EXT_SUP_TEST_94365077\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:54:39.63\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 727,\n            \"UniqueId\": \"HTL-56D71C67-B117-423D-ABEF-CE08FE55FB40\",\n            \"Locator\": \"ERROR_HTL-75E60E6CF5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:54:39.77\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 731,\n            \"UniqueId\": \"HTL-6DA57DC6-CE86-4DDB-9F02-1B612BE87C99\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:56:37.847\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 729,\n            \"UniqueId\": \"HTL-7423501A-7DAA-4A56-B6A2-0E7751410C98\",\n            \"Locator\": \"ERROR_HTL-54B0E41521\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:56:38.113\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 730,\n            \"UniqueId\": \"HTL-6F697D8D-551B-4352-A391-187EC2EB7792\",\n            \"Locator\": \"ERROR_HTL-D74EE77829\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:56:38.443\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 734,\n            \"UniqueId\": \"HTL-E7E2B4D8-D881-41D4-8DB4-637B0F74B90C\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:59:11.27\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 732,\n            \"UniqueId\": \"HTL-7BEB92D5-4FE2-4BB7-98B0-6E896D24B066\",\n            \"Locator\": \"ERROR_HTL-9345B507E1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:59:11.377\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 733,\n            \"UniqueId\": \"HTL-74B4A820-896E-4110-BC52-B24C44145F1D\",\n            \"Locator\": \"ERROR_HTL-927AD74BF4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T11:59:11.473\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 736,\n            \"UniqueId\": \"HTL-B5377B93-37F0-440C-8580-FC5C2E7D45CA\",\n            \"Locator\": \"EXT_SUP_TEST_17323983\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:01:55.02\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 735,\n            \"UniqueId\": \"HTL-965BA900-9E20-4B65-9594-09F6348CA43F\",\n            \"Locator\": \"ERROR_HTL-41871A44B1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:01:55.227\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 737,\n            \"UniqueId\": \"HTL-56D71BE5-2737-4071-BEE5-1940C4073B40\",\n            \"Locator\": \"ERROR_HTL-2A86D31F50\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:08:32.657\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 738,\n            \"UniqueId\": \"HTL-E3EDCF17-4EDE-43B1-B869-A052046EF635\",\n            \"Locator\": \"ERROR_HTL-88DA7357BF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:08:32.767\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 739,\n            \"UniqueId\": \"HTL-0EE7816D-21EF-4613-9F6D-1270FBF51BF2\",\n            \"Locator\": \"EXT_SUP_TEST_95236717\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:25:13.037\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 740,\n            \"UniqueId\": \"HTL-CC1883A0-A099-449B-87AE-D4C92764BA46\",\n            \"Locator\": \"ERROR_HTL-0C5D2DDBB4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:25:13.16\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 742,\n            \"UniqueId\": \"HTL-4F859BCB-E831-4CF3-8082-E7BCABC97D45\",\n            \"Locator\": \"EXT_SUP_TEST_94816310\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:29:24.46\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 741,\n            \"UniqueId\": \"HTL-13D3F5B5-CFF2-4EA2-8CED-6E4A995B606B\",\n            \"Locator\": \"ERROR_HTL-34F1C5AEEF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:29:24.537\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 744,\n            \"UniqueId\": \"HTL-1089104F-352C-4A46-B491-BC6C8A249E30\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:41:11.283\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 743,\n            \"UniqueId\": \"HTL-7D779015-28F8-487D-85F1-D56E99184EE8\",\n            \"Locator\": \"ERROR_HTL-F83989500D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:41:11.347\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 745,\n            \"UniqueId\": \"HTL-532599D3-4FC0-4595-BCE6-2B7922DC30FE\",\n            \"Locator\": \"ERROR_HTL-12EC019140\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:42:42.953\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 746,\n            \"UniqueId\": \"HTL-E02D1376-0E67-4FEB-8790-BDCF96412949\",\n            \"Locator\": \"ERROR_HTL-E5225D09BC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:45:30.223\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 747,\n            \"UniqueId\": \"HTL-E6336DBE-0567-45A2-9B84-B62BDA4F497A\",\n            \"Locator\": \"ERROR_HTL-597E09550B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:45:30.317\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 748,\n            \"UniqueId\": \"HTL-1EB0767C-DC82-406B-9085-A3E1C5107E22\",\n            \"Locator\": \"EXT_SUP_TEST_21849076\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:51:45.69\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 749,\n            \"UniqueId\": \"HTL-999B8064-430F-4463-A0F9-42DD36DCE023\",\n            \"Locator\": \"ERROR_HTL-4EC75564E9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:51:45.797\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 750,\n            \"UniqueId\": \"HTL-FE87EEEF-9C26-4037-A661-02CA2C79AF1A\",\n            \"Locator\": \"ERROR_HTL-6EB1BC7B81\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:54:27.37\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 751,\n            \"UniqueId\": \"HTL-C72DFD8A-3218-4F7F-BB01-DD1CCEE031E3\",\n            \"Locator\": \"ERROR_HTL-F2B03CEB43\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:54:27.463\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 754,\n            \"UniqueId\": \"HTL-7FCC03B4-74BF-4AF6-B030-4D7F14AF98A3\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:56:51.627\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 752,\n            \"UniqueId\": \"HTL-8A34E45F-5B47-43DA-BCCE-672A3C198282\",\n            \"Locator\": \"ERROR_HTL-BC0C4C0CA2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:56:51.723\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 753,\n            \"UniqueId\": \"HTL-98E5BF41-55F1-42A9-ADEC-0E8D93672473\",\n            \"Locator\": \"ERROR_HTL-B25014FBBB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:56:51.817\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 755,\n            \"UniqueId\": \"HTL-DED7B861-3EC5-4CBB-8A48-D62506B3A037\",\n            \"Locator\": \"EXT_SUP_TEST_73876887\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:59:35.413\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 756,\n            \"UniqueId\": \"HTL-BB028CDC-7B32-462E-93B4-50F2D633B925\",\n            \"Locator\": \"EXT_SUP_TEST_66928095\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T12:59:35.46\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 757,\n            \"UniqueId\": \"HTL-6EE123F3-853B-4BFA-ACDF-FB383C723BF1\",\n            \"Locator\": \"ERROR_HTL-3F8D82320C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:10:59.927\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 758,\n            \"UniqueId\": \"HTL-336E5161-F902-4CC3-8FEB-D8653C46384A\",\n            \"Locator\": \"ERROR_HTL-D9B68C7E4F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:11:00.05\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 759,\n            \"UniqueId\": \"HTL-9A57E8B6-289C-43FD-B8FA-B6849FBB22E3\",\n            \"Locator\": \"ERROR_HTL-FA526FC908\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:13:45.307\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 760,\n            \"UniqueId\": \"HTL-C7B19476-AC35-4954-949E-E3438E48275C\",\n            \"Locator\": \"ERROR_HTL-1D52759EA2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:13:45.587\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 761,\n            \"UniqueId\": \"HTL-561032F4-F3AB-461A-929F-DF38A65B8360\",\n            \"Locator\": \"EXT_SUP_TEST_68901704\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:18:21.237\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 762,\n            \"UniqueId\": \"HTL-5B96DFF2-0958-4341-9AC5-FD4D47511B85\",\n            \"Locator\": \"ERROR_HTL-3B33941351\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:18:21.33\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 763,\n            \"UniqueId\": \"HTL-60481B20-439F-417C-ADBF-1463F80A1CB2\",\n            \"Locator\": \"ERROR_HTL-A4A93451E0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:19:17.48\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 764,\n            \"UniqueId\": \"HTL-D56BD54A-7F78-46D4-820A-09D6C000BB8F\",\n            \"Locator\": \"ERROR_HTL-3D9B50720D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:19:17.573\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 767,\n            \"UniqueId\": \"HTL-85495BC9-BD45-47A9-B4D2-248E79CB8C6B\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:21:38.167\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 765,\n            \"UniqueId\": \"HTL-CE630528-E6EF-47C3-88B9-546D7C10402E\",\n            \"Locator\": \"ERROR_HTL-4F24DAE0E0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:21:38.243\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 766,\n            \"UniqueId\": \"HTL-A24AC9E7-BEF0-44AC-A9B0-431BC26D4460\",\n            \"Locator\": \"ERROR_HTL-49D07AAF0E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:21:38.497\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 768,\n            \"UniqueId\": \"HTL-55D541F8-D574-4020-A95D-C1052E951CA0\",\n            \"Locator\": \"ERROR_HTL-5C5A8CA7BF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:25:32.217\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 769,\n            \"UniqueId\": \"HTL-40AA8CB3-B502-4896-B463-D0A743C4D3F3\",\n            \"Locator\": \"ERROR_HTL-0762B69DF4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:25:32.327\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 770,\n            \"UniqueId\": \"HTL-5D1B7025-D35A-4C75-A2C9-08FCB1E54DA3\",\n            \"Locator\": \"EXT_SUP_TEST_38221723\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:34:21.657\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 771,\n            \"UniqueId\": \"HTL-4EF5911F-1A84-4E55-9A49-E788DE2D9A37\",\n            \"Locator\": \"ERROR_HTL-2E04605C33\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:34:21.717\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 772,\n            \"UniqueId\": \"HTL-65CC8331-6B86-4B6A-B657-CDAFE13CC4D2\",\n            \"Locator\": \"EXT_SUP_TEST_77858417\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:54:57.333\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 773,\n            \"UniqueId\": \"HTL-77E4BCAD-44CC-4AF6-B504-49B31DD7EA21\",\n            \"Locator\": \"EXT_SUP_TEST_49080804\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:54:57.397\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 775,\n            \"UniqueId\": \"HTL-E83211DD-E971-4FCB-BBF2-AAD4949802E2\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:59:40.73\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 774,\n            \"UniqueId\": \"HTL-775F93A2-22F8-46AB-9EF2-77BED1360A91\",\n            \"Locator\": \"ERROR_HTL-5007CA7E4C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T13:59:40.81\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 777,\n            \"UniqueId\": \"HTL-D8A11722-2EAF-4036-A600-2214BF6F134C\",\n            \"Locator\": \"ERROR_HTL-97944610E0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:01:48.983\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 778,\n            \"UniqueId\": \"HTL-F52E23C3-D43F-4248-887C-4CF71B7EE633\",\n            \"Locator\": \"ERROR_HTL-1317EF7358\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:01:49.277\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 779,\n            \"UniqueId\": \"HTL-5BFC3A3E-E96C-478F-9A8E-F1D7DD57E679\",\n            \"Locator\": \"ERROR_HTL-91D42E6AAC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:02:47.46\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 780,\n            \"UniqueId\": \"HTL-B0C37B61-6BF3-48FB-A532-FCF261E4DBFC\",\n            \"Locator\": \"ERROR_HTL-C0AD92AF61\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:02:47.553\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 781,\n            \"UniqueId\": \"HTL-EE0354B2-93AE-4FA5-ACF1-A1BDBD436F7D\",\n            \"Locator\": \"ERROR_HTL-A650ED275F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:04:07.317\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 782,\n            \"UniqueId\": \"HTL-F7710E43-BBE0-4052-9DA4-AD0632187B5E\",\n            \"Locator\": \"ERROR_HTL-DAF2265816\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:04:07.41\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 783,\n            \"UniqueId\": \"HTL-F89D1E66-E19F-4D74-AD45-EDF2D3658AEB\",\n            \"Locator\": \"ERROR_HTL-08C384F61F\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:06:03.24\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 784,\n            \"UniqueId\": \"HTL-A96005F6-EBEB-428D-A273-53F80963D8DF\",\n            \"Locator\": \"ERROR_HTL-68C138EC58\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:06:03.333\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 786,\n            \"UniqueId\": \"HTL-26DF9EF0-A26C-4608-9302-B616126C6B5F\",\n            \"Locator\": \"EXT_SUP_TEST_74710605\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:09:55.237\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 785,\n            \"UniqueId\": \"HTL-E946C134-ED08-4968-8869-90F8B9FDA32C\",\n            \"Locator\": \"ERROR_HTL-DA62F57A1E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:09:55.33\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 787,\n            \"UniqueId\": \"HTL-4EDE470A-400A-4B53-923B-790691AFE78C\",\n            \"Locator\": \"ERROR_HTL-02609A579B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:17:26.223\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 788,\n            \"UniqueId\": \"HTL-C048776A-AF45-4D7C-93A3-26EDEEF65019\",\n            \"Locator\": \"ERROR_HTL-5C3B4BE4E1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:17:26.417\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 789,\n            \"UniqueId\": \"HTL-6B4590CD-8B87-4AB5-9E64-2B6D6B8E76A5\",\n            \"Locator\": \"ERROR_HTL-E2104C708D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:18:44.653\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 790,\n            \"UniqueId\": \"HTL-66554E1A-FE87-4A45-8315-EC3B8242F302\",\n            \"Locator\": \"ERROR_HTL-2D30BB7E99\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:18:44.747\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 791,\n            \"UniqueId\": \"HTL-F37C55DF-0810-4A26-AA7B-A4A37DCDADEE\",\n            \"Locator\": \"ERROR_HTL-BDF7F25B78\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:33:01.417\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 792,\n            \"UniqueId\": \"HTL-4B616560-B46A-4326-969E-0A690D304073\",\n            \"Locator\": \"ERROR_HTL-26EC9CD90D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:33:01.51\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 793,\n            \"UniqueId\": \"HTL-D44D2B8A-6B02-4A7A-9BED-5FB328F3BC43\",\n            \"Locator\": \"EXT_SUP_TEST_64069296\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:49:56.987\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 794,\n            \"UniqueId\": \"HTL-67209A6B-CB24-4BF4-9658-EB7450C26D40\",\n            \"Locator\": \"ERROR_HTL-C59FD7DF61\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:49:57.05\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 795,\n            \"UniqueId\": \"HTL-FE4234FA-57EC-43D8-995B-88DF3042797C\",\n            \"Locator\": \"ERROR_HTL-F36579315B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:55:53.69\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 796,\n            \"UniqueId\": \"HTL-9EE42696-4DBA-4B4B-B66F-22F82983F4A4\",\n            \"Locator\": \"ERROR_HTL-8FF1C31AD9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:55:53.8\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 797,\n            \"UniqueId\": \"HTL-2ABD0214-A399-4735-9463-188A6A868126\",\n            \"Locator\": \"ERROR_HTL-0521684AB1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:59:29.707\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 798,\n            \"UniqueId\": \"HTL-D69B2E91-7B5A-4B50-A95B-B68AE96876BD\",\n            \"Locator\": \"ERROR_HTL-33A6D77261\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T15:59:29.957\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 801,\n            \"UniqueId\": \"HTL-E28696E0-B273-42A3-ABDB-ACAFBA0441C2\",\n            \"Locator\": \"\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T16:05:22.583\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 799,\n            \"UniqueId\": \"HTL-C9B8FDBD-03B6-4FF9-83A8-F8BF4A3340DE\",\n            \"Locator\": \"ERROR_HTL-279C28F11E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T16:05:22.647\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 800,\n            \"UniqueId\": \"HTL-8E3A129F-0A37-43D9-B83D-F91CAF27AEA1\",\n            \"Locator\": \"ERROR_HTL-552F0AA9DF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T16:05:22.74\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 802,\n            \"UniqueId\": \"HTL-9956B03A-30E9-4E61-9D32-3BA16B441235\",\n            \"Locator\": \"ERROR_HTL-92949C87E2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:08:15.64\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 803,\n            \"UniqueId\": \"HTL-956734B5-5C56-4C79-A9D3-344B520AE594\",\n            \"Locator\": \"ERROR_HTL-8D68E6CA3D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:08:15.733\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 806,\n            \"UniqueId\": \"HTL-7B347030-6895-483E-A71D-142E155447E6\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:52:31.993\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 804,\n            \"UniqueId\": \"HTL-8FD85D26-6A09-4B7A-AD4D-4065FCDB48FE\",\n            \"Locator\": \"ERROR_HTL-5D0A990AB9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:52:32.087\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 805,\n            \"UniqueId\": \"HTL-C73DF44C-A64D-435C-90EB-E145285DE6B1\",\n            \"Locator\": \"ERROR_HTL-F0B71DE228\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T17:52:32.303\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 776,\n            \"UniqueId\": \"HTL-86AA7373-8AB1-4F19-AB0E-7249C841CF2F\",\n            \"Locator\": \"EXT_SUP_TEST_85315263\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-21T22:20:26.927\",\n            \"TransactionState\": 0,\n            \"TransactionStateDescription\": \"Undefined\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 809,\n            \"UniqueId\": \"HTL-9AA33A53-E5C3-4A46-893B-3FD2104D8956\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T09:55:57.26\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 807,\n            \"UniqueId\": \"HTL-9D4C6AF5-A9C2-4DA6-81DE-E2A176881C76\",\n            \"Locator\": \"ERROR_HTL-50A4C18914\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T09:55:57.387\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 808,\n            \"UniqueId\": \"HTL-A5757071-825D-4A8C-A292-90A8D76C3AD1\",\n            \"Locator\": \"ERROR_HTL-84ADD19918\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T09:55:57.51\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 810,\n            \"UniqueId\": \"HTL-D2E5FC34-5E3A-4791-9A2B-5261B67BF5EF\",\n            \"Locator\": \"ERROR_HTL-2C798AB7A6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:50:20.89\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 811,\n            \"UniqueId\": \"HTL-5598FCA7-3DF6-4E5D-B2C6-8F0927E23C9A\",\n            \"Locator\": \"ERROR_HTL-6902A7C9A5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T10:50:20.983\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 814,\n            \"UniqueId\": \"HTL-3829489F-866C-4097-B947-3CC8C96B532C\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:16:16.137\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 812,\n            \"UniqueId\": \"HTL-C0355BC8-8F2D-4B1F-8297-63EB51ACDB4D\",\n            \"Locator\": \"ERROR_HTL-BD9F6FB5D2\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:16:16.293\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 813,\n            \"UniqueId\": \"HTL-5B9F827C-C914-45AD-97B8-9199C593EE3C\",\n            \"Locator\": \"ERROR_HTL-1219378D69\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:16:16.557\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 815,\n            \"UniqueId\": \"HTL-9164FA82-77A2-44F8-9E7D-4D24225D0F96\",\n            \"Locator\": \"EXT_SUP_TEST_88076661\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:19:12.193\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 816,\n            \"UniqueId\": \"HTL-4F189535-504B-4BA6-9C09-39E2FE7153E5\",\n            \"Locator\": \"EXT_SUP_TEST_71063715\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:19:12.287\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 817,\n            \"UniqueId\": \"HTL-FE55E0AF-941D-4DCF-ABA6-6FB36B837E3C\",\n            \"Locator\": \"ERROR_HTL-06A4B74169\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:25:04.857\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 818,\n            \"UniqueId\": \"HTL-1E0AAB9F-59CB-4661-9E7F-87206EA2967C\",\n            \"Locator\": \"ERROR_HTL-C9FDA5F5EC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:25:04.95\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 819,\n            \"UniqueId\": \"HTL-B4A9B473-1157-4BE7-8F0D-E74B3DFFC9D7\",\n            \"Locator\": \"ERROR_HTL-832C9A8CFC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:26:32.707\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 820,\n            \"UniqueId\": \"HTL-FAC411C9-E6CC-4E5F-A082-96732FF96D3D\",\n            \"Locator\": \"ERROR_HTL-4C838E6377\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:26:32.927\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 821,\n            \"UniqueId\": \"HTL-1109F5BC-181A-41EE-B942-009AA0B99476\",\n            \"Locator\": \"EXT_SUP_TEST_52835508\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:29:26.283\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 822,\n            \"UniqueId\": \"HTL-D1A51B01-B858-45C3-B07D-EBFB9A8E2FD9\",\n            \"Locator\": \"EXT_SUP_TEST_90090332\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:29:26.457\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 823,\n            \"UniqueId\": \"HTL-3FF08DB6-F5A4-4FDF-8134-9DDA9A01D4F3\",\n            \"Locator\": \"ERROR_HTL-52F8DB9DCE\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:52:47.06\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 824,\n            \"UniqueId\": \"HTL-0C5AC76A-8AF8-40C3-847B-DEA3FA0815ED\",\n            \"Locator\": \"EXT_SUP_TEST_60369918\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T11:54:00.683\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 825,\n            \"UniqueId\": \"HTL-0D3B7B94-05E0-4B87-9CBE-09C4492CEFCF\",\n            \"Locator\": \"ERROR_HTL-C09E19A6C6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T12:02:50.367\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 826,\n            \"UniqueId\": \"HTL-767FD658-98DA-4633-A326-4395F09E5D1F\",\n            \"Locator\": \"ERROR_HTL-ED1381F29C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T12:03:41.973\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 827,\n            \"UniqueId\": \"HTL-150F612B-0EEE-4D6E-A40D-3E9EE159A12E\",\n            \"Locator\": \"ERROR_HTL-7B7E3975A0\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T12:04:14.797\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 828,\n            \"UniqueId\": \"HTL-5CC3F0B5-2583-4155-94F8-3AF6F7B52801\",\n            \"Locator\": \"ERROR_HTL-9114B5C33B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T12:05:05.693\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 829,\n            \"UniqueId\": \"HTL-A12AF606-64E4-456C-8A4A-9A32504CD1A5\",\n            \"Locator\": \"ERROR_HTL-3B825CB053\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T12:06:15.497\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 830,\n            \"UniqueId\": \"HTL-B028CCC9-07C9-42D8-B4CE-39ABA9718D21\",\n            \"Locator\": \"ERROR_HTL-719F2323BB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T12:08:46.333\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 831,\n            \"UniqueId\": \"HTL-8C96D247-6CEF-41B3-A9A6-55B7ED753276\",\n            \"Locator\": \"ERROR_HTL-01283AAF2C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T12:09:48.527\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 832,\n            \"UniqueId\": \"HTL-E42209CE-FDC4-4A3F-A24B-1F2B889210E2\",\n            \"Locator\": \"ERROR_HTL-7FAE80D49E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T12:13:01.243\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 833,\n            \"UniqueId\": \"HTL-37A21797-FBC3-46F6-9DA3-9E038E258883\",\n            \"Locator\": \"ERROR_HTL-68290E24B4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-22T13:57:57.863\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 834,\n            \"UniqueId\": \"HTL-0CEDAECB-BBD2-4A3F-8BB3-7D3314BD2F44\",\n            \"Locator\": \"EXT_SUP_TEST_17903299\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T11:26:48.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 835,\n            \"UniqueId\": \"HTL-6D81D392-99F8-4C74-99CD-C7DD017A917C\",\n            \"Locator\": \"EXT_SUP_TEST_82057440\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T11:35:49.253\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 836,\n            \"UniqueId\": \"HTL-81791997-2732-4084-BCEB-A2819110F146\",\n            \"Locator\": \"EXT_SUP_TEST_41766453\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T11:35:49.36\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 837,\n            \"UniqueId\": \"HTL-90C333CD-FE60-4E6B-9CC7-10B4143A893B\",\n            \"Locator\": \"EXT_SUP_TEST_53722071\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T17:49:12.717\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 838,\n            \"UniqueId\": \"HTL-87BF7CDC-3B3E-4D35-8B05-94475EC2529E\",\n            \"Locator\": \"ERROR_HTL-8F3F9E0BAF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-23T17:55:33.17\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 839,\n            \"UniqueId\": \"HTL-C1AA0797-2CFE-48FE-AB04-BC3086D81941\",\n            \"Locator\": \"EXT_SUP_TEST_85627730\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-24T17:38:04.15\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 840,\n            \"UniqueId\": \"HTL-B10EF366-C31D-47A6-9B34-D844256BCF47\",\n            \"Locator\": \"EXT_SUP_TEST_95412497\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T13:17:22.037\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 841,\n            \"UniqueId\": \"HTL-7B692048-AE16-467D-8CFF-89977CD27ABC\",\n            \"Locator\": \"EXT_SUP_TEST_24095774\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T13:45:45.577\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 843,\n            \"UniqueId\": \"HTL-5ED8C2F3-C7C4-41E8-9F36-F63923DBD326\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:17:20.107\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 842,\n            \"UniqueId\": \"HTL-5808167A-9AC3-4B92-AAAB-486F807C0F11\",\n            \"Locator\": \"ERROR_HTL-09395CA025\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:17:20.203\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 844,\n            \"UniqueId\": \"HTL-15481A49-7468-48CE-87E3-6AE535272B55\",\n            \"Locator\": \"ERROR_HTL-7ABC79744A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:18:45.847\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 845,\n            \"UniqueId\": \"HTL-E52A0109-E644-4164-9C73-5A9DE3932B87\",\n            \"Locator\": \"EXT_SUP_TEST_14950148\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:22:45.77\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 846,\n            \"UniqueId\": \"HTL-7B8787AB-2933-47E9-AADA-24C91D58EDBE\",\n            \"Locator\": \"EXT_SUP_TEST_16392767\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:50:51.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 847,\n            \"UniqueId\": \"HTL-3E239AA2-B7C2-43EB-8D08-865FF5F70232\",\n            \"Locator\": \"EXT_SUP_TEST_25405802\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T16:54:29.323\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 850,\n            \"UniqueId\": \"HTL-984439C0-A3B7-468B-845C-6C1A0E4A3C8B\",\n            \"Locator\": \"\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T18:43:41.483\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 848,\n            \"UniqueId\": \"HTL-A4DBC9B2-EDF9-4498-96D5-C99401D6ABDC\",\n            \"Locator\": \"ERROR_HTL-14F0777851\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T18:43:41.607\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 849,\n            \"UniqueId\": \"HTL-B732054F-070B-44F7-A6B7-64C693B966DD\",\n            \"Locator\": \"ERROR_HTL-5AEF398506\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T18:43:41.717\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 851,\n            \"UniqueId\": \"HTL-FC44EDAB-5C48-4137-9912-C4DFC67885EA\",\n            \"Locator\": \"ERROR_HTL-531FC0749A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T18:49:17.573\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 852,\n            \"UniqueId\": \"HTL-BD4E1DDF-8A05-4E7E-B093-D4E1B1089FBC\",\n            \"Locator\": \"ERROR_HTL-244F8E7BBF\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T18:49:17.68\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 853,\n            \"UniqueId\": \"HTL-81AC8C4B-2599-4F1D-AD81-B7E939CCC81E\",\n            \"Locator\": \"ERROR_HTL-D71AAEC384\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T18:55:18.44\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 854,\n            \"UniqueId\": \"HTL-20D89B5C-B213-42E3-A1A2-D289EAE378FF\",\n            \"Locator\": \"ERROR_HTL-3185CD4CC7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T18:58:08.583\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 855,\n            \"UniqueId\": \"HTL-1D657176-3009-48C2-9704-C0BB4A767287\",\n            \"Locator\": \"EXT_SUP_TEST_50849376\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-28T19:00:49.91\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 856,\n            \"UniqueId\": \"HTL-9169BE39-D378-4053-A0C0-BE0CA3140F84\",\n            \"Locator\": \"EXT_SUP_TEST_53735401\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T11:14:24.567\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 857,\n            \"UniqueId\": \"HTL-F7118E99-EE99-4F1B-AD3C-30BF0C6A9166\",\n            \"Locator\": \"EXT_SUP_TEST_35912116\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T11:37:20.55\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 858,\n            \"UniqueId\": \"HTL-B8463A15-B9E3-475D-93F5-3A1C7E7F0B25\",\n            \"Locator\": \"EXT_SUP_TEST_41808866\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T11:37:20.647\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 859,\n            \"UniqueId\": \"HTL-F9B69190-9E0E-4EDA-9983-724BDA855A7C\",\n            \"Locator\": \"EXT_SUP_TEST_38392784\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T12:03:55.98\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 860,\n            \"UniqueId\": \"HTL-339013FC-2AC9-40C7-93A3-1A40F568157F\",\n            \"Locator\": \"EXT_SUP_TEST_79455117\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T12:03:56.073\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 861,\n            \"UniqueId\": \"HTL-BD5016AE-643A-481E-BDE6-5813915D757F\",\n            \"Locator\": \"EXT_SUP_TEST_37872802\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T12:09:05.57\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 863,\n            \"UniqueId\": \"HTL-B7AADC69-64BE-4784-B249-898173253019\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T12:18:36.21\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 862,\n            \"UniqueId\": \"HTL-545D7226-E100-4B57-BF92-339C07437FFA\",\n            \"Locator\": \"ERROR_HTL-B5EBB6D05E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T12:18:36.287\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 864,\n            \"UniqueId\": \"HTL-D3BD883C-4796-4EE3-9543-D23D75EB287C\",\n            \"Locator\": \"EXT_SUP_TEST_86219470\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T14:43:27.517\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 865,\n            \"UniqueId\": \"HTL-CA3F2FB0-7508-4F2B-989E-01F086D1756F\",\n            \"Locator\": \"EXT_SUP_TEST_74790905\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T15:30:53.21\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 866,\n            \"UniqueId\": \"HTL-45587B9E-89E2-41FD-805E-F659FD46F579\",\n            \"Locator\": \"ERROR_HTL-93FE82D035\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T16:27:28.263\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 868,\n            \"UniqueId\": \"HTL-98F227CB-82CB-4453-8F12-A26815CB73FE\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T16:28:29.88\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 867,\n            \"UniqueId\": \"HTL-A1E60B41-CBAD-45EB-A09B-D17ECBE9D4DE\",\n            \"Locator\": \"ERROR_HTL-BB1B41A24C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T16:28:29.977\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 869,\n            \"UniqueId\": \"HTL-7C640772-8C99-4939-BFFC-53DD87251A8F\",\n            \"Locator\": \"EXT_SUP_TEST_33438788\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T16:29:32.227\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 870,\n            \"UniqueId\": \"HTL-427429B8-9CC4-4372-93D0-E473FBBD6C77\",\n            \"Locator\": \"EXT_SUP_TEST_55792921\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-29T17:12:39.737\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 871,\n            \"UniqueId\": \"HTL-8A35E15A-2F53-4D37-A6FD-1799DDC6DA9D\",\n            \"Locator\": \"EXT_SUP_TEST_81704849\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T10:31:21.457\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 872,\n            \"UniqueId\": \"HTL-052B3EB6-F816-4116-9118-00417D978C5A\",\n            \"Locator\": \"EXT_SUP_TEST_81528209\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T11:20:58.467\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 873,\n            \"UniqueId\": \"HTL-D40C9F3E-61AA-475F-B42F-4CC7BD91C58C\",\n            \"Locator\": \"EXT_SUP_TEST_84351671\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T15:43:51.797\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 874,\n            \"UniqueId\": \"HTL-C3A613EA-0999-4772-A9C8-5585860BE282\",\n            \"Locator\": \"ERROR_HTL-AC8284A21B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T15:49:24.91\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 875,\n            \"UniqueId\": \"HTL-4FCBE233-A531-4F6E-A508-06E5082B3EA3\",\n            \"Locator\": \"EXT_SUP_TEST_30207775\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T15:52:45.893\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 876,\n            \"UniqueId\": \"HTL-12E43243-0955-4B5A-AF77-3FC7C871A3F3\",\n            \"Locator\": \"ERROR_HTL-11AD071654\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T15:53:58.243\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 877,\n            \"UniqueId\": \"HTL-1EC2943D-5CC9-4B3F-9CED-D526AD780F65\",\n            \"Locator\": \"EXT_SUP_TEST_57554490\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T16:19:06.157\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 878,\n            \"UniqueId\": \"HTL-BA922964-02B6-4FBD-A977-F21944482F6B\",\n            \"Locator\": \"ERROR_HTL-3873A7168E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T16:34:32.927\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 879,\n            \"UniqueId\": \"HTL-4C3C0DEB-3160-48C7-A1BF-86608207AE11\",\n            \"Locator\": \"EXT_SUP_TEST_26130652\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-06-30T16:57:08.36\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 880,\n            \"UniqueId\": \"HTL-F12E8915-41AB-4A5E-9977-8F7FD191B97D\",\n            \"Locator\": \"EXT_SUP_TEST_91569350\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T10:29:29.69\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 881,\n            \"UniqueId\": \"HTL-E7D2E72C-BB2D-4FFE-A07F-1765B5A064CD\",\n            \"Locator\": \"ERROR_HTL-CA871A4E1B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T10:41:46.407\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 883,\n            \"UniqueId\": \"HTL-CFE00A15-812C-40EF-BE74-1B841CC3DDC6\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T10:46:37.227\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 882,\n            \"UniqueId\": \"HTL-BA95AA09-F21B-4280-B2EB-32994A882393\",\n            \"Locator\": \"ERROR_HTL-EE8A227B62\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T10:46:37.29\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 884,\n            \"UniqueId\": \"HTL-4E5F8A1D-0820-44E2-B74C-376B26BE332E\",\n            \"Locator\": \"ERROR_HTL-1EAA3C99B4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T10:49:46.04\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 886,\n            \"UniqueId\": \"HTL-2EDC54F6-7C62-4661-A440-497982253933\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T11:04:12.147\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 885,\n            \"UniqueId\": \"HTL-046FD32A-5549-46CD-A065-73C7956EBF12\",\n            \"Locator\": \"ERROR_HTL-A00F4FE278\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T11:04:12.21\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 887,\n            \"UniqueId\": \"HTL-8649D060-26B1-4D4B-990A-C572C5C5D545\",\n            \"Locator\": \"ERROR_HTL-EF0932182D\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T14:24:36.44\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 888,\n            \"UniqueId\": \"HTL-C9EF42F2-A18F-46C6-93CF-8BC9BDA1D853\",\n            \"Locator\": \"EXT_SUP_TEST_17478315\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T14:28:17.797\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 890,\n            \"UniqueId\": \"HTL-736D6113-B6B6-4E98-9286-221089DF2F33\",\n            \"Locator\": \"EXT_SUP_TEST_65277991\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T15:57:56.703\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 889,\n            \"UniqueId\": \"HTL-C6BE7DED-4015-48AB-9A82-FE2AD0AFAE7F\",\n            \"Locator\": \"EXT_SUP_TEST_94468338\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T15:58:01.923\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 891,\n            \"UniqueId\": \"HTL-82ABE32D-E8AC-4791-8AF1-8C9AC62D523F\",\n            \"Locator\": \"EXT_SUP_TEST_10695858\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T16:09:09.23\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 892,\n            \"UniqueId\": \"HTL-2C8265DA-732B-49A0-9736-20190453DFCE\",\n            \"Locator\": \"ERROR_HTL-FC238C644A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T16:30:06.59\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 893,\n            \"UniqueId\": \"HTL-BB100531-9848-4F4C-A205-5E24CEE5AF49\",\n            \"Locator\": \"EXT_SUP_TEST_31157130\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-01T16:31:25.097\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 894,\n            \"UniqueId\": \"HTL-95B24468-3B76-418D-B892-D3AC5BCCC992\",\n            \"Locator\": \"ERROR_HTL-D82AB1E9BC\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T10:14:04.37\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 896,\n            \"UniqueId\": \"HTL-229CDF8F-BF00-4B9D-BF5A-D66661601C6E\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T15:07:01.23\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 895,\n            \"UniqueId\": \"HTL-872B840D-BC40-4423-B078-A7C5BAC429A8\",\n            \"Locator\": \"ERROR_HTL-971E0253F7\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T15:07:01.357\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 897,\n            \"UniqueId\": \"HTL-E8F3A76E-DFE3-41FB-8D1B-9B22C9A5EB06\",\n            \"Locator\": \"ERROR_HTL-0D9B996364\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-04T17:57:46.227\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 898,\n            \"UniqueId\": \"HTL-B4451342-A307-43C2-A437-024EF416F3B0\",\n            \"Locator\": \"ERROR_HTL-82A3134C41\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T11:09:09.207\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 900,\n            \"UniqueId\": \"HTL-18CBAE05-CD4E-4FCE-B7A4-A48DF2C92780\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T11:29:12.723\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 899,\n            \"UniqueId\": \"HTL-53F93FCD-555C-416F-AE88-FED38C37923F\",\n            \"Locator\": \"ERROR_HTL-C84824BED9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T11:29:12.8\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 901,\n            \"UniqueId\": \"HTL-3598AC75-6F39-4FF2-99E9-B78662931AEC\",\n            \"Locator\": \"ERROR_HTL-0D62AC92D4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-05T18:42:20.217\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 902,\n            \"UniqueId\": \"HTL-253FE3E3-C0C4-48EE-ADBD-86631EEFACCE\",\n            \"Locator\": \"ERROR_HTL-C681814276\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T19:20:30.17\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 903,\n            \"UniqueId\": \"HTL-95A5473D-0807-47F2-927D-EE0DE5AD0EE8\",\n            \"Locator\": \"ERROR_HTL-FBE0404640\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T19:21:06.843\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 904,\n            \"UniqueId\": \"HTL-7CAEFC2F-566B-41FC-A6D5-AC38D6436035\",\n            \"Locator\": \"ERROR_HTL-E9FCE2AC5C\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T19:23:53.507\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 905,\n            \"UniqueId\": \"HTL-8A40EF40-0ACC-4CA3-939F-632513C75F77\",\n            \"Locator\": \"ERROR_HTL-2B9DE437ED\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T19:28:27.097\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 906,\n            \"UniqueId\": \"HTL-51D522A8-1F89-4FE7-B790-026CE28B6565\",\n            \"Locator\": \"ERROR_HTL-036541F76B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T19:30:23.257\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 907,\n            \"UniqueId\": \"HTL-B18A773A-B57B-4CD0-973E-1B77D917C062\",\n            \"Locator\": \"ERROR_HTL-4A925853FB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-06T19:34:24.847\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 908,\n            \"UniqueId\": \"HTL-8BBB71DD-F6DF-4169-8666-0109D8E5870F\",\n            \"Locator\": \"EXT_SUP_TEST_18863487\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T09:40:31.587\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 910,\n            \"UniqueId\": \"HTL-DA4DEA1E-B0D6-41A0-B9E8-F093BAA7C0DC\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T10:03:43.54\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 909,\n            \"UniqueId\": \"HTL-59240377-DD54-42F1-8482-655174A3015A\",\n            \"Locator\": \"ERROR_HTL-C9912788EB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T10:03:43.603\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 911,\n            \"UniqueId\": \"HTL-04972B82-7A1E-4E8F-B15F-495EBFB2C73E\",\n            \"Locator\": \"ERROR_HTL-603AC5F9D9\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T10:05:26.973\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 912,\n            \"UniqueId\": \"HTL-6524CE40-928C-4413-994E-682F5E37778E\",\n            \"Locator\": \"ERROR_HTL-27C8516AB5\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T10:07:45.547\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 913,\n            \"UniqueId\": \"HTL-28805EFD-4CD7-466E-8AD0-5B28A3400473\",\n            \"Locator\": \"EXT_SUP_TEST_85525639\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T10:09:43.58\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 915,\n            \"UniqueId\": \"HTL-6227714F-DFC4-4285-B432-3323F0068BAF\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T12:46:42.867\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 914,\n            \"UniqueId\": \"HTL-61F8B9BD-3EF0-43EC-9F24-E5D823327C42\",\n            \"Locator\": \"ERROR_HTL-E1231384C3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T12:46:42.96\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 916,\n            \"UniqueId\": \"HTL-EFD0884E-2289-4D00-B078-9C15D496C7DE\",\n            \"Locator\": \"ERROR_HTL-D664502785\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T12:47:19.127\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 918,\n            \"UniqueId\": \"HTL-8DC45309-E0F1-42B2-AAF5-A21C5F812E86\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T12:49:26.147\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 917,\n            \"UniqueId\": \"HTL-8D91A928-8796-4885-B3F2-7F83BE111629\",\n            \"Locator\": \"ERROR_HTL-E5991D2A91\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T12:49:26.707\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 919,\n            \"UniqueId\": \"HTL-02AED6BF-8CE1-4ADC-968B-0EED2A27BE44\",\n            \"Locator\": \"ERROR_HTL-47EB7781A4\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T13:30:06.993\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 920,\n            \"UniqueId\": \"HTL-78E4535D-E583-4E36-B45E-CE9E156EBE2A\",\n            \"Locator\": \"EXT_SUP_TEST_57138257\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T13:31:43.62\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 921,\n            \"UniqueId\": \"HTL-95701B52-FC0A-4232-8EC2-D232BCA9993F\",\n            \"Locator\": \"ERROR_HTL-BAEBB3593E\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T13:47:36.063\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 922,\n            \"UniqueId\": \"HTL-BD19698D-0CD7-4C92-B84C-B52AEFCA4839\",\n            \"Locator\": \"EXT_SUP_TEST_13740078\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T13:49:54.5\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 924,\n            \"UniqueId\": \"HTL-13C183B4-CC93-49DE-BB73-55767168DC77\",\n            \"Locator\": \"EXT_SUP_TEST_72504879\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:12:00.773\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 923,\n            \"UniqueId\": \"HTL-2B09A6B6-FE9F-4053-B663-33EBA511E8E0\",\n            \"Locator\": \"ERROR_HTL-2DC3E4716A\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:12:00.88\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 925,\n            \"UniqueId\": \"HTL-44FA13DD-D833-4438-86F7-B0C80B137421\",\n            \"Locator\": \"EXT_SUP_TEST_41510463\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:14:44.88\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 926,\n            \"UniqueId\": \"HTL-DA9A96A4-55D1-4F6C-A854-319D8DFD1F01\",\n            \"Locator\": \"ERROR_HTL-8CC28638C1\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:14:45.067\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 927,\n            \"UniqueId\": \"HTL-1C4A605A-BFF9-42CA-A99B-7682B4BC07AB\",\n            \"Locator\": \"ERROR_HTL-EF411D04F3\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:21:18.697\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 928,\n            \"UniqueId\": \"HTL-026D8907-50EC-4CF8-BFFA-1B0D9956E89C\",\n            \"Locator\": \"ERROR_HTL-3C9A511AE6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:21:18.803\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 929,\n            \"UniqueId\": \"HTL-6AE205D2-6B8D-4A0F-98FB-7630CD14D4CD\",\n            \"Locator\": \"ERROR_HTL-4598A77208\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:22:32.197\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 930,\n            \"UniqueId\": \"HTL-BF5933BF-8FF8-48B3-92E2-42A47E83CF28\",\n            \"Locator\": \"ERROR_HTL-2B9BA4379B\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:22:32.307\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 932,\n            \"UniqueId\": \"HTL-64E082BF-86F9-4C42-9525-268786256C6B\",\n            \"Locator\": \"EXT_SUP_TEST_27432183\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:25:51.54\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 931,\n            \"UniqueId\": \"HTL-5CA1B34C-7BF8-40CF-97FB-F70CD841DBE2\",\n            \"Locator\": \"ERROR_HTL-94DF057365\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-07T14:25:51.633\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 937,\n            \"UniqueId\": \"HTL-23CA2ADD-6B00-4F16-896D-D4A920E4ED40\",\n            \"Locator\": \"PROBLEMA_TECNICO\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T12:57:38.87\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 933,\n            \"UniqueId\": \"HTL-16A98964-CDF0-41B3-9EA8-F225A53D70DA\",\n            \"Locator\": \"ERROR_HTL-81AAEA2D84\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T12:57:39.043\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 934,\n            \"UniqueId\": \"HTL-FFDBE601-EDE0-445C-855B-5531A5A3371E\",\n            \"Locator\": \"ERROR_HTL-FFEBB63501\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T12:57:39.353\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 938,\n            \"UniqueId\": \"HTL-08BEB1CE-CE6E-4E80-BCB7-5FF9E44BBECC\",\n            \"Locator\": \"\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T12:57:43.873\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 935,\n            \"UniqueId\": \"HTL-58A8A53F-DABA-401F-B453-D5FDDF070FE0\",\n            \"Locator\": \"ERROR_HTL-B9CBAC91DB\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T12:57:44.013\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 936,\n            \"UniqueId\": \"HTL-9F87B5C1-DFCD-40D5-8ED9-F84ECC4AB50B\",\n            \"Locator\": \"ERROR_HTL-2342A6D442\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-08T12:57:44.293\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 939,\n            \"UniqueId\": \"HTL-1A3C322E-3586-4A75-8D5B-C721FB970FB5\",\n            \"Locator\": \"ERROR_HTL-C91F2AA116\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T14:27:19.503\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 940,\n            \"UniqueId\": \"HTL-E1A1C5B7-431C-4F0A-8884-1E4C1C3E61E6\",\n            \"Locator\": \"ERROR_HTL-30DAB5FEA8\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T14:31:45.513\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 941,\n            \"UniqueId\": \"HTL-668E1C4E-64C7-4E0C-AA62-25F3E13D77B9\",\n            \"Locator\": \"ERROR_HTL-3B48071376\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T14:43:35.043\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 942,\n            \"UniqueId\": \"HTL-903D2A55-45D8-4B72-BE74-214A471AA5AD\",\n            \"Locator\": \"EXT_SUP_TEST_44393082\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T14:54:24.847\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 943,\n            \"UniqueId\": \"HTL-80DD0857-3435-4D29-8637-7C9CFED80749\",\n            \"Locator\": \"ERROR_HTL-ADE8BCC814\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-11T16:13:31.953\",\n            \"TransactionState\": 8,\n            \"TransactionStateDescription\": \"TechicalError\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 944,\n            \"UniqueId\": \"HTL-F05B7B5E-0EC9-409E-B82A-F97841354003\",\n            \"Locator\": \"EXT_SUP_TEST_21127579\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T10:52:56.94\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 2,\n            \"TransactionTypeDescription\": \"Hotel\",\n            \"Id\": 945,\n            \"UniqueId\": \"HTL-F5AFEB9D-5AC4-4CE4-BB03-933BE3FB971A\",\n            \"Locator\": \"EXT_SUP_TEST_14053916\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-15T11:59:11.46\",\n            \"TransactionState\": 5,\n            \"TransactionStateDescription\": \"Canceled\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 1,\n            \"TransactionTypeDescription\": \"AirReservation\",\n            \"Id\": 8659119,\n            \"UniqueId\": \"AIR-0CC27A59-76C0-4006-8AD2-41E75A253943\",\n            \"Locator\": \"3FKMU6\",\n            \"Ticket\": \"\",\n            \"LastUpdate\": \"2022-07-18T16:49:17.607\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        },\n        {\n            \"TransactionType\": 100,\n            \"TransactionTypeDescription\": \"AirTicket\",\n            \"Id\": 6489027,\n            \"UniqueId\": \"TKT-3DEAEE0E-14A4-454B-B7A1-C2FD4591E944\",\n            \"Locator\": \"3FKMU6\",\n            \"Ticket\": \"0475049038189\",\n            \"LastUpdate\": \"2022-07-18T16:49:16.967\",\n            \"TransactionState\": 4,\n            \"TransactionStateDescription\": \"Issued\",\n            \"ImportState\": 0,\n            \"ImportStateDescription\": \"Undefined\",\n            \"Parent\": null\n        }\n    ],\n    \"Errors\": [],\n    \"Success\": true,\n    \"RequestDate\": \"2022-07-15T12:16:50.8267116-03:00\"\n}"}],"_postman_id":"4cda4f8b-ffbe-4c60-a009-726bf61756e5"},{"name":"Change","id":"fecff13f-7e69-4a3f-b51b-94a2f015841a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TransactionUniqueId\": \"AIR-D70B465D-F2BB-4215-BE72-1D6AE5092A87\", // | Mandatory |  Information retrieved from the service \"List\" UniqueId reservation and ticket..\r\n  \"ImportState\": 0,  // | Mandatory | \r\n  // Any = 0 | OnlyNotImported = 1 | OnlyImported= 2\r\n  \"AccessCredentials\": { // | Mandatory |  Access credentials.\r\n    \"Company\": { // | Mandatory |  Company credential.\r\n        \"Identifier\": \"{{identifier}}\", /// |Mandatory| Unique identifier.\r\n        \"Password\": \"{{password}}\" /// |Mandatory| Password.\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}change","description":"<p>REQUEST</p>\n","urlObject":{"host":["{{URL}}change"],"query":[],"variable":[]}},"response":[{"id":"7823170f-d7ed-4371-8753-d1a9693deec9","name":"Change","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TransactionUniqueId\": \"AIR-D70B465D-F2BB-4215-BE72-1D6AE5092A87\",\r\n  \"ImportState\": 0,\r\n  \"AccessCredentials\": {\r\n    \"Company\": {\r\n      \"Identifier\": \"{{identifier}}\",\r\n      \"Password\": \"{{password}}\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RDpcV09PQkFfVEZTXFRyYXZlbGxpbmtcU291cmNlXERldmVsb3BtZW50XFRSVldlYnNlcnZpY2VzXFRyYXZlbGxpbmtXZWJBcGlcVHJhdmVsbGlua1dlYkFwaVxhcGlcdjFcc2FsZXNcY2hhbmdl?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 15 Jul 2022 15:21:24 GMT"},{"key":"Content-Length","value":"213"}],"cookie":[],"responseTime":null,"body":"{\n    \"Request\": {\n        \"TransactionUniqueId\": \"AIR-D70B465D-F2BB-4215-BE72-1D6AE5092A87\",\n        \"ImportState\": 0,\n        \"AccessCredentials\": null\n    },\n    \"Transaction\": null,\n    \"Errors\": [],\n    \"Success\": true,\n    \"RequestDate\": \"2022-07-15T12:21:18.91099-03:00\"\n}"}],"_postman_id":"fecff13f-7e69-4a3f-b51b-94a2f015841a"}],"id":"05826cf7-b30a-443a-a351-217f94edbdef","_postman_id":"05826cf7-b30a-443a-a351-217f94edbdef","description":""},{"name":"FAQ","item":[{"name":"Configurações","id":"fc5a021b-a934-4bf8-a6d3-2fff57382d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"HEAD","header":[],"description":"<ul>\n<li><strong>ExportarCobrancaAdicional</strong></li>\n</ul>\n<p>É <strong>necessário</strong> habilitar a configuração <strong>Exportar Valor Net</strong> quando for do tipo: <strong>Markup</strong> ou <strong>Descontado na Tarifa</strong></p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"fc5a021b-a934-4bf8-a6d3-2fff57382d83"}],"id":"61325dcd-8017-4638-82ae-34c77804a2de","_postman_id":"61325dcd-8017-4638-82ae-34c77804a2de","description":""}],"event":[{"listen":"prerequest","script":{"id":"4328e7ab-4f4d-4cd5-ba73-cbdf311a5518","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e0f26dd5-d741-4a29-9153-66316f1fc515","type":"text/javascript","exec":[""]}}],"variable":[{"key":"Accept","value":"application/json","type":"string"},{"key":"developer-token","value":"developer-token","type":"string"},{"key":"developer-access-code","value":"developer-access-code","type":"string"},{"key":"URL","value":"URL","type":"string","disabled":true},{"key":"identifier","value":"Login","type":"string","disabled":true},{"key":"password","value":"Pass","type":"string","disabled":true}]}